facebook

Query on Distribution

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    billPeach
    Member

    Hi

    Can someone confirm how the distribution works. I have written a test app that stores data locally in an XML file and under test it runs quickly, but if distributed via a web app it seems to need to see the web and is slower if there is a poor connection

    Does the install from a web app work in the same way as a native IOS or Android install and create a local app that does not need internet to work as I would like the app to work if there is no internet

    Also the ‘egg timer’ continually runs on the app, which suggests to me there is some process still running, is there a command that closes any internet connection

    Bill Peach

    #341375

    Proffie
    Member

    If you run it over the Web App, it is indeed a “Web App”, meaning that it runs on a web server and not locally. If you compile it as native, it can run locally with no internet connection needed.
    You can make use of the localstorage instead of the web storage functionality to store your data instead.
    see http://cincyplanet.com/mobione/ autosave text example.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Query on Distribution

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