Facing some issues with the WebView control in the pre-release version(0.25.0.dev3717) on Web #4356
Benitmulindwa
started this conversation in
General
Replies: 1 comment 2 replies
-
On which platform are you running the app? Can you share runnable code repro for both situations (working and failing)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@ndonkoHenri Here we are!
I can not update the value of the url property, EXPLANATIONS: let's say i want to update the WebView's url property when the button is cliked, am getting an error(
This method is supported on Androatforms only.
), but I can change its value when am not using an function/eventhandler.wv.url="https://flet.dev" if a==1 else "https://example.com"
Example:
Beta Was this translation helpful? Give feedback.
All reactions