Hey Devs,
I am looking for a way to load the previous saved scroll position of a local html file which is being called using API native.newWebView() when users return to load the local html file after closing it completely.
Is this possible?
Hey Devs,
I am looking for a way to load the previous saved scroll position of a local html file which is being called using API native.newWebView() when users return to load the local html file after closing it completely.
Is this possible?
Hi,
It would be tricky, but if you have control over the html file you could possibly use anchor tags. But this would not give you pixel perfect position, and would be limited to the sections that have anchors on them.
-dev
Hi,
It would be tricky, but if you have control over the html file you could possibly use anchor tags. But this would not give you pixel perfect position, and would be limited to the sections that have anchors on them.
-dev