-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Milestone
Description
Type: bug
Platform: all
Scrolling on wp8 is completely broken since commit c40e36c. You can drag as much as you want, the list won't scroll in neither direction.
Prior to this commit scrolling worked (though jumpy). I know that wp8 is not supported right now but as some fixes made it into rc5...
Steps to reproduce:
ionic start broken-scrolling blankcd broken-scrollingionic platform add wp8- Add the following code into ion-content element on www/index.html:
<ion-list>
<ion-item>Entry #0</ion-item>
<ion-item>Entry #1</ion-item>
<ion-item>Entry #2</ion-item>
<ion-item>Entry #3</ion-item>
<ion-item>Entry #4</ion-item>
<ion-item>Entry #5</ion-item>
<ion-item>Entry #6</ion-item>
<ion-item>Entry #7</ion-item>
<ion-item>Entry #8</ion-item>
<ion-item>Entry #9</ion-item>
<ion-item>Entry #10</ion-item>
<ion-item>Entry #11</ion-item>
<ion-item>Entry #12</ion-item>
</ion-list>
Now: ionic run wp8 --device
Metadata
Metadata
Assignees
Labels
No labels