- This topic has 6 replies, 3 voices, and was last updated 10 years, 7 months ago by
xhuzen.
-
AuthorPosts
-
networkeyMemberHi, this is their first experience with this software and I’m considering to buy it … I wanted to ask how to display a web page in an application integrated with the navigation bar of the app itself … look forward to your answers … greetings.
support-octavioMemberHi networkey,
It sounds like your UI design is to embed content from another site into your mobile web UI. Right?
If you create a native app your best option is to use a GotoURL action with a popup window. This will float a dialog above your app’s UI with the remote site content.
If you create a mobile webapp this is not possible due to technical limitations on the device. See this thread:
http://www.genuitec.com/support-genuitec/viewtopic.php?f=8&t=3590
xhuzenMemberIs it possible to make web app for android devices?
Where developing a web application and were using <iframes> for every page of our web app, which actually works on the emulator but when we export and installed the .apk we encountered an error: “the connection to the server was unsuccessful. (file ///android_asset/www/index.html)” and the application crashed. Were Mobione in developing.
support-octavioMemberHi xhuzen,
It is hard to say what’s up with your app on this device. It could be that your app is overwhelming the device’s capabilities, e.g., gradients and long background images can really stress some smaller older devices.
xhuzenMemberThank you for responding, but all i have are multiple of url’s that will call some web page,I don’t have backgrounds. I have also some html codes and css.
support-octavioMemberHi xhuzen,
Please share model and android version.
Does this happen with other mobione apps?
How many screens contain your app?You can try changing your page architecture to ajax:
http://www.genuitec.com/support-genuitec/viewtopic.php?p=19754#p19754Let me know how it goes.
xhuzenMemberModel: O+
Version: Icecream SandwichI just have 2 multipages: first multipage have 5 screens and the second multipage have 7 screens.
The first multipage have 3 screens containing iframe while the 2 screens are just static page screens.
The same with the second multipage which contains 7 static page screens.I tried your suggestion which i am grateful changing page architecture to ajax, but it looks like it didn’t work.
But somehow i recognize when i installed the app and open it, the error would not display if i don’t immediately click on buttons or the page, i just have to wait a couple of seconds to load all the pages. But its not convenient for the user to wait this long.
Hope you could kindly help me with this.
-
AuthorPosts