Is Phonegap capable of converting all CSS3 transitions or should we avoid some of them?
Phonegap能够转换所有CSS3过渡还是我们应该避免其中的一些过渡?
2 个解决方案
#1
Phonegap uses a Webview to display your page.
Phonegap使用Webview显示您的页面。
in most devices the Webview uses webkit to render pages. So what ever works in other webkit browsers (Google chrome, for example), should work with phonegap.
在大多数设备中,Webview使用webkit来呈现页面。因此,在其他webkit浏览器(例如Google Chrome)中工作的东西应该与phonegap配合使用。
read more here:
在这里阅读更多:
http://docs.phonegap.com/en/4.0.0/guide_hybrid_webviews_index.md.html
#2
You should check every CSS and javascript feature you want to use on http://caniuse.com/
你应该在http://caniuse.com/上查看你想要使用的每个CSS和javascript功能。
You should check the columns iOS Safari for iOS apps and Android Browser for android apps (not chrome for android, because it usually has better support than Android Browser and the android webview is based on the Android Browser, not on chrome)
您应该检查iOS应用程序的iOS Safari和Android应用程序的Android浏览器的列(不是用于Android的Chrome,因为它通常比Android浏览器有更好的支持,而android webview基于Android浏览器,而不是Chrome)
#1
Phonegap uses a Webview to display your page.
Phonegap使用Webview显示您的页面。
in most devices the Webview uses webkit to render pages. So what ever works in other webkit browsers (Google chrome, for example), should work with phonegap.
在大多数设备中,Webview使用webkit来呈现页面。因此,在其他webkit浏览器(例如Google Chrome)中工作的东西应该与phonegap配合使用。
read more here:
在这里阅读更多:
http://docs.phonegap.com/en/4.0.0/guide_hybrid_webviews_index.md.html
#2
You should check every CSS and javascript feature you want to use on http://caniuse.com/
你应该在http://caniuse.com/上查看你想要使用的每个CSS和javascript功能。
You should check the columns iOS Safari for iOS apps and Android Browser for android apps (not chrome for android, because it usually has better support than Android Browser and the android webview is based on the Android Browser, not on chrome)
您应该检查iOS应用程序的iOS Safari和Android应用程序的Android浏览器的列(不是用于Android的Chrome,因为它通常比Android浏览器有更好的支持,而android webview基于Android浏览器,而不是Chrome)