Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Scrolling broken on wp8 #3634

Closed
jbollacke opened this issue Apr 28, 2015 · 4 comments
Closed

bug: Scrolling broken on wp8 #3634

jbollacke opened this issue Apr 28, 2015 · 4 comments
Assignees
Milestone

Comments

@jbollacke
Copy link

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

@perrygovier
Copy link
Contributor

Does it work if you wrap the list in an ion-content?

@perrygovier perrygovier self-assigned this Apr 28, 2015
@perrygovier perrygovier modified the milestones: 1.0.0-rc5, 1.0.0-rc6 Apr 28, 2015
@jbollacke
Copy link
Author

It is wrapped in ion-content.

@perrygovier
Copy link
Contributor

kk, I reverted the change. How is scrolling now?

@jbollacke
Copy link
Author

Works like before c40e36c.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants