JavaScript library to indicate if we are dealing with a WebView or a Web page.
Detect if a visitor is coming through a webview or a native browser using user-agent.
React Native WebView component for iOS, Android, macOS, and Windows
A WebView specifically designed for Expo DOM components
React Native WebView component for iOS, Android, macOS, and Windows
TypeScript definitions for vscode-webview
🔥 Craft Robust React Native WebView-based components with ease.
webview-bridge internal package
webview-bridge internal package
useragent parsing for webview detection
Fully Type-Safe Integration for React Native WebView and Web
WebView tracker for Snowplow
This is webview library , modified from react-native-webview-android
A client-side React Native module to interact with react-native-webview and Datadog
An auto height webview for React Native, even auto width for inline html
🔠 A WebView-based plugin to render tables in react-native-render-html
React Native Web implementation of React Native WebView
Helper code for crypto polyfil in a webview
Fully Type-Safe Integration for React Native WebView and Web
JavaScript WebView detection for Node and the browser.
Build ultra fast, tiny, and cross-platform desktop apps with Typescript.
Ionic Web View Engine Plugin
Cross browser stack traces
Automatically forwards events to Snowplow mobile trackers running in a WebView.
Webview ruby binding for macOS
Ruby bindings for webview
Ruby FFI Binding to https://github.com/webview/webview Library.
Ruby api for zserge/webview project
Scarpe - shoes but running on webview
Ruby bindings for webview
Ruby Bindings for Qt WebView.
RubyMotion framework for easily making hybrid webview-centric iOS apps
Ruby bindings for webview
ranma wraps a suite of Rust crates: tao (windowing and event loop), wry (WebView), Vello+wgpu (GPU 2D graphics), muda (native menus), tray-icon (system tray), arboard (clipboard), global-hotkey, and dark-light (theme detection).
Gtk Webkit bindings for ruby. Partial coverage sufficient to embed a webview in a Ruby-GNOME2 application. Also initial/experimental support for allowing ruby code to be called by javascript & executing javascript from ruby. e.g require 'gtk2' require 'webkit' v = WebKit::WebView.new v.main_frame.setup_ruby puts v.main_frame.exec_js("ruby_eval('RUBY_DESCRIPTION')") puts v.main_frame.exec_js("document.root.innerHTML")