Webviewer, document.getElementByID('id') returns ("") emptystring. Should be obj{} i think. #8946
Unanswered
Daantje007
asked this question in
Q&A
Replies: 2 comments 7 replies
-
We'll need a bit more information here. Can you tell which platform you are trying to run on? On which version of Uno? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For now just trynig UWP i understand its different for WASM but do i read here, its not suported for UWP at all?? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
WebViewer:
var functionString2 = string.Format("document.getElementById('content').style.width = '1500px'");
await appwebview.InvokeScriptAsync("eval", new string[] { functionString2 });
Seems to work with getElementByTagName hmm..
What am i missing?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions