项目作者: jayesh-bhoot

项目描述 :
Quickly scroll to top or bottom of the page on Firefox for Android
高级语言: JavaScript
项目地址: git://github.com/jayesh-bhoot/quick-scroll.git
创建时间: 2019-04-16T07:24:39Z
项目社区:https://github.com/jayesh-bhoot/quick-scroll

开源协议:

下载


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