How to prevent autofocus on first input when clicking a link on popup in jQuery Mobile

How to prevent autofocus on first input when clicking a link on popup in jQuery Mobile

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:

But it seems 1.3.1 has no such issue.

Please help me!!!