Page position in iOS WebView
-
Hi!
I’ve been using CF7 extensively for years, but only now I ran into problem on iOS WebView:
When CF7 form is loaded, bottom of form is displayed so user needs to scroll up to the top in order to start entering data into form.
I tried to window.scrollTop(0,0) after page is loaded, then I tried to window.scrollTop(0,0) after 2 seconds, nothing works.
Javascript is enabled by default and form does work normally other than this position problem.
Same form is positioned normally in Android WebView as well as PC.
- The topic ‘Page position in iOS WebView’ is closed to new replies.