Phonegap:类似于 Android 中 app.loadurl 的 IOS API
我正在将 Android PhoneGap (v1.3) 应用程序移植到 ios。但坚持遵循 loadUrl api,
PhoneGap.exec(null, null, "App", "loadUrl", [url, props]);
我无法找到与 IOS 类似的 api。
我可以使用 window.location.href,但那不能正常工作。 :(
iOS Phonegap中有类似的Api吗?请帮忙。
I am porting android phonegap (v1.3) application to ios. but stuck on following loadUrl api,
PhoneGap.exec(null, null, "App", "loadUrl", [url, props]);
I am not able to find out an api similar to this for IOS.
I could use window.location.href, but thats not working properly. :(
Is there a similar Api in iOS Phonegap? pls help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚尝试了以下代码,它们都工作正常。
“无法正常工作”是什么意思?
I just tried the following code and they both work fine.
What do you mean by 'not working properly' ?
我建议您使用 PhoneGap/iOS 的 ChildBrowser 插件: https://github .com/purplecabbage/phonegap-plugins/tree/master/iPhone/ChildBrowser
I recommend you to use ChildBrowser plugin for PhoneGap/iOS: https://github.com/purplecabbage/phonegap-plugins/tree/master/iPhone/ChildBrowser