All Questions
10 questions
0
votes
0
answers
43
views
React Native - Webview css issue rendering
i have the next issue rendering some site using webview:
But this is the result from any chrome product and is what i want:
A tried a lot of things:
Downgrading and upgrading webview
headers
...
0
votes
0
answers
57
views
React Native Webview Component Rendering CSS issues
UPDATE: The app was using vpn before and now it is not. So the change is that the app is not going thru vpn and the css are acting weird.
I am using a react native webview component to render a ...
0
votes
1
answer
132
views
How do i stop my WebView in my react-native expo app from rendering every time i open drawer or the screen orientation changes?
I want my WebViews to stay as they are and not re-render unless a specific condition is met i.e i navigate to this page again. Otherwise they should not re-render.
The code:
const SCREEN_HEIGHT = ...
3
votes
2
answers
6k
views
White blank screen when load website WebView React Native
i have a problem when i want to send data of a URL so when you go to the next page your show the spesific url, im using expo cli not react native cli
website.tsx
import React, { useState } from "...
2
votes
1
answer
2k
views
React Native can't fully hide Webview
I am using webview to play an mp3 file in the background. However even though I give it a width, height of zero, and an absolute position, it still covers up space and pushes other components on the ...
0
votes
1
answer
2k
views
QR Code Scanner and Webview in React Native
Relatively new to React Native. Been trying to get a QR Code Scanner to scan the QR Code and direct the App Screen to a webview to view the URL deciphered from the QR Code. Lots of QR Code packages ...
1
vote
0
answers
70
views
How to insert web audio player in react native app
I tried several modules for audio players in react native. But i want a player with seeker bar and controls with play and pause.
0
votes
1
answer
2k
views
Navigate between WebView pages in expo
i built a single Expo app (Android) in managed Workflow, with one static screen that contains a webview.
import React, { Component, useState } from "react";
import { Alert, StyleSheet, Text, ...
3
votes
4
answers
10k
views
ERR_UNKNOWN_URL_SCHEME on react native webview
I'm developing an app with react-native-webview.
And when I click a link with
<a href="sms:888888&body=Test Message">Click here</a>
I'm receiving error err_unknown_url_scheme.
...
1
vote
0
answers
821
views
onMessage android Webview React Native not working in physical device (ios and virtual android working!)
My webview contain (embed, code, ...) so because i used onMessage and injectedJavascript, i'm try console event in onMessage in ios and vitual android returns results, only physical android not return ...