Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://github.com/angelozerr/angularjs-eclipse/wiki/Angular-Explorer-View
- ============================================================================================================
- https://codepen.io/tahababa/pen/myyoWw
- to install : cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
- <a class="item" href="#" onclick="window.open('http://www.nraboy.com/contact', '_system', 'location=yes'); return false;"> Open a Browser </a>
- ============================================================================================================
- http://pointdeveloper.com/how-to-make-a-phone-call-with-ionic-apps/
- <a href="tel:+1-1800-555-5555" class="button button-positive">Call me</a>
- Allow access in the config.xml file by adding the following
- <access origin="tel:*" launch-external="yes"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement