ammarahm-ed / react-native-geckoview

GeckoView implementation on android for React Native.
MIT License
11 stars 4 forks source link

Too Many Bugs!! Can't Be Use, Can't Help To Fix #4

Open putuoka opened 1 year ago

putuoka commented 1 year ago
  1. You need to add this in build.gradle before you can use this repo/component

    maven {
                url "https://maven.mozilla.org/maven2/"
            }
  2. import have to be use this import GeckoView from '@ammarahmed/react-native-geckoview'

  3. Force close in android if you scroll the webview to the end. the bugs very similar with [Crash] WebView inside ScrollView crash on scroll end - Android in scrollview see this as references https://github.com/react-native-webview/react-native-webview/issues/2364 even i'm not using scrollview or i have put overScrollMode="never"

  4. Sometimes it goes blank black and u can't put state like setLoading(true) in onLoadingStart

  5. Postmessage not working from Website with jquery. It's working fine in react-native-webview but when i change to geckoView it doesn't working anymore

Sorry can't help to fix since i'm noob with java & react