We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
ionic start broken-scrolling blank
cd broken-scrolling
ionic platform add wp8
<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
ionic run wp8 --device
The text was updated successfully, but these errors were encountered:
Does it work if you wrap the list in an ion-content?
Sorry, something went wrong.
It is wrapped in ion-content.
08c37f9
kk, I reverted the change. How is scrolling now?
Works like before c40e36c.
perrygovier
No branches or pull requests
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 blank
cd broken-scrolling
ionic platform add wp8
Now:
ionic run wp8 --device
The text was updated successfully, but these errors were encountered: