Blank screen on second use of iOS app

Hi guys,

this is my scenario:

  1. Meteor iOS app
  2. Open it and use it a bit
  3. Home button to close
  4. Exit the app (double tap home button and slide it up)
  5. Open again this Meteor app
    Expectation: open just like the first time
    Outcome: blank screen

No exceptions shown on reloading via Safari remote debugger or Xcode log

Very frustrating! Help!!

Release

METEOR@1.2.1

Cordova packages

cordova-plugin-facebook4@1.7.0
cordova-plugin-inappbrowser@https://github.com/ephemer/cordova-plugin-inappbrowser.git#04091fde737519c149e7ad6316971cb6b490c5b3
cordova-plugin-nativeaudio@https://github.com/pmwisdom/cordova-plugin-nativeaudio.git#262e9cb8a797d7243f59872518f7f95522a5dd4c
cordova-plugin-transport-security@0.1.0

Packages

tap:i18n
fastclick
mobile-status-bar
grigio:babel
udondan:slick
jquery
bevanhunt:leaflet
dispatch:platform
accounts-ui
service-configuration
simple:reactive-method
mdg:camera
iron:router
useraccounts:iron-routing
meteorhacks:npm
mdg:geolocation
underscore
btafel:accounts-facebook-cordova
standard-minifiers
meteor-base
mobile-experience
mongo
blaze-html-templates
session
tracker
logging
reload
random
ejson
spacebars
check
npm-container
stevezhu:fbgraph
accounts-twitter
less
zendy:velociratchet
sacha:spin
percolate:momentum
percolate:momentum-iron-router
reactive-var
schiller:twit
jaymc:google-reverse-geocode
mrt:imagemagick
fish:ffmpeg
mrt:graphicsmagick
froatsnook:request
http
mdg:reload-on-resume
meteorhacks:picker
meteorhacks:ssr

The white screen stays even if you close and restart the app? @martijnwalraven rebuilt the HCP system for Cordova on 1.3. On older Meteor versions (1.2) it is possible, that your app crashes. In this case you need to remove the whole app and install it again. I recommend you to upgrade to 1.3

Hi @XTA if I delete the app from the phone and install it again (from TestFlight for example) what happens is that the scenario with the steps I’ve described repeats. It works in the first session, if you exit the app and open again it gets stuck on blank.

Trying an upgrade to see if this happens in latest 1.3 …