lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
356 stars 158 forks source link

Does react-native-webview-android implements the method stopLoading? #69

Open vincenthub opened 7 years ago

vincenthub commented 7 years ago

can u add a new method on the RNWebViewManager.java for stoploading? is it doable?

lucasferreira commented 7 years ago

Hi @vincenthub, I could look for this in few days, when I have enough free time.

But if you have some sort of Android/Java knowledge you could implement this and send a pull request for us ;)

vincenthub commented 7 years ago

Hi @lucasferreira, Im trying to add the stopLoading function below reload function here on my side but it does not work. I thought of achieving/modefying it first here on my copy inside nod_modules before I will request for a PR. Would this be okay? or do you have any suggestion how can i let this work on my side first and request for PR? :)