Software Archive
Read-only legacy content
17061 Discussions

trouble with iframe

ideueno_s_
Beginner
287 Views

I'm having trouble with iframes. I built a small application for testing, however, when emulate works correctly, compiles correctly, but when I install the aplication on mobile show only a bank screen.
If they can help me I'm grateful.

below the code:

    <body>
        <!-- IMPORTANT: Do not include a weinre script tag as part of your release builds! -->
        <!-- Place your remote debugging (weinre) script URL from the Test tab here, if it does not work above -->
        <!-- <script src="http://debug-software.intel.com/target/target-script-min.js#insertabiglongfunkynumberfromthexdkstesttab"></script> -->
        <div class="upage vertical-col left" id="mainpage">
            <div class="widget uib_w_1 iframe-size d-margins" data-uib="media/iframe" data-ver="0">
                <iframe src="http://google.com.br" style="border: 0; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%" scrolling="no"></iframe>
            </div>
        </div>
    </body>

0 Kudos
2 Replies
Jayaram_K_
Beginner
287 Views
0 Kudos
PaulF_IntelCorp
Employee
287 Views

If all you want to do is open a page to a web server, use the inAppBrowser plugin instead of an iframe.

0 Kudos
Reply