BarryW Active Member Licensed User Longtime User Oct 14, 2016 #1 Hi. I my android default calculator app in can move the cursor without showing the softkeyboard. How to do this on B4A. Tnx
Hi. I my android default calculator app in can move the cursor without showing the softkeyboard. How to do this on B4A. Tnx
Erel B4X founder Staff member Licensed User Longtime User Oct 14, 2016 #2 You can use reflector to add the OnTouch event and then handle the selection yourself: http://stackoverflow.com/questions/...out-soft-keyboard-and-with-cursor-positioning Upvote 0
You can use reflector to add the OnTouch event and then handle the selection yourself: http://stackoverflow.com/questions/...out-soft-keyboard-and-with-cursor-positioning