- This topic has 5 replies, 3 voices, and was last updated 11 years, 2 months ago by
Brandon.
-
AuthorPosts
-
shaneumlaufMemberHi guys I have been playing with the Upgraded version I have bought. I need help if any one can help me. I am looking for a way to show my home page on load when the app loads up.
Can some one tell me how to do that
Many thanks in advance.
support-michaelKeymaster> I am looking for a way to show my home page on load when the app loads up.
Do you mean you want the app to startup and then load a remote website? If yes, I believe this can done this using the designer’s GotoURL action.
shaneumlaufMemberHey wayne
I have an issue where I can only use <iframes></iframes> I can not find a way for the app to on load a URL for a clients home page. For example?:
I want the app to load the websites url. My clients website is http://www.truehumans dot org. I want it show up. I looked but I dont see where it says to go to URL.
can you please tell me how to do that.
Thanks
Attachments:
You must be logged in to view attached files.
support-michaelKeymasterclarification, mobione’s phoneui.js library includes the api phoneui.gotoURL() that will load a remote web page in different modes. One of those modes is to load it in place of the mobione UI. That is the remote web page will completely replace the mobione UI.
shaneumlaufMemberHey wayne
Wich properties and how can i set it to choose for it to load the URL I looked and I only see the Remote URL but don’t know how to get it to load website URL. because there is no GO TO. I would like for the URL to load as splash page and not a image.i don’t know what properties to use.
Please help.Thanks
Attachments:
You must be logged in to view attached files.
BrandonMemberIf you want the webpage to load right when the app starts without any user interaction you will need to add it to the custom_ js file in the document load section. Something like:
phoneui.gotoURL(“yoursite.org”);
You can also try it in the html widget wrapped in <script> tags, but may get mixed results.
-
AuthorPosts