Search Unity

Is the Keyboard Supported on BB10?

Discussion in 'BlackBerry' started by SeantronForever, Jul 29, 2013.

  1. SeantronForever

    SeantronForever

    Joined:
    Jan 18, 2009
    Posts:
    10
    Hey guys,

    I'm porting my game to BB10 and using my new Z10, but with nGUI it doesn't seem like the TextFields bring up the Mobile Keyboard.

    Any hacks/workarounds?

    Thanks.
     
  2. Trilusion

    Trilusion

    Joined:
    Mar 20, 2013
    Posts:
    60
    Yeah, I had the same problem, my app got disapproved because of this... Fortunately you can fix it quiet easy by making some adjustments in the script UIInput.cs

    Look for the conditional compiler arguments and add UNITY_BLACKBERRY to all the necessary lines, just treat it like it was an Android keyboard, it should work

    #if UNITY_IPHONE || UNITY_ANDROID || UNITY_BLACKBERRY