WebViewer stuck on "Loading" for a specific URL, but works in browser

Hello everyone!

When using the WebViewer component, I set a URL as the homepage of the WebViewer, but it keeps showing "loading" after opening. I copied the link to a browser or other places and it opened normally, but it just won't open in the WebView in App Inventor.

I don't know what to do now.

Thank you all.

and the URL is ?

You might try with the webviewextra extension, or customview extension.

With the customwebview you have access to the javascript console ( useful to take a look of at errors )

Sorry, I don't understand how to use the extensions you recommended to solve my problem.Thanks for your suggestions though!

Actually, the page loads successfully, but the content inside keeps loading indefinitely... I suspect it might be related to the WebView core. Maybe the WebView core version is too low, and that's why my webpage won't load properly?

Is there an extension that can replace the default WebView with a higher version core, or one that uses the system WebView—similar to how some browsers (like Via) don't bundle their own WebView and instead rely on the one built into the system?

Did you try either/both to see if there is any difference ?

They both enhance the functionality of the android webview, in their own ways...

Yes, I've tried both. But they didn't make any difference—the webpage just keeps loading indefinitely. Maybe I'm not using them correctly? I looked at the blocks, but I'm not sure which ones I'm supposed to use. Also, when I tried the CustomView extension, I got an error saying: "Argument is neither Class nor Type."

The page itself opens, but the content inside never stops loading (maybe for some reason? ). It's not that it won't open—it just won't finish inner loading. Yet the same site works perfectly in any browser on my phone or PC so I guess the problem may not from my site

I guess we are not going to get the url so we can test ?

I can give you the link, but I'm not sure if it will open properly in your country.

When you see the image below, it means the page has loaded successfully. Also, before the screen below appears, you should see a loading animation (spinning circle) for about one second. The problem I'm having with the WebView in App Inventor is that it gets stuck on this animation.

Works just fine here on my device, using webviewextra

I can't believe it! The problem that has been bothering me for so long is finally solved!!
Thank you so much!! You've helped me with so many of my questions—you're literally an angel!!

For what it is worth, your web page also loads completely using customwebview

Now I know why it was throwing the error "Argument is neither Class nor Type"! I used VerticalArrangement instead of WebView!! Haha!
You have no idea how much this means to me. Thank you from the bottom of my heart!
Words can't express how thankful I am!
If you ever come to China someday, I'll definitely treat you to a biggggggg meal !

That is why extension developers generally write documentation / provide examples to go with their extensions, so that users can read them before using the extension.

The sad thing is, my English is so poor, so it took me a long time to get to the point—and that's why I messed up!