5

I'm trying to remove all scrollbars from my ionic 2 app using the WKWebView

I can hide them with css using the standard webview, but when using the WKWebView it does not work.

I have tried editing the CDVWKWebviewEngine.m file with the following but had no luck

wkWebView.scrollView.showsHorizontalScrollIndicator = NO; wkWebView.scrollView.showsVerticalScrollIndicator = NO; [wkWebView.scrollView setShowsHorizontalScrollIndicator:NO]; [wkWebView.scrollView setShowsVerticalScrollIndicator:NO]; wkWebView.scrollView.scrollIndicatorInsets = UIEdgeInsetsMake(30000, 0, 0, 10);

rorypicko
  • 4,435
  • 3
  • 24
  • 43

0 Answers0