iUI:后退按钮在 UIWebView 中不起作用
我有一个混合的 Web/本机应用程序,我使用(你猜对了)UIWebView 来显示应用程序的 html 部分。根据应用程序的性质,我使用的视图没有任何工具栏,包括前进/后退按钮。
html是使用iUI设计的。所有“页面”都包含在同一个文档中,使用 ids 来指定页面内容。当在 iPhone 上的 safari 中查看 html 时,iUI 的“后退按钮”按预期工作。但是,当我在 UIWebView 中使用 html 时,iUI 的“后退按钮”不起作用。
在 iUI 中,或者更有可能在 UIWebView 中,我是否缺少某些东西来让“后退按钮”按预期工作?
I have a mixed web/native app, and I use a (you guessed it) UIWebView to display the html portion of the app. Do to the nature of the app, I am using the view without any toolbar, including forward/back buttons.
The html is designed using iUI. All of the "pages" are contained in the same document using ids to designate page content. When viewing the html on the iPhone in safari, iUI's 'backbutton' works as intended. However, when I use the html in UIWebView, iUI's 'backbutton' doesn't work.
Is there a something I'm missing, either in iUI, or what's more likely, in UIWebView to get the 'backbutton' to work as intended?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我转向了 jQTouch,这是一个更好的库,尽管它仍处于测试阶段,但使用起来相对容易。最重要的是,它看起来也更时髦! jQTouch 团队干得好!
I switched over to jQTouch, which is a much nicer library, and even though it's still beta, it was relatively a snap to work with. Best of all, it look a lot snazzier too! Good job jQTouch team!