Jem
2 Sep 2011, 4:33 AM
Hello,
As the title says, I'm stuck with hiding the address bar. I only need this result on iOS devices for now. The solution I've read in the forum indicate to use the "fullscreen" attribute, like follows:
PortalApp.Viewport = Ext.extend(Ext.Panel, {
id : 'viewport',
layout : 'card',
fullscreen : true
This doesn't help though.
Reading the code driving the kitchen sink doesn't give me a clue either. However, the sink successfully hides the address bar. What am I missing :-) ?
Thanks for your time,
J.
As the title says, I'm stuck with hiding the address bar. I only need this result on iOS devices for now. The solution I've read in the forum indicate to use the "fullscreen" attribute, like follows:
PortalApp.Viewport = Ext.extend(Ext.Panel, {
id : 'viewport',
layout : 'card',
fullscreen : true
This doesn't help though.
Reading the code driving the kitchen sink doesn't give me a clue either. However, the sink successfully hides the address bar. What am I missing :-) ?
Thanks for your time,
J.