我可以在 android 的网络视图中嵌入 Java EE 网页吗?
Can I embbed a Java EE web page inside a webview in android?
我想在 Java JSF 中使用库 Primefaces 生成报告,然后在 android 应用程序的 WebView 中显示它们 table .
有人这样做过吗?
HTML5、Java EE 的所有功能是否在 android 的 WebView 中正常工作,就像它们在浏览器中工作一样,比方说,Chrome ?
是的,现代 WebView 基于 Google Chrome。在基于此假设开始大型项目之前,您可以使用 WebView 测试包含类似技术的网页。
我发现了这个:
WebView for Android
Since Android 4.4 (KitKat), the WebView component is based on the
Chromium open source project. WebViews now include an updated version
of the V8 JavaScript engine and support for modern web standards
previously missing in old WebViews. New Webviews also share the same
rendering engine as Chrome for Android, so rendering should be much
more consistent between the WebView and Chrome.
我想在 Java JSF 中使用库 Primefaces 生成报告,然后在 android 应用程序的 WebView 中显示它们 table .
有人这样做过吗?
HTML5、Java EE 的所有功能是否在 android 的 WebView 中正常工作,就像它们在浏览器中工作一样,比方说,Chrome ?
是的,现代 WebView 基于 Google Chrome。在基于此假设开始大型项目之前,您可以使用 WebView 测试包含类似技术的网页。
我发现了这个:
WebView for Android
Since Android 4.4 (KitKat), the WebView component is based on the Chromium open source project. WebViews now include an updated version of the V8 JavaScript engine and support for modern web standards previously missing in old WebViews. New Webviews also share the same rendering engine as Chrome for Android, so rendering should be much more consistent between the WebView and Chrome.