-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid behavior of 'ExecuteMobileScript' method with parameters OnScreenKeyboard.Enable/Disable #127
Comments
@dnovikau it seems that keyboard toggling using hot key is disabled in Mobile 10 emulators. |
The following article contains info about keys applicable in win10 emulator |
@dnovikau there is no link |
I found this on msdn
Here is one more msdn link to a table with shortcuts. So, we need to use F4 to toggle keyboard now, which is a problem, because I am not sure if we will be able to tell the result of the command. Page Up and Page Down allowed to explicitly hide or show keyboard, while toggling depends on previous state. |
here is the link: https://msdn.microsoft.com/en-us/library/dn632391.aspx |
Running mentioned method with parameters either 'OnScreenKeyboard.Enable' or 'OnScreenKeyboard.Disable' like in example https://github.com/2gis/Winium.StoreApps/wiki/Command-Execute-Script does not works as expected:
if to update mention method with adding new predefined parameter will resolve issue with hidding the keyboard:
The text was updated successfully, but these errors were encountered: