delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

Black bar at the top #120

Closed StasDoskalenko closed 7 years ago

StasDoskalenko commented 7 years ago

Hello guys! I'm using react-native-oauth module for react native, wich uses your advanced webview.

The problem is I have a strange black bar at the top of webview. Does this issue related to your module? Thanks!

selection_002

ocram commented 7 years ago

Most likely not, just as in https://github.com/delight-im/Android-AdvancedWebView/issues/106.

Can you debug this? There's probably some other reason for this black bar, and for the other problems.

Most importantly, can you run this on a real device instead of on the emulator?

Android System WebView must be up-to-date, and it's easy to ensure this on a real device where you can just open Play Store and make sure that that app has the latest updates.

If you know how to build an Android project -- don't know if that's required knowledge for using that React component -- you could build the sample app from this repository and point it to some web application that opens the same Facebook OAuth page somewhere in its authentication flow. That's just another way of checking how that page really renders in an up-to-date library with up-to-date Android System WebView.

ocram commented 7 years ago

Closing due to inactivity