fix epub reader playback and trial navigation
This commit is contained in:
@@ -136,6 +136,8 @@ public final class RDEPUBWebView: UIView {
|
||||
|
||||
var isFixedLayout = false
|
||||
|
||||
var isReaderPageVisible = true
|
||||
|
||||
var pendingProgressionRequest = false
|
||||
|
||||
var fixedLayoutReadyWorkItem: DispatchWorkItem?
|
||||
@@ -186,6 +188,7 @@ public final class RDEPUBWebView: UIView {
|
||||
pendingHighlights = []
|
||||
fixedSpread = nil
|
||||
isFixedLayout = false
|
||||
isReaderPageVisible = true
|
||||
pendingProgressionRequest = false
|
||||
didRenderCurrentRequest = false
|
||||
teardownWebView()
|
||||
|
||||
Reference in New Issue
Block a user