- This topic has 2 replies, 2 voices, and was last updated 13 years, 11 months ago by yoite_lover.
-
AuthorPosts
-
yoite_loverMemberHi, I just wanted to know something for my app development. I’ve understood how to link a button to a web page, though I’ve seen that when the web page gets opened, I can’t get back to the original page, unless I decide to use the ‘back’ option in the test center.
Is it possible to put some kind of back button on the web page (which is already existing)? Or is it possible to see the web page displayed over a background image I put in the app?
Thanks for your help.
support-michaelKeymasterYou can add a custom back button to your external webpage as shown in the link below:
http://genuitec.com/mobile/mobione/dev/web/goback-demo/goback-webpage.html
Here’s a mobione example file:
See attachment goto-website.mobi
Here’s the HTML src:<h1>MobiOne Example Example</h1> <br> <input type=button value="Back to MobiOne App" onClick="history.go(-1)">
Wayne
Genuitec Mobile TeamAttachments:
You must be logged in to view attached files.
yoite_loverMemberThanks Wayne for your suggestion.
Although, I think this may not be the right solution for me.
The website page I linked to in my app is not mine. I’ll try to be as clear as I can. For instance…I’m using my app, and I’ve put a link to Google…
Since in the test center I can’t get back to my app unless I use the ‘back’ function, what I need to know is: is there a way to close the webpage and get back to the app? I don’t have an iphone, so I don’t know how its browser works; if there was any possibility to simply open the webpage as a popup or similar, and then close it and get back to the app, that would be just fine.
If the answer is NO, is there a way to show the page directly in the app, showing rss feeds directly on the background image, for example?
I’m sorry if my questions may be silly, but it’s my first app, and since I’m not a professional developer, I need to learn…
Thanks again for your help. -
AuthorPosts