I have created windows phone gap application. In that it internally uses browser called mypgview . I have created JavaScript function in index.html page but it is not working properly. I have written html5 code.
Can any one resolve my problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Actually i called alert function directly .It’s not working while i call it directly ,then i changed like this navigator.notification.alert(“Hi”); now it is working.
Thank You