-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I seem to be getting constant re-loads on Android #1
Comments
Yep, the same here, plugin is not working on Android with Cordova - after a HCP, it reloads the whole time. |
I experience this situation on both iOS and Android |
I got also with warning after add this packages to my meteor project: skipping existing file: Asset.java => App running at: http://localhost:3000/ |
Just published an updated version, and should fix these issues. Let me know if others are still having problems. New version is compatible with Meteor 1.2. |
@timbotnik Yeah, the reload problem was fixed :). But I've got a broken app version on my device (while using the dev machine). I only see a white screen, before the app didn't show any image assets. After restarting it, I only get a blank page. Seems like the plugin doesn't fix all broken HCPs? |
@dnish - thanks for the update. Yes there are definitely certain types of things that can slip past |
@timbotnik Mhhh can't reproduce it exactly, it happens just sometimes. Just got the following message in my console: 20151119-13:10:57.675(1) (android:http://meteor.local/packages/ddp-client.js:1181) Uncaught Error: INVALID_STATE_ERR If I remember correct, I've killed the app while I did a change on my local dev machine. Maybe the interruption of this update causes the error? //Edit
|
Thanks for this package. It looks like this is the stuff that would be part of Meteor 1.2 core. looking forward to that.
Anyway, I am having some issues debugging where the issue is, so apologies about the vagueness of this request.
On iOS my app seems to work fine. On Android, it's another matter, something seems to getting it to reload all the time. I need some help, please, to debug this.
As a side issue, I can't seem to get chrome://remote to work to try and debug this and get more valid info for this request:
Any help appreciated
The text was updated successfully, but these errors were encountered: