CustomWebView : An extended form of Web Viewer

please tell me how to add new tab with blocks

1 Like

Hi @Movie_clips_subscribe
A suggestion for you:
scrollX > oldScrollX = horizontal scroll in right direction
scrollX < oldScrollX = horizontal scroll in left direction
scrollY < oldScrollY = vertical scroll in upward direction
scrollY > oldScrollY = vertical scroll in downward direction

4 Likes

I think it is not possible to create reflections of extension directly.
Here is what I got after changing base package to com.sunny:

It is easy do with components because we know where they are located i.e. com.google.appinventor.components.runtime but I don’t think it is possible to get the location of extensions.

There is a always an alternative solution to problem

Technically, it is possible to recreate the extension’s classes with reflection. It’s actually much more than just changing the base package. You just can’t expect it to work by only changing only that.

1 Like

thanks and please tell me how to add new tab like browsers with blocks

See here:

1 Like

when i go to previous tab it reload that link but i dont want to re load what should i do

For that make your own logic.
The guide can be used for reference :wink:

1 Like

That is only possible when you will save the previous state which is not possible currently.
But very it will be possible to create webview dynamically and thus you will be able to save the state.

1 Like

should i use 5 web browser component "for 5 tab " to save that link state will it crash my app or not please guide
@vknow360

There shouldn’t be a problem in using 5 components.

1 Like

Hi @drpeterramsis2007
I have something for you:


Thanks to @themaayur for video :heart_eyes:

3 Likes

It works perfectly.
Btw

Swipe Down-3
Swipe Up-4
Swipe Right-1
Swipe Left-2

2 Likes

Perfect … is this released yet?

No… He is working on some another feature too.
Then he will release it.

1 Like

Great news for that

2 Likes

@vknow360
CAN YOU ADD THESE IN CUSTEMWEB VIEW

What I have to add? :thinking:

All these blocks are present in custom webview.

@vknow360 To create new web view for new tab