You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/03/08 11:01:02 UTC

[GitHub] alexthirtyseven opened a new issue #269: Keyboard Access Violations in latest cordova windows

alexthirtyseven opened a new issue #269: Keyboard Access Violations in latest cordova windows
URL: https://github.com/apache/cordova-windows/issues/269
 
 
   my project is running Windows@5.0.0. Everything works fine on all platforms, apart from on one Windows phone that is running 10.0.15254.248. The other windows phone I have, which is running: 10.0.14393.2068, runs it perfectly fine.
   
   Whenever you click on an input, and then type a key, it instantly crashes the app, with the following exception:
   
   JavaScript runtime error: Unable to get property 'handleEvent' of undefined or null reference
   The program '[7608] WWAHost.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
   
   A previous version of the app installed on the same phone works fine, however this is an old build and I have no access to this code. I have tried reverting to the last code I have and the issue still persists, and have updated and reverted versions as best I can to try and find a working combination.
   
   Has anyone come across this before? Below is the offending HTML - just a standard input.
   
   <label for="x" class="y">Input your z</label>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org