facebook

Action On Click Go to URL

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

    hardsofft
    Member

    is there a way that i can get popup only toolbar for android. its working only with ios but not with android. i dont want address bar in android.

    Attachments:
    You must be logged in to view attached files.
    #348453 Reply

    Code_A
    Member

    You can test for os by using the Navigator.UserAgent property.

    if(navigator.userAgent.match(/iphone|ipad|ipod/i)) {
    //ios 
    //.show() or .hide() your widgets
    }

    Here is handy function to return the mobile os.

    #348456 Reply

    hardsofft
    Member

    i dont want to return what type of os i am using. u got me wrong on what i say. i want to know is there any way to avoid address bar in android. from the attachment u can note that it is only available to native ios devices only..

    Attachments:
    You must be logged in to view attached files.
    #348459 Reply

    Code_A
    Member

    Oh sorry, the image that you attached did not display on my phone. I didn’t see it until I got to my computer. I thought you were just asking if there was a way to detect the os.

    #348473 Reply

    hardsofft
    Member

    is there a way that i can get popup only toolbar for android. its working only with ios but not with android. i dont want address bar in android.

    Attachments:
    You must be logged in to view attached files.
    #348486 Reply

    Hi hardsofft,

    The options shown are the only available. You might want to use the Popup with no controls native.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Action On Click Go to URL

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