Hi,
I am triying to write a document using the DocumentEditor using a tablet. Normally it works without problems but in some tablets when I try to write the keyboard never appears.
The tablet is Teclast T20 and the operating system is Android 7.1.1
I attached a video with a demonstration
Regards
|
let isMobileDevice: boolean = /Android|Windows Phone|webOS/i.test(
navigator.userAgent
);
container.documentChange = (): void => {
if (isMobileDevice) {
container.restrictEditing = true;
setTimeout(() => {
container.documentEditor.fitPage("FitPageWidth");
}, 50);
} else {
container.restrictEditing = false;
titleBar.updateDocumentTitle();
container.documentEditor.focusIn();
}
}; |
Hi Suriya,
Thank you so much for your response,
This feature is very important for us. We wil wait for the publishing.
Thank you again for you respose and regards
Gaspar
Hi Gaspar,
Thanks for your update.
Regards,
Suriya M.