Advertisement
asanchez75

eclipse/angularjs/external_link/phone

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