sencha touch messagebox unclickable

前端 未结 3 930
栀梦
栀梦 2021-01-19 05:58

In sencha touch we have a little problem with a messagebox. It looks that it\'s something with android 4.3. On the most devices it\'s works perfect, but on a device with and

3条回答
  •  醉话见心
    2021-01-19 06:45

    I found the solution:

    Add Following line before showing Alert Box:

    Ext.Msg.defaultAllowedConfig.showAnimation = false;

提交回复
热议问题