facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
118.48k stars 24.26k forks source link

Question: react-native webview doesn't support some URL schemes #27742

Closed Visakeswaran closed 4 years ago

Visakeswaran commented 4 years ago

react: 16.9.0 react-native: 0.61.5,

ISSUE: I am using react-native-community/react-native-webview, to render a web view in my application. My URL scheme looks something like intent://cdn.glitch.com/ (which is basically a WebAR, that basically opens a 3D model in the space around with help of camera). It throws an error saying ERROR_UNKNOWN_URL_SCHEME.

What I have tried till now:

CONCLUSION: The WebView component that comes up with to react-native 0.59.0 below works fine with the URL schemes, however the react-native-webview package doesn't.

Help Needed:

Is there any way to support such URL schemes? Is there any way to include, the extracted WebView module in the latest version of react-native?

react-native-bot commented 4 years ago

We are automatically closing this issue because it does not appear to follow any of the provided issue templates.

👉 Click here if you want to report a reproducible bug or regression in React Native.