Questions tagged [react-native-webview]
406 questions
0
votes
1 answer
React Native: How do you get a Moneris transaction to return to app?
I'm processing a transaction with Moneris in my React Native app in a WebView. The URL in my WebView contains the credentials of my Hosted PayPage Configuration as URI parameters. When creating that configuration on the Moneris site, I need to…

gkeenley
- 6,088
- 8
- 54
- 129
0
votes
1 answer
How to implement WebView in QR Code Generator using react native?
[Invariant Violation: WebView has been removed from react-native.][1]
[1]: https://i.stack.imgur.com/ce7T9.png, https://snack.expo.io/@aboutreact/generation-of-qr-code-in-react-native?session_id=snack-session-ESXWizmjL

Hari Krishnan
- 1
- 1
- 1
0
votes
1 answer
Android : script in HTML can't call addEventListener when I setting shouldOverUriLoading return false
When I using react-native-webview, I have to set function shouldOverideUrlLoading return false. So that my script in HTML can't listen to the message I send from my Component. It worked fine in iOS but Android my function addEventListener in HTML…

Kakata Kyun
- 573
- 1
- 5
- 12
0
votes
0 answers
Hide a part of WebView in react native
I would like to know if it is possible to hide some part of a webView. For example, I'm using youtube and I would like to hide the search bar on top of the webView. Is this possible ?
I tried with putting a view with a height but it's not…

Jats1596
- 1,117
- 1
- 13
- 20
0
votes
1 answer
Using WebView in react native
I want to use a WebView to display a youtube playlist whenever I click on a image. But I can't manage to display the WebView, only a blank white page. Here is the code :
showBelier(){
this.setState({ishowing:true});
return(

Jats1596
- 1,117
- 1
- 13
- 20
0
votes
1 answer
React Native Grid with Webview crashes
I am using Grid with a View of fixed height 150 and a Row with the rest of the height
In the view i am showing a text input and in the Row i am showing a Webview
When i touch the input the keyboard opens and if i press the back button the app…

Nidhin Kumar
- 3,278
- 9
- 40
- 72
0
votes
2 answers
Webview does not display anything in React native (expo)
I am trying to use webview but somehow does not display anything.
I tried importing webview on react native and also tried import using react-native-webview
but still can't find any good solution. (using expo)
You could check my sample…

shifu
- 672
- 8
- 37
0
votes
0 answers
React-Native WebView doesn't update after going away and back to the WebView
I use react-native-navigation with community web-view component.
My problem is - the screen is called WebLinkScreen and it opens different weblinks inside my app.
If I go away from that screen with let's say opened https://example.com. Then open a…

Andrei
- 42,814
- 35
- 154
- 218
0
votes
0 answers
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 any parameter in which I could give the path…

Aishwarya R M
- 123
- 1
- 10
0
votes
0 answers
WebView not showing on android
I am trying to get something - anything shown on a webview on android, but I am seeing nothing no matter what I do. The WebView takes up the necessary whitespace, but doesn't show anything, no matter if I hardcode HTML or try to enter a url.
The…

Jakob
- 4,784
- 8
- 53
- 79
0
votes
1 answer
Stay login in React Native WebView with expo on ios
In my react native expo app I have two screens,
One for login page where the user will put the credentials and after successful login, it will be redirected to the webview page.
Inside webpage, I’m trying to get the home page content but it's…

Saikat Kundu
- 350
- 1
- 15
0
votes
1 answer
ReactNativeWebView is Not Recognised
I’m using react-native-webview and attempting to post a message from JavaScript to RN.
I’m using the window.ReactNativeWebView.postMessage() method but cannot get beyond some issue with ReactNativeWebView not being recognised, with the following…

MoO
- 125
- 1
- 1
- 9
0
votes
1 answer
ReactNative FusionChart events in iOS does not emit / fire. Only the first will emit
FushionChart events prop seems to be not working properly in react-native-fusioncharts. Only the first key in the event object (key-value paired) will fire/emit.
In the example below, console.log("bI"); will be logged, but not any other event. Not…

Yeshan Jay
- 1,403
- 1
- 9
- 18
0
votes
2 answers
Can I render hole HTML page with react-native-webview?
So the question is: Can i render the response from the back(html page) with react-native-webview?

Michael Tkachenko
- 139
- 1
- 14
0
votes
0 answers
React native WebView prevent openUrl
I'm using webview from react-native to show a simple browser, however right now I have the problem whenever I open a website like Amazon and I have the app installed on my phone it pushes me to the app like Linking.openUrl would. How can I prevent…

Konstantin Paulus
- 1,943
- 2
- 10
- 22