Oliver Pechey
Posts: 0
Joined: Wed Sep 04, 2013 3:26 pm

App freezes on time input field.

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

Oliver Pechey
Posts: 0
Joined: Wed Sep 04, 2013 3:26 pm

App freezes on time input field.

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

Oliver Pechey
Posts: 0
Joined: Wed Sep 04, 2013 3:26 pm

App freezes on time input field.

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

App freezes on time input field.

Hello! Could you give us your public app link?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

App freezes on time input field.

Most likely this is something specific to device, but we can take a look if you provide the link.

Oliver Pechey
Posts: 0
Joined: Wed Sep 04, 2013 3:26 pm

App freezes on time input field.

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...

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

App freezes on time input field.

Sorry, I need your Appery.io public app link http://docs.appery.io/documentation/s...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App freezes on time input field.

Hi Oliver,

Could you please clarify what is the Android version on your Samsung Galaxy S3?

Oliver Pechey
Posts: 0
Joined: Wed Sep 04, 2013 3:26 pm

App freezes on time input field.

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

App freezes on time input field.

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.

Return to “Issues”