mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-27 16:20:37 +00:00
Fix book player by allowing about:srcdoc
This commit is contained in:
parent
deebf3b28c
commit
f8195628a6
@ -96,6 +96,8 @@ const NativeShellWebView = observer(React.forwardRef(
|
||||
return (
|
||||
<RefreshWebView
|
||||
ref={ref}
|
||||
// Allow any origin blocking can break various things like book playback
|
||||
originWhitelist={['*']}
|
||||
source={{ uri: server.urlString }}
|
||||
// Inject javascript for NativeShell
|
||||
// This method is preferred, but only supported on iOS currently
|
||||
|
Loading…
Reference in New Issue
Block a user