react-native-web-webview
react-native-web-webview copied to clipboard
React Native for Web implementation of RN's WebView
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
I'm guessing this is no longer maintained, is there a substitute? What are other users doing?
Add support for the method injectJavaScript and solve #41.
Complete error is the following: `Refused to frame 'https://website.com' because an ancestor violates the following Content Security Policy directive: "frame-ancestors https://websiteA https://websiteB https://websiteC http://MoreWebsite. ` This works on Android Webview,...
This commit implements core WebView features to improve compatibility with react-native-webview: - Navigation methods: goBack(), goForward(), reload(), stopLoading() - Lifecycle events: onLoadStart, onLoadEnd - Error handling: onError, onHttpError (with limitations...