-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Description
First off congrats on the release of beta2! Ionic keeps improving and that's great.
I just upgraded my project to beta2 and I am seeing some issues. One I reported on the forums in the topic about testing the new taps (but that topic seems to have been removed? I can't find it anymore on the forum) is this:
When using ion-content and ion-footer-bar in one partial, it is possible to drag the whole view up and down, sliding everything (ion-header-bar, ion-content and ion-footer-bar under the status bar for about 5-10 pixels.
I'm using this partial:
<ion-view title="Information">
<ion-content class="has-header has-footer" scroll="false" padding="false">
Stuff
</ion-content>
<ion-footer-bar class="bar-clear">
Stuff
</ion-footer-bar>
</ion-view>
Steps to reproduce:
- Load this partial on device or simulator.
- Put your finger anywhere on the screen
- Move upwards then downwards
- Observe how whole view drags up 5 to 10 pixels.
When you remove ion-footer-bar, the whole view isn't draggable anymore (as it should be).
Version: 1.0.0 beta2
Platform: Everything that uses Cordova
chiragandroid
Metadata
Metadata
Assignees
Labels
No labels