[ 
https://issues.apache.org/jira/browse/CB-10123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-10123.
-----------------------------
    Resolution: Won't Do

Closing as won't fix since the wkwebview-engine plugin is deprecated, but the 
problem probably still affects cordova-ios 
If still present, it can be reported on github 
https://github.com/apache/cordova-ios/issues

> -webkit-scrollbar css does not work in WKWebViewEngine
> ------------------------------------------------------
>
>                 Key: CB-10123
>                 URL: https://issues.apache.org/jira/browse/CB-10123
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-plugin-wkwebview-engine
>         Environment: Using iOS 9, with IOS-Cordova 4.0 (beta) and official 
> cordova WKWebView engine.
>            Reporter: Cole Turner
>            Priority: Major
>              Labels: wkwebview-baked-in, wkwebview-known-issues
>
> To hide the appearance of scrollbars in Safari, Webkit, and UIWebView, we use 
> the following CSS:
> {code}
> ::-webkit-scrollbar
> {display:none;}
> {code}
> The WKWebView engine does not honor this property. The only way to control 
> the appearance of a scrollbar is invoking it via a plugin as so:
> {code}
> self.wkWebView.scrollView.showsVerticalScrollIndicator = NO;
> self.wkWebView.scrollView.showsHorizontalScrollIndicator = NO;
> {code}
> It would be nice to abstract this as a plugin preference since the WKWebView 
> engine is now a separate plugin: (via Shazron)
>  <preference name="ShowWebViewScrollIndicator" value="vertical, horizontal" />



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to