Android_嵌入chrome浏览器

 

不想做App,想嵌入浏览器,比如chrome浏览器。

其他网友也有类似的期望,Use Chrome as render engine for Android webview android app developer,比如这些:

http://jimbergman.net/webkit-version-in-android-version/

http://www.giantflyingsaucer.com/blog/?p=1331

http://stackoverflow.com/questions/14537083/use-chrome-as-render-engine-for-android-webview

http://stackoverflow.com/questions/6352654/use-firefox-as-render-engine-for-android-webview

http://stackoverflow.com/questions/12192674/will-the-android-webview-be-chrome-engine-based-since-android-4-1

https://github.com/pwnall/chromeview

 

#嵌入chrome浏览器,现在没有直接的好方法,除了这个东西,其实也不太好

  小结:这个想法其实不符合google的计划。

 

#使用现有的webview就是就已经很不错了,几乎可以满足大部分的需求

http://developer.android.com/guide/webapps/webview.html

http://stackoverflow.com/questions/2835556/whats-the-difference-between-setwebviewclient-vs-setwebchromeclient

http://blog.csdn.net/jackyhuangch/article/details/8310033

http://blog.sina.com.cn/s/blog_5da93c8f01011c2b.html

 

 

  小结:这才是google的计划,完美融合。

 

#使用PhoneGap(出来混迟早是要换的,用别人的东西么)

http://www.phonegapcn.com/

http://phonegap.com/

http://stackoverflow.com/questions/17194769/android-soft-keyboard-hides-inputs-from-cordovawebview-when-in-fullscreen

 

 

你可能感兴趣的:(android)