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:
any appreciated. thanks.
Comments
Post a Comment