CustomWebView : An extended form of Web Viewer

Hello... It's working but this is the result, the website only shows in a small potion of the screen

image

Share your url ?

It happens with any site I tried to do... It's not the website's fault

Please show the width and height settings of vertical arrangement in designer properties

Width and height is automatic and when i tap it to see if I can change it there are no options coming out

Not sure where you problem is, but you should change the name of that button, "back" can generate a bug in AI2 at the moment

The problem was there before i added that button... It works fine on normal webviewer but I need custom webviewer for some extra features

The custom webviewer is showing as a non visible component, is that right?

Try setting it to fill parent.
That should not be an issue but you can try.

I don't see the options to change it tho! When i tap the width and height container no options are available :cry:

Create a new project and try there.

Same thing on new project, I can't set width and height for vertical arrangements

OMDS! I tried on PC and was able to set the options

Thanks alot to y'all.. it works perfectly now

I created an app for a website using custom webviewer, in the website when links are clicked to go to another website it doesn't work, how do i make this work?

Set SupportMultipleWindows property to false from blocks just after SetWebView block.

Thanks that worked, but now ads are not blocked even after activating adblock, can i set specific urls i want to allow to be opened?

I'm using custom webviewer for my website app, but within my webpages there are buttons that link to another particular website, how do i allow the app to only open this one extra website

PageStarted event is raised whenever a new url is starting to be loaded so call StopLoading block at this moment if url doesn't matches with whatever you hope it to be.

1 Like

I'm looking but haven't found this, can you help with an example block please?