带有Phonegap和JQuery Mobile的iFrame将APP转移到浏览器

时间:2012-01-18 19:37:56

标签: eclipse iframe jquery-mobile cordova mobile-application

<div data-role="content">    
    <iframe src="http://drumbeat.pro/" frameborder="0" width="99%" height="100%" align="middle"></iframe>
    <form id="loginForm">
    <div data-role="fieldcontain" class="ui-hide-label">
        <label for="username">Username:</label>
        <input type="text" name="username" id="username" value="" placeholder="Username" />
    </div>

    <div data-role="fieldcontain" class="ui-hide-label">
        <label for="password">Password:</label>
        <input type="password" name="password" id="password" value="" placeholder="Password" />
    </div>

    <input type="submit" value="Login" id="submitButton">
    </form>

</div>

我正在尝试在我的phonegap应用中显示iFrame,但我点击的每个链接都会转到浏览器,我该如何避免?请不要建议这个答案(http://denrobapps.com/2010/12/phonegap-and-iframes/),因为这里预先给出的Phonegap已经过时了

1 个答案:

答案 0 :(得分:0)

将外部链接的域添加到Xcode中的PhoneGap.plist中的ExternalHosts条目(假设您正在使用iOS应用程序)。

http://wiki.phonegap.com/

网站注:“drumbeat.pro” - &gt;该网站提供哪些类型的服务/产品?我是鼓手...