mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 06:37:16 +02:00
Update:Allow swiping down anywhere on fullscreen audio player to minimize #1046
This commit is contained in:
@@ -653,10 +653,6 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.touchStartY = e.changedTouches[0].screenY
|
this.touchStartY = e.changedTouches[0].screenY
|
||||||
if (this.touchStartY > window.innerHeight / 3) {
|
|
||||||
// console.log('touch too low')
|
|
||||||
return
|
|
||||||
}
|
|
||||||
this.touchStartTime = Date.now()
|
this.touchStartTime = Date.now()
|
||||||
},
|
},
|
||||||
touchend(e) {
|
touchend(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user