Monday 31 August 2015

Sencha Touch: How to Fix Message Box unResponsive Error

Sometimes, you may came across a strange behaviour in sencha touch app. i.e the alert message will become unresponsive, this will force you to kill and re-launch the app. This error is mainly due to animation when alert message is getting displayed in your app.

In order to fix this, you need to disable the animation with this line of code.
Ext.Msg.defaultAllowedConfig.showAnimation = false;      
Hope, you enjoyed this post.
Related Posts Plugin for WordPress, Blogger...