I have noticed Xamarin WebView issue after upgrading my app to iOS 12.2. WebView loads internal business website and after returning back to the app after screen has been locked and then unlocked causes web view contents to freeze. After returning to the app, the user cannot scroll or tap the buttons on the web view. This is not the case when I run the application on iOS 11.2. Also, the issue can be reproduced only on physical device and works fine in simulator.
Anyone facing similar issues? Any help is appreciated.
Answers
I test on my physical device with the link of Google and my OS version is 12.2 , but no issue happens.
Maybe there is something wrong with your internal business website , could you try with the public link again ?
If problem persists ,please file issue here : https://github.com/xamarin/xamarin-macios/issues.
I tried it with public link and it works fine. I believe it has to do with the device embedded web server package which is used to host the website. I'll look for all possibilities and get back to you.
OK , feel free to update here .