facebook

POP Up option : CLOSED

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

    Nie Que
    Member

    Hi, I have this code phoneui.showURL(‘http://www.tacticalasia.com/new/’, ‘_blank’) to pop up the url once i clicked a button. It will display new window width url.

    My problem is, How can i change the settings to display the POP UP (toolbar) of native ios pop up url??

    I really need help here. Any reply will be appreciated. thank you.

    #351368 Reply

    Nie Que
    Member

    Is there someone who could help me. Please. Thank you. 🙂

    #351372 Reply

    support-michael
    Keymaster

    The full signature for showing a Cordova InAppBrowser is showURL(url,targetWindow,properties). The valid properties are shown in the example below. This example enables a toolbar with all options. Tweak it to enable/disable the properties you need.

    
      phoneui.showURL('http://genuitec.com', '_blank', 
           {showLocationBar: true, 
             showAddress: true, 
             showNavigationBar: true, 
             patchWindowClose: true })
    
    #351383 Reply

    Nie Que
    Member

    Thank you so much. That’s really a big help for me… ^_^

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: POP Up option : CLOSED

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