browser ‐ Presenting Websites In Safari - cobocombo/Scriptit-Core GitHub Wiki

Module to present websites within Safari for iOS.

Methods

  • open ({ url, inApp = true, animated = true }): Method to open a website url in safari, either within the app or outside of the app.

Usage

browser.open({ url: 'https://www.google.com/', inApp: true, animated: true });