Android default webbrowser problem
Hello,
I am developing application with jquery mobile and phonegap and I have one huge problem.
First problem is password field and the problem is next :
when I click on password field (<input type="password" id="password" value="" />) it goes white and whatever input type="password" is white and input type="text" is ok.
The other stuff is JavaScript and button onclick="".
I googled all night long and tried all solutions there are with <a> tag with <input> tag and with <button> tag but non of it worked.
Then I tried my app on some other web browser (chrome and firefox) and it worked perfectly.
Is there anyway to make app work ok on default phone web browser or it MUST run on chrome or firefox.
Is there any way to make app open in firefox or chrome when it is lunched or to alert user that he have to open it in chrome or firefox to make it work ?
Please help :)