Header/App not fixed any more?

Hi,

i was trying to update my Ionic projects by replacing the lib folder (1.0.0-rc.0 => 1.0.0).
Now the header and footer of the app are not fixed any more. If I pull down on the header (or footer) the whole app scrolls.

image

So I tried it with a new project with 1.0.0 and got the same behaviour:

Am I missing something here?

Thanks in advance for your help!

in config.xml

<preference name="webviewbounce" value="false" /> 

or

<preference name="UIWebViewBounce" value="false" />
1 Like

Of course… :smiley:
Thanks, that worked well!