Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 1011 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 1011 Bytes

Roadblocks

  • My plan was to change icon to 'scroll-down' when the webpage is at top, and to 'scroll-up' when the webpage is at end. But, pageAction.setIcon() is not supported in Firefox for Android. So, there goes my dream.

  • The pageAction icon moves to a dropdown in text form. I thought that pageAction.setTitle() API may be able to change that text ('Scroll Up', 'Scroll Down'). But again it is not supported in Firefox for Android.

Credits