Fix book player by allowing about:srcdoc

This commit is contained in:
Bill Thornton 2020-08-05 14:26:09 -04:00
parent deebf3b28c
commit f8195628a6

View File

@ -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