Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
894 views

Restrict app from going back via react-native-webview (React Native)

I have developed a website using react and now I've been trying to use this via webview in react native. Problem: When I am using back button, the app exits. Reason: In my React Website I am using ...
Fanish's user avatar
  • 43
1 vote
1 answer
1k views

App crashing on navigation due to react-native-webview?

I am using react-native-webview in my code. It is used under the scrollview. But due to it app is crashing when I pressing back button or navigating to another screen. Below is my react native video ...
Bhaskar Joshi's user avatar
0 votes
1 answer
134 views

Recommendations for developing webview content on Android?

I've got a webview component that loads some html and javascript. The html + javascript is fairly large, and is compiled using webpack into a single page (html, javascript and css is all in one ...
lambinator's user avatar
  • 11.1k
1 vote
1 answer
3k views

React Native Webview: How to enable 'swipe to navigate' gestures for Android?

I am using react-native-webview to create a webview interface for a web app I already developed. I am trying to enable 'swipe to navigate' gestures to transtion between screens for the web app and it ...
J.Ko's user avatar
  • 8,911
4 votes
2 answers
22k views

react-native-webview how to inject javascript?

On Android, I had been using expo-stripe-checkout for payments on an Expo managed app. Everything was working fine until I updated to the newest version of expo and react-native. Now, none of the ...
gwalshington's user avatar
  • 1,505
8 votes
7 answers
15k views

react-native-webview crashes application when invoked

I am using react-native-webview library to load webpage, it works fine in debuging, but when I create release build. And click on the tab to load webview , application crashes. following is the error. ...
Muhammad Ehtesham Anwar's user avatar
1 vote
2 answers
6k views

Cannot read property '#<WebView>' of undefined react native

I'm creating a Webview in react-native but when I navigate to any page and try to navigate back app gets close. I have read some answers on STACK-OVERFLOW and tried some code to handle the back ...
Ajay Sharma's user avatar
0 votes
0 answers
99 views

Can we send data through any of the parameters in react-native-webview?

Can we send data content in any of the parameters of react-native-webview?I have a web-view in which I would like to send a path. This path is to be sent to an external html file. Is there any way or ...
Aishwarya R M's user avatar
1 vote
0 answers
309 views

How to communicate between javascript and react-native?

I'm setting up a WebView in react-native within which I read an index.html file. The file displays in iOS but not in Android. I need a communication link which reads in Android as well. I have tried ...
Aishwarya R M's user avatar