I have a copy button at the bottom of page. When clicked, the page zooms and scrolls to the top a little bit. Also, I see an iphone keyboard blink (appears and disappears). Does anybody know how to fix it?
PS I thought it might be because of temporary node having font smaller than 16px - then iphone zooms input controls when they are in focus. textarea[style^="position: absolute; left: -10000px; top: "] {font-size: 16px;} - this funny css hack didn't help )
Thanks for any ideas
I have a copy button at the bottom of page. When clicked, the page zooms and scrolls to the top a little bit. Also, I see an iphone keyboard blink (appears and disappears). Does anybody know how to fix it?
PS I thought it might be because of temporary node having font smaller than 16px - then iphone zooms input controls when they are in focus.
textarea[style^="position: absolute; left: -10000px; top: "] {font-size: 16px;}- this funny css hack didn't help )Thanks for any ideas