Android App Hangs On Restart (Appcelerator Titanium)
I am making an app for Android. I encountered strange issue. Application works perfectly until it is closed with back button. If so, than after restart it is showing splash screen
Solution 1:
I solved the problem as I described in another answer Appcelerator app doesn't restart (Android)
Add this property in tiapp.xml:
<property name="ti.android.root.reappears.restart" type="bool">true</property>
in the root of the <ti:app>
tag
Post a Comment for "Android App Hangs On Restart (Appcelerator Titanium)"