facebook

Need Help with creating an app

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #344735 Reply

    shaneumlauf
    Member

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

    #344758 Reply

    support-michael
    Keymaster

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

    #344759 Reply

    shaneumlauf
    Member

    Hey 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.
    #344760 Reply

    support-michael
    Keymaster

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

    #344761 Reply

    shaneumlauf
    Member

    Hey 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.
    #344765 Reply

    Brandon
    Member

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

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Need Help with creating an app

You must be logged in to post in the forum log in