使用 javascript 从 Web 浏览器生成 Android 本机代码
是否可以在默认的android浏览器中使用javascript访问android本机代码?
问候, 多姆
Is it possible to access android native code using javascript in the default android browser?
Regards,
Dom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,抱歉。
您可以创建自己的 Android 应用程序,通过
WebView
小部件向 WebKit 公开 Java 对象。此外,您还可以从“默认 Android 浏览器”中显示的 Web 内容(无论对用户而言是什么)链接到 Android 应用程序。而且,您可以安排让您编写的应用程序响应 URL,否则这些 URL 可能会转到浏览器。但仅此而已。No, sorry.
You can create your own Android app that exposes Java objects to WebKit through the
WebView
widget. Also, you can link to Android apps from your Web content displayed "in the default Android browser" (whatever that might be for the user). And, you can arrange to have an app that you write respond to URLs that otherwise might go to a browser. But that's about it.