1.0.0 • Published 11 months ago

@oleksiir/cordova-plugin-open-in-safari v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Cordova Open In Safari Plugin

I built this plugin because cordova.InAppBrowser.open(url, '_system') simply doesn't work for iOS. Feel free to use it if you experience the same problem.

Installation

cordova plugin add cordova-plugin-open-in-safari

Usage

cordova.plugins.OpenInSafari.open(url) to open link in system default browser.