Allan Santos
Allan Santos
> > Thank you man I just add in build.graddle : > > implementation ('com.google.android.gms:play-services-ads:16.+') { force = true; } > > Project compiles and works when adding this line:...
Thanks @Greenvold Solved for me
> I was able to work around this by using `webViewRef.current.injectJavaScript('window.location.reload(true)');` 😭 I've added that and a user agent toggle to the reproduction: https://snack.expo.dev/@dereklucas/android-custom-useragent-infinite-reload-reproduction Thanks @dereklucas, this workaround worked for...
Same case here
After debug here, I was call the `formatString` and passing undefined in second param
Same case here 