Search Unity

BB10 TouchscreenKeyboard problem

Discussion in 'BlackBerry' started by pahe, Dec 29, 2013.

  1. pahe

    pahe

    Joined:
    May 10, 2011
    Posts:
    543
    Hey guys.

    I've currently a problem with my TouchscreenKeyboard and my BlackBerry device. I'm trying to open it with
    Code (csharp):
    1. TouchScreenKeyboardType.EmailAddress
    , but it always open the keyboard with the numeric type. Code looks like:

    Code (csharp):
    1. TouchScreenKeyboard.Open(mValue, TouchScreenKeyboardType.EmailAddress, false, false, false);
    Pretty straight forward, so I'm not sure what I'm doing wrong here. I'm using Unity 4.3.2.

    Anyone has similar problems thie the Touchscreenkeyboard?
     
  2. AlexThibodeau

    AlexThibodeau

    Unity Technologies

    Joined:
    Jul 23, 2013
    Posts:
    309
    Keyboard types are unfortunately unsupported in 4.3. The fix has been slated for a future release however!
     
  3. pahe

    pahe

    Joined:
    May 10, 2011
    Posts:
    543
    Ok thanks Alex. I'll switch to a previous version for my tests then.
     
  4. pahe

    pahe

    Joined:
    May 10, 2011
    Posts:
    543
    Do you also need a project for the incorrect touchkeyboard? Seems that it doesn't work with all 4.3.x versions :/