Page 1 of 2
App freezes on time input field.
Posted: Wed Oct 02, 2013 4:05 pm
by Oliver Pechey
Hi there, I have developed a Taxi Booking app. The app worked fine on the testing, and when I installed the .apk on my phone. However now that it is on the Google Play store, one of the fields freezes the phone.
When you try and enter data into the time field, (page: Booking2) the whole app freezes and nothing can be done.
I have "shared" the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a, so if anyone can tell me why this is happening and how to fix it, I would be very grateful.
Thanks
App freezes on time input field.
Posted: Wed Oct 02, 2013 4:13 pm
by Oliver Pechey
Updated: I have tried it on three phones now.
Samsung Galaxy S4: Working perfectly
Samsung Galaxy S4: Working perfectly
Samsung Galaxy S3: Not working on time input field
App freezes on time input field.
Posted: Wed Oct 02, 2013 5:01 pm
by Oliver Pechey
Update: I have tried the app on a Fusion 5 Xtra tablet, and the Time field shows as a field with the word "Input" in it. However the app doesn't freeze.
App freezes on time input field.
Posted: Wed Oct 02, 2013 5:02 pm
by Maryna Brodina
Hello! Could you give us your public app link?
App freezes on time input field.
Posted: Wed Oct 02, 2013 5:08 pm
by Maryna Brodina
Most likely this is something specific to device, but we can take a look if you provide the link.
App freezes on time input field.
Posted: Wed Oct 02, 2013 5:13 pm
by Oliver Pechey
Of course
I don't think it's device specific as the time field is iffy on two of my devices.
https://play.google.com/store/apps/de...
App freezes on time input field.
Posted: Wed Oct 02, 2013 5:51 pm
by Maryna Brodina
Sorry, I need your Appery.io public app link http://docs.appery.io/documentation/s...
App freezes on time input field.
Posted: Thu Oct 03, 2013 2:22 pm
by Kateryna Grynko
Hi Oliver,
Could you please clarify what is the Android version on your Samsung Galaxy S3?
App freezes on time input field.
Posted: Wed Oct 09, 2013 6:18 pm
by Oliver Pechey
Sorry, haven't had internet access for a few days.
http://appery.io/app/mobile-frame?src...
here is the public link I think.
The S3 is running 4.1.2, however the S4 is also freezing now.
App freezes on time input field.
Posted: Thu Oct 10, 2013 8:01 am
by Maryna Brodina
Hello!
1) As we can see there is an error in your app.
On screen Booking4 in SendGrid_MailSend service in mapping to request parameter text there is a JS code:
prereturn "Type: " + type + "\n" + time "\n" + date + "\nFrom: " + where + "\nTo:" + to + "\n" + localemail + "\n" + localname + "\n" + localnumber + "\n" + other; /pre
there is missing + between time and "\n"
2) not sure any of Input field types can cause such kind of problem, but you should know that most likely it looks like regular Input field because not much devices support it. You can try to use Mobiscroll Date and Time.