facebook

Android App created with MobiOne spinning wheel issue

💡
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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #346271 Reply

    naynay
    Member

    I created an Android app installed it on my Android phone and when I load the App I get a spinning wheel that won’t stop or go away?? Please help

    #346272

    Brandon
    Member

    this could be due to a call to: phoneui.showActivityDialog();, especially if you use part of some other code a lot of news reader code uses this, as well as anything you want to show the user the app is busy.

    that was not closed, try adding: phoneui.hideActivityDialog(); in a button and see if it goes away, if it does try to find out the call and see why it may not be getting hidden.

    #346274

    naynay
    Member

    Thanks Cincy:

    I placed a button on the home screen with that code and no more spinning wheel, but I don’t want the button so what do you suggest?

    #346275

    support-michael
    Keymaster

    Here’s something to try. Do you have “offline support” enabled? If yes please disable it and try a rebuild. If no, can you share details about your app. For example does your app run any type of activities on startup?

    #346276

    Brandon
    Member

    The best bet is to find out whats calling it up and close it when needed. With out seeing the code its hard to say. If it comes down to it you can always put it in the loaded function in the custom js file:

    /**
    * Called when document is loaded.
    */
    phoneui.documentReadyHandler = function() {
    //<—put it on this line
    }

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Android App created with MobiOne spinning wheel issue

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