> 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.