-
Sencha User
sencha touch Ext.LoadMask is not working in safari browser
Sencha touch Ext.LoadMask is not working in safari browser. How to bring LoadMask in safari browser using sencha touch.
-
Sencha User
myMask :null,
in your panel declare like this...
------------------------------
1. myMask = new Ext.LoadMask(this.getEl().dom, {msg:"Please wait...", store :this.store});
2. myMask.show();
3. perform your actions
4. finally u call myMask.hide();
100% it will work in safari..no problems with LoadMask till now from sencha Api..
or else you review ur code once...
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules