diff --git a/apps/documenteditor/mobile/src/controller/settings/Navigation.jsx b/apps/documenteditor/mobile/src/controller/settings/Navigation.jsx index cd4b588e50..811f6ae8f7 100644 --- a/apps/documenteditor/mobile/src/controller/settings/Navigation.jsx +++ b/apps/documenteditor/mobile/src/controller/settings/Navigation.jsx @@ -105,6 +105,11 @@ class NavigationController extends Component { } }; + componentDidMount() { + const api = Common.EditorApi.get(); + api.asc_enableKeyEvents(false); + } + render() { return ( !Device.phone ?