android - Form input loses focus based on position -


i'm encountering weird bug occurring in android built in browser. have form input on main page (input #1). when user taps form input show white screen input @ top (input #2). using input #2 autocompleter. when user taps input #1 capturing tap , doing a:

$('#page2').show(); $('#input2').focus();

this correctly bring keyboard in chrome on android, chrome on ios, , safari on ios. however, when using built in browser on android can see input #2 getting focus , losing it. have determined problem input #2 laying directly on top of image main page. if take image out works expected. unfortunately don't have option. i'm wondering if has ideas. i've created jsfiddle reproduce bug:

http://jsfiddle.net/yfnme/3/

any appreciated. thanks.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -