Handling the pop-up keyboard...

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Handling the pop-up keyboard...

Post by Simon » Mon Jul 20, 2015 5:58 am

Caution should be used with keyboardAc/Deactivated.
I've found that using the "soft" keyboard down isn't caught.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Handling the pop-up keyboard...

Post by jacque » Mon Jul 20, 2015 6:58 pm

Note that you can't set the scroll of a card or a stack, only fields or groups allow it.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am

Re: Handling the pop-up keyboard...

Post by sphere » Tue Jul 21, 2015 6:43 am

you are indeed correct Jacque, i mixed up getting a status with setting it. :oops:
have to check my code again why it's working and not shifting up now..trying to solve too many separate things....

dmeier
Posts: 15
Joined: Mon May 25, 2015 10:52 am

Re: Handling the pop-up keyboard...

Post by dmeier » Wed Nov 11, 2015 5:06 pm

JacobS wrote:Hi Paul,

I know that this was posted ~10 months ago, but the keyboard pushes the screen up on Android devices if the "acceleratedRendering" property of the stack is set to true. If you do not set this property (or set it to false) then the keyboard won't move the screen when it pops up.

Hope that helps,
Jacob
An old post, I know. But I just wanted to express my thanks for this solution I was looking for!

Regards David

Post Reply