tap and bubbling/propagation
see this sample in android 2.x browser..its a sample to replicate a scenario in my application..
its abt listening to 'tap' and calling changePage from listener...
the second page is having some input fields, 'tap' event is bubbling/propagating to second page and focus is randomly set to input fields...
I read similar issues and want to know anybody experienced same issue and got a workaround for it....
Or I must use only 'click' ?