1
Webview always displays even when Visible property set to False
complete
J
John Worsham
When setting a Webview component Visible property to False, it still displays when the application runs.
Log In
Activity
Newest
Oldest
H
Harri Sarsa
complete
This is now fixed with the latest release, see https://docs.appgyver.com/changelog#release-146-2020-12-11
H
Harri Sarsa
in progress
Fixed with v2 runtime!
H
Harri Sarsa
Thanks for the report, we'll check this! Which platform is this? Or both iOS and Android?
As a workaround, you should be able to put the WebView inside a Container and set the Container's visibility to false.
J
John Worsham
Harri Sarsa: android. Yes thanks for the container work around