Hi,
In my Ionic app I use horizontal ion-scroll. On iOS, an horizontal scrollbar was showing up, I hid it using this :
::-webkit-scrollbar {
display: none !important;
}
But since I installed the WKWebView plugin, the scrollbar is showing up again. I tried several things to hide it, but nothing works.
Do you know how to do it ? I don’t want to uninstall the plugin
Ionic info :
cli packages: (/usr/local/lib/node_modules)
@ionic/cli-utils : 1.12.0
ionic (Ionic CLI) : 3.12.0
global packages:
cordova (Cordova CLI) : 7.0.1
local packages:
@ionic/app-scripts : 2.1.0
Cordova Platforms : android 6.2.3 ios 4.4.0
Ionic Framework : ionic-angular 3.6.1-201709221952
System:
ios-deploy : 1.9.2
ios-sim : 6.1.2
Node : v6.9.4
npm : 3.10.10
OS : macOS Sierra
Xcode : Xcode 9.0 Build version 9A235
Misc:
backend : pro
WKWebView plugin version : 1.1.8