CustomWebView make the companion crashed #13
-
Hi, i am making simple block to test this CustomWebView |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I would like to point out two things.
|
Beta Was this translation helpful? Give feedback.
I would like to point out two things.
Since CustomWebView is an extension so it can't create visible components directly.
You need to create them yourself.
Refer to this guide:
https://community.kodular.io/t/how-to-use-customwebview-extension/78732
Probably WebViewer can accept an url without protocol but not CustomWebView.
You need to prefix
http://
orhttps://
before url.