forIOS method
Configures the SuperReader for standard iOS interactions, e.g., touch gestures and IME input.
Implementation
TestDocumentConfigurator forIOS() {
_gestureMode = DocumentGestureMode.iOS;
return this;
}
Configures the SuperReader for standard iOS interactions, e.g., touch gestures and IME input.
TestDocumentConfigurator forIOS() {
_gestureMode = DocumentGestureMode.iOS;
return this;
}