Telerik-Verified-Plugins / WKWebView

DEPRECATED - this plugin served a purpose in the past, but there are better implementation now
832 stars 149 forks source link

iOS 9: Iphone only - scrollbars keeps on being visible #199

Open davidcandreva opened 8 years ago

davidcandreva commented 8 years ago

https://github.com/Telerik-Verified-Plugins/WKWebView/commit/c700d9702fbbc021eb3713fd6ba2f1b1d1050bd9

Does not work on iPhone with iOs version 9, horizontal scrollbar keeps on being visible.

self.wkWebView.scrollView.showsHorizontalScrollIndicator = NO;
self.wkWebView.scrollView.showsVerticalScrollIndicator = NO;

+

::-webkit-scrollbar-thumb {
    display: none;
}
davidcandreva commented 8 years ago

Update: When removing the WKWebView plugin, the behaviour is like expected.

svenpeeters commented 8 years ago

+1

keenan35i commented 8 years ago

also having same issue..

brunokindt commented 8 years ago

+1

EddyVerbruggen commented 8 years ago

Just tried this again on iOS 9.2 sim and device: no scrollbars for me with that code, but I do get them without them. So can someone please share his Xcode project with me so I can reproduce this issue? You can mail a link to eddyverbruggen at gmail dot com if you like. Thanks!

keenan35i commented 8 years ago

any updates with this? still happening, the bars show up sometimes but other times they do not, its sort of random and unwanted.

avesus commented 7 years ago

Having the same random appearing / disappearing behavior.

tristanbbq commented 6 years ago

Same here, anyone found a workaround?

YvesAmmann commented 6 years ago

+1

daviesdoclc commented 5 years ago

Did anyone figure out a solution? I’m running into this using WKWebView as well.