Skip to content

Instantly share code, notes, and snippets.

@DeSlaper
DeSlaper / gist:491bcc74fe984a122522
Created September 7, 2015 09:23
Opening urls outside of Cordova / PhoneGap
IOS
===
If you need to open urls from within a phonegap/cordava app into safari add the following pice of code into
```
/<project-path>/platforms/ios/<project-name>/Classes/MainViewController.m
```