Software Archive
Read-only legacy content
17060 Discussions

Problem with IOS APP after update XDK to version 3491

Paolo_P_2
Beginner
195 Views

I have a simple app with this body

<body onload="window.location.href='http://www.mysite.it'" style="background-color: #ffffff">

        
        </script>

        <div class="upage vertical-col left" id="mainpage">
            <div class="widget uib_w_1 iframe-size " data-uib="media/iframe" style="margin-left:0px;marging-right:0px;width:100%;height:100%;" data-ver="0">
                <iframe frameborder="0" scrolling="no" src="http://www.mysite.it/attesa.aspx"></iframe>
            </div>
        </div>
    </body>

before update XDK version a 3491 that it is working properly. but now, with versione XDK 3491 when start the app in ios open a blank page and non redirect to correctly page.

if the text in the application tab " simulated " or through the test app works properly , but if I install it directly on the IPAD does not work.

Help me.....
Thanks

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
195 Views

This is not the sort of app that Apple would normally allow in the iOS store.

Did you try building with CLI 5.1.1, 5.4.1 and 6.2.0? See if they made any difference in the results?

0 Kudos
Reply