Hello,
I have a WebView that shows a map, it was working very well before upgrading to iOS 13.2.3, after this buggy upgrade, the map doesn't drag properly if I try to drag it vertically, the whole WebView moves and the map doesn't actually be dragged, this also causes the horizontal drag to be inaccurate, the horizontal drag must be in a neat horizontal direction without any mistake of going up or down.
I know this is a bug in iOS, but is there any workaround for this until they release a fix?
Thanks in advance.
Answers
Would you mind sharing a basic sample for test ? We need to reproduce the issue first .
Many thanks @ColeX
I managed to fix my issue by disabling bounce:
webView.scrollView.bounces = false;