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:
parent
33b1f039ea
commit
5820416ede
3 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue