#Does tauri has custom dom element like <webview/> in electron?
4 messages · Page 1 of 1 (latest)
electron <webview /> custom tag like this : https://www.electronjs.org/docs/latest/api/webview-tag#warning
Electron's webview tag is based on Chromium's webview, which is undergoing dramatic architectural changes. This impacts the stability of webviews, including rendering, navigation, and event routing. We currently recommend to not use the webview tag and to consider alternatives, like iframe, Electron's BrowserView, or an architecture that avoids ...
Does tauri has custom dom element like <webview/> in electron?
no https://github.com/tauri-apps/tauri/issues/2709#issuecomment-980785842 (it says BrowserView but same thing)