facebook

window.open and navigation tab

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

    Muhammad
    Member

    I want to open the URL using window.open, and put also navigation on the top of window.open page.
    Is it possible?

    window.open(url_to_open, '_blank','menubar=yes,location=no,enableViewportScale=yes,closebuttoncaption=Close');

    When I use window.open, I just get Close button, forward/backward button.
    But I want to put also sharing social media button also.
    I try using ifram but scroll problem there.

    Thank you.

    #345317 Reply

    support-michael
    Keymaster

    >I want to open the URL using window.open, and put also navigation on the top of window.open page.
    Is it possible?

    No, here’s the background:
    The Visual Designer’s GotoURL action uses the Cordova/PhoneGap InAppBrowser to implement a modal browser window. Cordova InAppBrowser overrides window.open(). The layout of InAppBrowser controls is limited and you can only control visibility of various address/nav bar controls. See http://docs.phonegap.com/en/3.3.0/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser

    If you’re good with html and javascript you may be able to hide all InAppBrowser controls and provide your own UI controls from the doc you load in the browser.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: window.open and navigation tab

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