带标题的Phonegap InAppBrowser

时间:2014-06-20 05:50:29

标签: ios jquery-mobile cordova iframe inappbrowser

是否可以在InAppBrowser下显示jQuery Mobile标题(带按钮的标题)?

我已尝试使用iframe,如下所示......

 <div id="con" data-role="main" class="ui-content">
            <iframe id="iIFrame" frameborder="0" src="http://en.wikipedia.org/" scrolling="yes"></iframe>
 </div>

它运行良好,但它不是在iPhone中水平滚动。  任何帮助,将不胜感激。感谢。

我的代码和结果:http://jsfiddle.net/balaguru2014/sdpYX/1/ enter image description here

1 个答案:

答案 0 :(得分:0)

<script>
$(document).bind("mobileinit", function(){
  $.mobile.touchOverflowEnabled = true;
});
</script>