I am running a WkWebView
which is rendering my web content in my app. However when I am scrolling at the top/bottom of the page (vertically) the page bounces like a normal web page and I am losing the native User experience.
I have done some research on this topic which apperantly is a pretty common issue But non of the answeres resolved my problem.
What most people suggest is to use the following: wkWebView.scrollView.bounces = false
. But for some reason it has no affect in my webView at all.
Help anyone?
i.e. I prefer solving the issue with native swift rather then injecting js etc..