webshell
webshell copied to clipboard
🔥 Craft Robust React Native WebView-based components with ease.
Hi, is there a way to scale the page to fit the device screen? This is how I am using the Webshell now: ``` const Webshell = useMemo( () =>...
I have html I am trying to render with the original width of the page because it fits fine when viewing the website on mobile and all of the images...
I followed the guidance on the post: [link](https://github.com/react-native-webview/react-native-webview/issues/1837) Code: ```javascript import React from 'react' import { Button } from './Button' import { WebView } from 'react-native-webview' import useWebshell, { HandleHTMLDimensionsFeature,...
In the [HandleLinkPressFeature.ts example](https://formidable-webview.github.io/webshell/docs/implementing-features#building-a-feature-class) for building a Feature Class, the `LinkPressOptions` interface is defined but never used. ```typescript export interface LinkPressOptions { preventDefault?: boolean; } ```
The latest commit fixes an issue on removing a deprecated functionality that will soon no longer be supported. A new NPM release would be useful.