Page 2 of 2

Messaging app works on browser only, not on Android.

Posted: Mon Aug 13, 2012 9:14 am
by Maryna Brodina

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


Messaging app works on browser only, not on Android.

Posted: Tue Aug 14, 2012 5:45 pm
by maxkatz

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.


Messaging app works on browser only, not on Android.

Posted: Wed Aug 15, 2012 5:32 am
by M R

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.


Messaging app works on browser only, not on Android.

Posted: Wed Aug 15, 2012 7:00 pm
by maxkatz

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.


Messaging app works on browser only, not on Android.

Posted: Thu Aug 16, 2012 3:48 pm
by maxkatz

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.


Messaging app works on browser only, not on Android.

Posted: Fri Aug 17, 2012 2:58 am
by M R

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


Messaging app works on browser only, not on Android.

Posted: Fri Aug 17, 2012 3:28 am
by maxkatz

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?