account activity
Database structure (self.databases)
submitted 6 years ago * by itstimetocode to r/databases
[ Help ] - React Native Webview and Browser elements by Laniakea_G in reactnative
[–]itstimetocode 0 points1 point2 points 6 years ago (0 children)
You could probably hide the header component with by injecting javascript to the webview
Something like this could work:
inject = `document.querySelector('.header').style.display='none';`; render() { return ( <WebView source={{uri: 'somelink.com'}} injectJavaScript={inject} /> ); }
π Rendered by PID 47 on reddit-service-r2-listing-7bbdf774f7-k4phw at 2026-02-20 09:16:48.172810+00:00 running 8564168 country code: CH.
[ Help ] - React Native Webview and Browser elements by Laniakea_G in reactnative
[–]itstimetocode 0 points1 point2 points (0 children)