Android connecting to my app deployed via mupx

When I output the apk and install into my phone - When opening the first time and I could see my list of data coming from the database, the next second the app flash/refreshes automatically and it disappears.

Also I add this function Meteor.status() as a helper - The status returned connected for a second and now is returning waiting like above.

Looks like after a second it prevent any further ddp/oplong connection which I am not sure.

Not using SSL, is it required?


Here’s the link of the screen recording reflecting the issue I have above

The left side - is my app viewed from the browser. On the right is the emulator of the android app. After clearing the cache, I can see my data only for a second.

You are having the same problem as this user: