CustomWebView make the companion crashed #13
|
Hi, i am making simple block to test this CustomWebView |
Answered by
vknow360
Jul 17, 2021
Replies: 1 comment 1 reply
|
I would like to point out two things.
|
1 reply
Answer selected by
vknow360
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.