Bluetooth keyboard issues with iOS 8 and webRDP

Bluetooth keyboard issues with iOS 8 and webRDP

When using external Bluetooth keyboards with iOS 8 devices certain keys may not work.   Keys with issues include shift, caps lock, arrow keys and control key.  Either the browser or iO8 is not correctly reporting keystrokes when they are sent from the external keyboard.  As a workaround, the webRDP application (virtual) keyboard works with these keys should they need to be used.  

A closer look at the arrow keys in iOS 6 shows the correct output but not in iOS 8. Either something changed in iOS or in Safari. Either way, the arrow key information being supplied to webRDP is incomplete.

In iOS 6, the 'up' arrow key gives the following output:

keyup    keyCode=0  which=0  charCode=0        
        shiftKey=false ctrlKey=false altKey=false metaKey=false
        key=undefined char=undefined location=undefined repeat=undefined
        keyIdentifier=U+001E keyLocation=0

Notice it only triggers a keyUp event and does not have a valid keyCode value. It does, however, have a key identifier value. While the event info is not complete, having the keyIdentifier is enough to uniquely identify what key was pressed and we can map the keyIdentifier to the appropriate keyCode.

In iOS 8, the 'up' arrow key gives the following output:

keyup    keyCode=0  which=0  charCode=0        
        shiftKey=false ctrlKey=false altKey=false metaKey=false
        key=undefined char=undefined location=0 repeat=undefined
        keyIdentifier=Unidentified keyLocation=0

Notice that the keyIdentifier is now 'Unidentified'. Regardless of the arrow key pressed, this same event info is reported so there is no way for webRDP to know what key was pressed.

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Change Reset Password Button Text

        Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
      • Remove Reset Password Button From Login Page

        Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
      • Lenovo Unified Workspace End-of-Life Questions and Answers

        As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...