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.
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.
It works perfectly.
Btw
Swipe Down-3
Swipe Up-4
Swipe Right-1
Swipe Left-2
Perfect … is this released yet?
No… He is working on some another feature too.
Then he will release it.
Great news for that
What I have to add?
All these blocks are present in custom webview.