-
Unanswered: IPhone5 fullscreen on Native build
Unanswered: IPhone5 fullscreen on Native build
My app is fullscreen to the typical extent for iphone 4 and below. Is there something I am missing. I have set the viewport like so:
Ext.application({
viewport: {
autoMaximize: true,
preventZooming: true,
layout: {
type: 'card'
}
},
Then in launch I use this:
launch: function() {
var viewport = Ext.create('D2Map.view.MainView');
// Initialize the main view
Ext.Viewport.setActiveItem(viewport);
}
And still nothing.
-
Sencha - Senior Forum Manager
You shouldn't use autoMaximize when in a native build. autoMaximize can cause issues.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us