react-native-blockable-webview icon indicating copy to clipboard operation
react-native-blockable-webview copied to clipboard

Clone to react-native webview that allows the blocking, and handling of navigation based on a set of policies

Results 1 react-native-blockable-webview issues
Sort by recently updated
recently updated
newest added

Hey, it seems to not work on iOS. ``` _handleAndroidNavigationChange({ nativeEvent }): Boolean { const { url } = nativeEvent; if (this.props.onLinking && typeof this.props.onLinking === 'function') { this.props.onLinking(url); }...