This open source extension might be helpful to you:
Thanks to you that you added it on request.
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.
use this component
Send link of version 5
It’s in the top Post.
that was old version link please send latest version link
Please add event
sroll up
scroll down
I think So this can help you.
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
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
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.
thanks and please tell me how to add new tab like browsers with blocks
See here:
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
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.