i have defined a button. click of the button i need to navigate to Facebook login page. when i click the button its going to OnfacebookButtonTap function getting alert message facebook. in this function i need to call Facebook URL. i want show face book login page. how to archive in Sencha Touch. Could anyone tell me how to do this. Thank you
Here is my button tap function:
OnfacebookButtonTap:function () {
alert('facebook')
//https://www.facebook.com/
},