All Questions
Tagged with react-native-webview android
95 questions
0
votes
0
answers
27
views
net::ERR_NAME_NOT_RESOLVED in React Native WebView (APK Release Mode)
I'm building a React Native app using Expo (managed workflow) that loads a TradingView chart using WebView. It works perfectly in development mode (expo start) and in the development build (eas build -...
1
vote
0
answers
66
views
Getting security issues saying WebViews Allowing Access to Local Resources for Android in react native
I am using the latest version of the react-native-webview:13.12.5 in my react native app. I have been seeing the security issues related to WebViews Allowing Access to Local Resource for the Android ...
0
votes
0
answers
25
views
External Payment provider in Webview goes to session timeout
I have a react native application when we have to use webview component for external payment providers.
The props I pass through the webview are listed below:
ref: webViewRef,
source: {
uri: 'www....
1
vote
1
answer
182
views
In react native android release apk getting webview issue Error Code:-2 Description:net::ERR_NAME_NOT_RESOLVED
Error loading page
Domain:undefined
Error Code:-2
Description:net::ERR_NAME_NOT_RESOLVED
Getting this issue in release apk in android react native
I already used android:usesCleartextTraffic="...
0
votes
0
answers
220
views
React Native Webview performance impacts entire app
I have a React Native application that uses a 3D engine (BabylonJS) inside react-native-webview.
When the WebView FPS drops (let's say from 60fps to 30fps), the React Native UI FPS (as seen in the RN ...
0
votes
1
answer
76
views
How to use zoom in out, touches in WebView inside a ScrollView in React Native
Hi I am using WebView to render my candlestick chart in React Native but I am stuck in the zoom in/out touches of WebView if I put it inside a ScrollView
import { View } from 'react-native';
import { ...
0
votes
2
answers
205
views
Stripe.js Fails to Load in React Native WebView on Android
Problem Overview:
I’m facing an issue where Stripe.js fails to load in the Android WebView in my React Native app, preventing the payment flow from functioning. The integration works perfectly on iOS ...
0
votes
1
answer
149
views
No receiver in React Native Webview App upgrading from API 33 to 34, but "One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED Should be Specified"
I have a React Native Webview app that’s sole purpose is showing a website.
When upgrading the target API, per Google’s request, from 33 to 34, I’m getting the "One of RECEIVER_EXPORTED or ...
0
votes
0
answers
137
views
Implementation of navigator.mediaDevices.getDisplayMedia() for screen sharing in android webview
I was doing some tests using webview and realized that WebRTC for Android does not implement the navigator.mediaDevices.getDisplayMedia() function to have access to the system display.
I'm trying to ...
0
votes
0
answers
84
views
Error when trying to join a google meeting using react-native-webview
I'm developing an app that connects with Google Meeting using React Native WebView.
Using a more current desktop user-agent I can log into my Google account and enter the Meet App. However, when I try ...
1
vote
0
answers
438
views
React Native WebView not working properly on older Android SDK's (API 29 and below)
I'm developing a React Native application where I'm using WebView to display a webpage. However, I'm encountering an issue specifically on devices running Android SDK lower than 30 (API 29 and below).
...
0
votes
1
answer
377
views
Hit slop not working in React Native WebView on Android
when using 'react-native-webview' on Android. Although the 'hitSlop' functionality works as expected on iOS, it seems to be unsupported or not functioning correctly on Android.
I've implemented hit ...
10
votes
5
answers
10k
views
HTML input type="file" not working to pull up camera for Pixel / android 14 combination
I posted this in the react-native-webview discussion thread in GitHub in case this is something they need to add support for, but wanted to see if anyone had any thoughts here:
Disclaimer: I'm a web ...
1
vote
1
answer
795
views
How to hide header element using react-native-webview
I want to hide the header element from webview. I have written code as below, but i am not able to hide the header bar from webview. I am using react-native-webview library to implement this.
Can ...
0
votes
1
answer
446
views
react-native-webview a build operation failed
I'm updating my react native app to 0.72.0 and I'm getting a buil failed error because of the react-native-webview library, the error is as follows
A build operation failed.
Could not create task ':...