For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 3 voices, and was last updated 12 years 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.
November 19, 2013 at 12:57 pm #344609
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=3590July 11, 2014 at 1:59 am #350290
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.
July 14, 2014 at 8:15 pm #350385
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.
July 16, 2014 at 4:20 am #350422
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.
July 16, 2014 at 7:18 pm #350450
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.
July 18, 2014 at 9:59 pm #350491
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
