Socket
Socket
Sign inDemoInstall

cordova-plugin-ios-safari

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-ios-safari

Cordova iOS Safari Plugin


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

cordova-plugin-ios-safari

It is surprisingly hard, and likely even impossible, to open a URL in Safari on an iOS device when using Cordova 4. This is frustrated by the immense amount of documentation that says how to do it using Phonegap, which is entirely different in this regard.

This small plugin provides that functionality. To use:

var success = function(winParam) {};
var failure = function(error) {};
cordova.exec(success, failure, "Safari", "openExternally", [url]);

Changes

Version 0.1.1

  • Added logic to make the plugin use a background thread

Version 0.1.0

  • Initial release

Keywords

FAQs

Package last updated on 10 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc