cordova webview flickering

时间:2015-09-16 10:18:22

标签: android cordova inappbrowser

我使用php + mysql + html5 + bootstrap构建了web-app。应用程序完全在https中,我想要的是制作一个打开webapps网址的cordova应用程序。 但我也需要在应用程序购买中实现。那会在以后发生。 目前的问题是我保留了应用内购买的示例主屏幕(index.html)(可能不需要),并且使用插件打开应用程序URL

cordova.InAppBrowser.open(linkTarget, '_self',  location=no,zoom=no,hardwareback=no');

它可以工作,但每当我点击一个文本字段并且键盘可见时,我就能看到index.html。如何隐藏它或将https内容加载到其中?

使用旧的sgs 3 i9600测试,更新到最新的android 4.3

系列照片显示了我的意思。单击文本字段后: http://postimg.org/image/ka2covazh/

0 个答案:

没有答案
相关问题