Unanswered: How to enable "fullscreen" (hiding of address bar by default)
Unanswered: How to enable "fullscreen" (hiding of address bar by default)
I was looking at the sencha touch beta exammples like Kivi, Twitter, Geocongress. But none of them hide the address bar (putting the app in fullscreen). How do we enable that?
I was looking at the sencha touch beta exammples like Kivi, Twitter, Geocongress. But none of them hide the address bar (putting the app in fullscreen). How do we enable that?
If your working with beta3, the functionality to hide the address bar is broken. With yesterdays release of the release candidate; however, you can now add the configuration element
viewport: {
autoMaximize: true
},
to the configuration of your application instance and that will hide the address bar.
Though the viewport: element is not listed under the 'Configs' in the documentation for Ext.app.Application, it is valid element. The framework will pick it up when it creates the viewport.