You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meteo...@googlegroups.com
I have a Meteor/Cordova app that runs fine on my android device and in the iOS simulator. When I launch it on an iPad it gets stuck on the splash screen with the spinning loading image. Any ideas what could be the issue and/or how to debug?
-Phil
Sashko Stubailo
unread,
Oct 31, 2014, 5:41:31 PM10/31/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meteo...@googlegroups.com
If it's stuck on the splash screen that means there is probably a JavaScript error somewhere in initialization code (outside of Meteor.startup). You might be able to connect to the webview using Safari to try and debug it.
Phil Cruz
unread,
Oct 31, 2014, 7:52:37 PM10/31/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
However, although I could inspect my app running in Safari on the iPad, the Cordova application didn't show up in Safari's Develop menu.
Any other ideas?
-Phil
Phil Cruz
unread,
Oct 31, 2014, 8:14:32 PM10/31/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meteo...@googlegroups.com
I had run meteor update to get to 1.0 yesterday so I thought things were up to date. I just did it now and several iron:* packages updated to 1.0. The app is running normally on the iPad now.