react-native-web-webview
react-native-web-webview copied to clipboard
React Native for Web implementation of RN's WebView
Bumps [async](https://github.com/caolan/async) from 2.5.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Hello, It's possilble to implement a hide option for both Vertical and Horizontal scroll bar? I have tried with below props but nothing works .. showsHorizontalScrollIndicator={false} showsVerticalScrollIndicator={false}
Setting scrollEnabled={false} creates an iFrame with scrollbars. It's also impossibile to set the height of the iFrame, it will be always 100%.
scrollEnabled = false should suppress scrollbars
modules "react": "17.0.2", "react-native": "^0.67.1", "react-native-web-webview": "^1.0.2", "react-native-webview": "^11.17.1", warning " > [email protected]" has unmet peer dependency "file-loader@*". warning " > [email protected]" has unmet peer dependency "react-native-web@*". Please suggest
Hi, I just configured it and it works well for some sites & for other websites, it didn't work at all. **Working:** **Not working:** Here google site is not loading.
I'm trying to implement recaptcha but keep getting errors _cannot read properties of undefined (reading 'postMessage')_ ``` import WebView from 'react-native-webview'; const getWebviewContent = () => { var originalForm =...
Hi, I try to run a minimal example with injectedJavaScript prop. However the javascript code seems to be not executed. Versions used: "expo": "~38.0.8", "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz", "react-native-web": "^0.13.8", "react-native-web-webview": "^1.0.2",...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...