In Sencha Touch/ExtJs 6 Modern is there a way to hide the address bar and bottom bar on mobile devices. I have tried this which was suggested and it doesn't work.
Ext.application({
viewport: {
autoMaximize: true
},
...
});
In Sencha Touch/ExtJs 6 Modern is there a way to hide the address bar and bottom bar on mobile devices. I have tried this which was suggested and it doesn't work.
Ext.application({
viewport: {
autoMaximize: true
},
...
});