We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749bbe7 commit 7e306a4Copy full SHA for 7e306a4
android/src/main/java/com/reactnativecommunity/webview/RNCWebChromeClient.java
@@ -40,6 +40,7 @@
40
import java.util.ArrayList;
41
import java.util.Collections;
42
import java.util.List;
43
+import java.net.URI;
44
45
public class RNCWebChromeClient extends WebChromeClient implements LifecycleEventListener {
46
protected static final FrameLayout.LayoutParams FULLSCREEN_LAYOUT_PARAMS = new FrameLayout.LayoutParams(
0 commit comments