#Does tauri has custom dom element like <webview/> in electron?

4 messages · Page 1 of 1 (latest)

inland ocean
#

I want to create a webview using <webview /> tag, is there any way?

#

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?

median cairn