CustomWebView : An extended form of Web Viewer

This open source extension might be helpful to you: :slightly_smiling_face:

5 Likes

Thanks to you that you added it on request. :relaxed:

1 Like

Hey Hi…
I need one help from you guys I made a web view app and want that if someone clicks on my website link and if he had already my app installed in his phone then android should ask him to open with browser or my app or if he already installed my app then after clicking my website link the app should open directly.

I am new to kodular can you please help me with the blocks and all for the same please.
Your help will be appreciated.

blocks (2)
use this component

1 Like

Send link of version 5

It’s in the top Post.

2 Likes

that was old version link please send latest version link

This link.


As you can see he has updated the link.

2 Likes

Please add event
sroll up
scroll down

1 Like

I think So this can help you.

2 Likes

blocks (3)
but if screen is touched horizontal layout visible then it auto scrolled please ad when scroll up then i will make it visible othr wise invisible

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