electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
677 stars 86 forks source link

The application steals focus to Windows Touch Keyboard which cannot be used #52

Closed conteit closed 7 years ago

conteit commented 7 years ago

I'm trying to run the attached project on Windows 10 Pro (latest version available without Windows Insider Program).

Basically it is a fullscreen browser window that navigate to http://www.google.com. I configured Windows in Tablet mode, in order to let the touch keyboard popup whenever any text field in the page (in this case the query one) gets focused. Then, I packaged the application with electron-windows-store in order to let electron work as Windows Store application.

When I start the application and Google home page is loaded I'm not able to use the touch keyboard, because it pops up but immediately disappears, like if electron tries to acquire again focus and causes touch keyboard disposal.

I tried also to disable fullscreen mode and setup frame coordinates in order to be as it was in fullscreen, but no success.

Any suggestion?

TestApp.zip

conteit commented 7 years ago

Fixed by updating electron dependency to 1.4.7. Sorry for bothering.