resourceCustomSchemes property

List<String> resourceCustomSchemes
getter/setter pair

List of custom schemes that the WebView must handle. Use the WebView.onLoadResourceCustomScheme event to intercept resource requests with custom scheme.

NOTE: available on iOS 11.0+.

Implementation

List<String> resourceCustomSchemes;