I have a textarea and a link in a jQuery Mobile popup. When I click link, textarea gets focused automatically and keypad is showing. (on ios) I wanted to redirect to another page by clicking the link, but before it redirects, keypad is showing which is not necessary as I don't want to change any text.
I checked jQuery Mobile 1.4.5 demo page but it has same issue: http://demos.jquerymobile.com/1.4.5/popup/
But it seems 1.3.1 has no such issue.
Please help me!!!