utubo / firefox-simple_gesture

🦊An add-on that adds simple touch gestures for Firfox for Android. Sorry, I only check issues sometimes.
https://addons.mozilla.org/ja/firefox/addon/simple-gesture/
Other
29 stars 1 forks source link

「戻る」でこれ以上戻れないときはタブを閉じるべきか? #28

Closed utubo closed 6 years ago

utubo commented 6 years ago

ジェスチャが反応してるかわからないので、 タブを閉じるか、画面をフラッシュさせたりするかどっちか する

utubo commented 6 years ago

判定できなそう

https://developer.mozilla.org/ja/docs/Web/API/History

If you specify an out-of-bounds value (for instance, specifying -1 when there are no previously-visited pages in the session history), this method silently has no effect.

utubo commented 6 years ago

location.hrefとhistory.statusをチェックすればできるのでは

utubo commented 6 years ago

同じハッシュに複数回とんだらわからないか…

utubo commented 6 years ago

普通に同じハッシュに飛んだ場合は履歴に追加されないみたい。 考慮しなくて良さそうなので実装してみた。