Skip to content

bug: Scrolling broken on wp8 #3634

@jbollacke

Description

@jbollacke

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:

  1. ionic start broken-scrolling blank
  2. cd broken-scrolling
  3. ionic platform add wp8
  4. 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
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions