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