Recently I confronted with a problem in my ionic app. This only appears in ios 9 (I didn't test in other versions of ios). Why I said recently? Since a few days a go, I didn't have a lot of data in my remote database. No when I load some data with ion-infinite-scroll , and change some states, suddenly app closes with NO ERRORS.
I use gapDebug for watching the console log. But no errors appears. Any idea?
Type: bug
Platform: iOS 9.3
Recently I confronted with a problem in my ionic app. This only appears in ios 9 (I didn't test in other versions of ios). Why I said recently? Since a few days a go, I didn't have a lot of data in my remote database. No when I load some data with
ion-infinite-scroll
, and change somestates
, suddenly app closes with NO ERRORS.I use
gapDebug
for watching the console log. But no errors appears. Any idea?