shripalsoni04 / nativescript-webview-interface

Plugin for bi-directional communication between webView and android/ios
MIT License
89 stars 35 forks source link

How to stop reloading the webview #15

Closed emog closed 4 years ago

emog commented 7 years ago

I have two pages - Page A and Page B. My App start with Page A. When I navigate to Page A make something in the web view - for example scroll down then I navigate to Page B and then I back to Page A and the web view is reloaded. How to avoid this. I want to view the Page A's Webview like before but It's reloaded.