Android : Open a url in a new window of cordova application

on Friday, January 30, 2015


I'm using angularjs in my mobile application and i want to open a facebook page when i'm clicking on a image.That page should open in a new window.how can i do this?


This is my html image part



<img ng-src="img/fb.png" class="img-responsive" style="width: 50%; height:33%" ng-click="facebook()" />

0 comments:

Post a Comment