Bug/glitch reported by Android test anyone else seen this?

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
sms5138
Posts: 126
Joined: Mon Feb 23, 2015 11:49 pm

Bug/glitch reported by Android test anyone else seen this?

Post by sms5138 » Wed May 20, 2015 3:46 pm

Hi everyone!

I have a user that's reported a bug that I'm not sure how to resolve. They have stated that they cannot switch between two text fields, and continue to type (for example, click into field user, and then click to field password).

the work around they've found is clicking on a text field and entering the information, clicking out of said text field, and then clicking into the other text field that they are looking to input information into. They have noted that this will indeed work, but obviously this is not ideal.

this issue seems to be isolated to this individuals device. They are running on a Samsung S5, and using Android Version 5.0.

I have reached out to the testers using early versions of android, and different devices, and so far none have reported this issue.

I wondered if anyone else may have run into this issue, would have any ideas on how i would go about fixing this, or any resources that may be helpful.

Thanks in advance!

-Sean

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Bug/glitch reported by Android test anyone else seen thi

Post by MaxV » Thu May 21, 2015 3:36 pm

Do you use native android fields or normal fields?
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

sms5138
Posts: 126
Joined: Mon Feb 23, 2015 11:49 pm

Re: Bug/glitch reported by Android test anyone else seen thi

Post by sms5138 » Thu May 21, 2015 4:32 pm

Hi Max,

Thanks for getting back to me on this.

The version they are testing right now is using normal fields, but I am looking to switch to native in a coming update. I was wondering if that could be part of the issue, but wasn't 100% certain.
I did get an update from the tester with the issue, and they've been using a specific keyboard called "Swype" on their S5. They have since switched back to the default keyboard when doing this the issue disappears entirely.

I'm wondering if this is any indication of an issue cause by not using native fields, and hope to have more of an idea on this once the update has been pushed, and I get feedback from the testers.

-Sean

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

Re: Bug/glitch reported by Android test anyone else seen thi

Post by jacque » Fri May 22, 2015 5:38 pm

I'm guessing that native fields would solve this because they interact directly with the OS for keyboard responses. LC fields have failed for me in the past with some third party keyboards.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Bug/glitch reported by Android test anyone else seen thi

Post by MaxV » Sun May 24, 2015 3:16 pm

Native field are always to prefer to normal field when user needs to write inside them. Android automatically change the keyboard layout if more the one field is present, on the keyboard appear the button next to switch to next field and in the last field appears enter. Native field are fantastic with user input.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply