Im using the new beta and works great the new HorizontalScroll.
I only found one issue but donkt know why happen.
Im using a custom menu using a HorizontalScroll insted the normal menu (activity.additem....)
As you can imagine, when Webview its running and menu is pressed Horizontal scroll appears but get to background fast. ofc i tried the comented lines from above.
Any ideas?:sign0085:
I only found one issue but donkt know why happen.
Im using a custom menu using a HorizontalScroll insted the normal menu (activity.additem....)
B4X:
Sub Activity_KeyPress(KeyCode As Int) As Boolean
Select KeyCode
Case KeyCodes.KEYCODE_MENU
'HorizontalScroll.BringToFront
'webview.SendToBack
................
As you can imagine, when Webview its running and menu is pressed Horizontal scroll appears but get to background fast. ofc i tried the comented lines from above.
Any ideas?:sign0085: