-
Unanswered: My Ext.Msg.alert are not appearing on devices
Unanswered: My Ext.Msg.alert are not appearing on devices
Hi, I am having trouble debugging this.
When i do Ext.Msg.alert(...) in Chrome, Everything works fine.
When i run it on IOS or Android. The background mask shows up but not the messagebox.
I was having this issue in ST2.1.0b2 but still experiencing it on ST2.1.0RC1
Anyone else having this problem?
-
Apparently on IOS, z-index is acting weird and i needed to add:
.x-center, .x-centered {
z-index: 999 !important;
}
otherwise my MessageBox showed up behind everything. I don't know how everyone isn't having this problem.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us