facebook

Nothins is simple

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #335016 Reply

    MrJazzz
    Participant

    Hi. I bought MobiOne sometimes ago already and now i have a great android web app that works real fine from my pc, my ipod touch and my htc android device. When i compile an apk file, load it to my server, then back to my device, the app loads, shows tha main screen then blank screen…

    The only thing i do with mobione, is use an html box in which thyere is a redirect refresh meta thing…

    Why does it stops there?

    what should i look for?

    #335022 Reply

    support-michael
    Keymaster

    > The only thing i do with mobione, is use an html box in which thyere is a redirect refresh meta thing…

    I’m not sure what the “redirect meta thing…” is but it sounds like that could be the root cause in your native app issue. A couple of thoughts:

    1) mobione html5 apps render the web content in the app’s embedded webview. So this is a different environment than previewing your app in the device’s web browser. This is especially true if you do not use the device’s default browser.

    2) Also the html widget is not a type of special frame-like container. <iframe> just does not work very well across platforms. Instead the best the html widget can do is merge your html widget code into the dom under a <div> that sized and styled according to the widget’s properties. So you have to be careful not to corrupt the app’s DOM with your html code.

    Try googling to see if your meta technique is a known issue with cordova or phonegap. This is the name of the open-source framework that MobiOne uses when build your app.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Nothins is simple

You must be logged in to post in the forum log in