alinz / react-native-webview-bridge

React Native Webview with Javascript Bridge
MIT License
1.37k stars 491 forks source link

Add support for stopLoading function in android #168

Open alejandro-osorio opened 7 years ago

alejandro-osorio commented 7 years ago

Add the method stopLoading, this is important because in android there is not implementation of onShouldStartLoadWithRequest and sometimes is necessary to void to load an specific url like when the url has custom scheme.