pebble / pebblejs

Program the Pebble with simply JavaScript
MIT License
455 stars 229 forks source link

[Bug] Scrolling issue on Aplite #163

Closed bellangerq closed 8 years ago

bellangerq commented 8 years ago

After updating Pebble.js to the lastest version, there is a scrolling bug on Aplite on the local SDK (Basalt and Chalk are working well) as you can see on this GIF: http://g.recordit.co/emhdaYO5Rn.gif.

Here is the link to my project: https://github.com/bellangerq/quebble/tree/scroll.

Thanks for helping :)

cat-haines commented 8 years ago

@bellangerq thank you for submitting this issue :) We may ask for more information as we try to reproduce..

@Meiguro This might be related to #161? Have we had any other reports of scrolling being jittery on Aplite?

Meiguro commented 8 years ago

Ah, I forgot to apply the fix to dynamic windows as well.

Meiguro commented 8 years ago

Thanks @cat-haines, that was helpful. This should be the last occurrence, seeing as there are only three types of windows, two of which are scrollable by semi-non-system means.

@bellangerq Nice use of dynamic windows! The fix is on master, I'll request a CloudPebble update.

cat-haines commented 8 years ago

@bellangerq - Just tested with your project, and this resolves the issue.

Please merge master into your project again, and post a comment here saying whether it fixed it for you (once you've got it working we'll close this issue).

bellangerq commented 8 years ago

Hey, it's working! The scroll is way better on aplite:)

Thank you so much @cat-haines @Meiguro for your help and the quick answers. Have a nice day!

andrei-markeev commented 8 years ago

Still have this bug using CloudPebble... Any plans updating CloudPebble version of Pebble.js with the fix?