WebView saveInPreset
-
hey all! how can we enable saveInPreset for components in a Webview panel? i cant seem to make it work. i tried Engine.addModuleStateToUserPreset(WebView1); but i get error Invalid ID :(
-
@Adam_G I think you have to save the entire floating tile in the preset.
-
@Adam_G just a simple
webview.set("saveInPreset", true)
call.