Mobile: scrollTo fails in iOS hybrid webview

Bump - someone out there must have some suggestions for how to successfully scroll within iOS webviews within a native app.

I can’t imagine I need to manually construct a custom function to grab all visible elements, determine the last element on the page, grab it’s coordinates, scroll the page up, scan all visible elements again, and keep repeating until my element is in view. There has to be some successful built-in function that handles scrolling. Right? :smiley: