1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix touch events in epub player

This commit is contained in:
Bill Thornton 2022-04-05 12:30:40 -04:00
parent 33b1f039ea
commit 5820416ede
3 changed files with 7 additions and 5 deletions

View file

@ -287,7 +287,9 @@ export class BookPlayer {
width: '100%',
height: renderHeight,
// TODO: Add option for scrolled-doc
flow: 'paginated'
flow: 'paginated',
// Scripted content is required to allow touch event passthrough in Safari
allowScriptedContent: true
});
this.currentSrc = downloadHref;