Hi there!
Here's my problem: while I'm moving between window to window (with or without animations) randomly I get a blank screen that force me (or the users) to close the application, remove it from the multitask and reopen it from the beginning. The error is not showing really often but I need to understand what is wrong on the application. I tested the RAM available to see if there was any issue with my code (windows opened and not closed or stuff like that) but I didn't see any anomaly on app behaviour. The structure of my code is: - on app.js I have an object containing all the info about the Windows (not loaded until they are called) - on each window after the method open there is a method close of the previous one - when the window is closed the variable is set as undefined (null) - every event not called more than once will be cleaned (to avoid to have lots of events loaded) - all the windows are called from the main object in app.js and not built from the current window
Does anyone know how to fix this issue? I can attach the log but there is nothing valuable in it (at the moment of the blank screen I have no warnings, errors, debug or traces). Every time I have an animation this is the only warning I have (foreach objects I animate) which in my opinion doesn't cause the error.
[WARN] New layout set while view [object TiUIButton] animating: Will relayout after animation.And sometimes (not at the moment of the blank screen I see this.
[DEBUG] Loading: /(null), Resource: (null) [WARN] couldn't load URL: app://com.appname.mobile/(null) [DEBUG] New scheme: <NSMutableURLRequest app://com.appname.mobile/(null)>Please help me out!