Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试通过模糊我的 android 应用程序
-webkit-filter: blur(2px)
没有成功。
是否有 phonegap 支持哪些 CSS 功能的概述?平台(Android、iOS)之间是否存在差异?
在此先感谢,JW
我相信没有这样的概述。最后,它取决于平台的 webview 功能。不仅安卓和iOS会有差异,各个系统版本也会有差异。例如,一些css 功能可以在android 4.2 上运行,而有些则不能在android 2.3.7 上运行。它只是一个webview。您需要在尽可能多的设备上进行测试。