这个 Javascript/SQLite 代码如何在 Android/Eclipse/PhoneGap 上工作?
在 Android 手机上,页面会显示字段和按钮,但点击按钮不会显示下面的文本,就像他的代码显示的那样。我没有收到任何错误消息。
我想知道是否有需要声明的内容或 Android 数据库权限需要声明,但我找不到任何内容。
我认为这应该在 Android 上运行是错误的吗?如果没有,可能会缺少什么?
It appears that this person was able to perform SQLite queries using Javascript on an HTML page. However, I've added it to my Android SDK/Eclipse/PhoneGap project and don't see it working. I've added the js file also.
The page shows up with the field and button on an Android phone, but tapping the button does not show the text underneath, like his code shows. I don't get any error messages.
I wonder if there is something to declare or Android database permissions to state, but I can't find any.
Am I wrong to think this should work on Android? If not, what could be missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于浏览器,而不是设备使用的 API/SDK。
它使用浏览器 HTML5 标准的本地存储功能。
请参阅此示例 使用 HTML5 WebDatabases 的简单 TODO 列表
That depends from the browser, not from the API/SDK the device uses.
It uses the local storage functionality of the HTML5 standard of the browser.
see this example A Simple TODO list using HTML5 WebDatabases