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

Messaging app works on browser only, not on Android.

Hello! We reproduced your problem and we are working on that.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Messaging app works on browser only, not on Android.

Just to give an update. We think this has to do something with the particular Android version 2.2 as it works on newer Android versions. We tested on Android 4.0.3. We'll run a few more tests.

M R
Posts: 0
Joined: Thu Aug 09, 2012 10:10 pm

Messaging app works on browser only, not on Android.

Thank you for the update. Note that another app that did not use the database service (the twitter search sample app) did work well on my phone. For this reason I would think that the problem is related to the database service.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Messaging app works on browser only, not on Android.

Twitter and the app that you built send different requests. Twitter uses JSONP and the app that you built sends a CORS request: http://en.wikipedia.org/wiki/Cross-or.... It seems that Android 2.1 and 2.2 don't fully support it: ]https://groups.google.com/forum/?from...

We are testing more.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Messaging app works on browser only, not on Android.

We tested more but it's still not working. We tried connecting to Parse database and same results. As I mentioned in my previous comment, there is no full support for CORS in Android 2.1 and 2.2.

M R
Posts: 0
Joined: Thu Aug 09, 2012 10:10 pm

Messaging app works on browser only, not on Android.

Thank you. Is this something that may work in the future? or better to assume no support for Android 2.1 and 2.2?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Messaging app works on browser only, not on Android.

I doubt Android/Google will fix it in version 2.1 and 2.2. These are pretty old versions. Any chance you can upgrade to 2.3.x?

Return to “Issues”