I'm developing a portfoflio app with AppInventor and I was trying to use a WebViewer component to browse some sites with a url similar to https://edu.cospaces.io/KHN-PSJ
But I get an error of type ERR_UNKNOWN URL_SCHEME when I try to browse that website.
After some research, I found out there's an extension that perhaps could help me to browse that URL in my App. The extension is called "DeepLinks" and it has been developed by Ken. I downloaded it from here. I've imported it into my App but it's the first time I use an extension in AppInventor and I'm a bit lost. Do I need to keep the original WebViewer besides the new (hidden) DeepLink component?
Thanks for the response. I've imported the aia, but this app just shows the url in a label in the main screen. What do I need to do now in order to browse the website pointed in that URL? Do I need to include a webviewer element ?