Questions tagged [react-native-webview]

406 questions
0
votes
1 answer

Is there a better way to integrate Landbot (ChatBot) into React Native App?

Currently, I have embedded this ChatBot into a WebView something like this. import React, { useRef } from 'react'; import { StyleSheet, View, SafeAreaView } from 'react-native'; import HeaderV2 from '../../components/HeaderV2'; import { WebView,…
Shadab Mehdi
  • 604
  • 10
  • 23
0
votes
0 answers

React Native Webview Error while running library having react-native-webview in a React Application

I have created a react native Library which is using Webview. This is the package.json of the library. "dependencies": { "react-native-webview": "*" }, So I installed the library using the npm package with the command npm install…
Aman Verma
  • 3,155
  • 7
  • 30
  • 60
0
votes
1 answer

Design for extending react native webview

I want to create a wrapper around react-native webview such that I provide some of the default values and client can override them. I would also like to provide default implementations for methods For Example:
user415612
  • 457
  • 1
  • 3
  • 13
0
votes
1 answer

How can I solution to SSL Error Handler - React-Native-Webview

My application with a version of react-native 0.60.4, uses the reat-native-webview library, the version of reat-native-webview has been updated from 9.4.0 to 10.6.0, when updating that version when wanting to update it in the playstore it did not…
hg20
  • 13
  • 2
  • 6
0
votes
1 answer

Camera access on react-native webview

I am working on an app which makes use of webview on react native. The web app itself when fired up on an android device asks for the prompt to access camera and works absolutely fine. I am quite new to react-native, the web app itself was done in…
oluwatyson
  • 251
  • 4
  • 18
0
votes
1 answer

react-native-webview control media playback in iframe

I'm currently working on an app that has a variety of media sources. One of them is embedded Vimeo videos using react-native-webview and