Hello Guest

Author Topic: tk2dUITextInput Virtual Keyboard not Showing on Windows Phone/Windows Store  (Read 3306 times)

wagenheimer

  • 2D Toolkit
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
I created a build for testing on Windows Store/Windows Phone Simulator and the virtual keyboard seems to be not showing!

Is there anything I can check?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Hi,

The virtual keyboard is enabled in the top of tk2dUITextInput.cs

#if (UNITY_IPHONE || UNITY_ANDROID || UNITY_WP8)
    #define TOUCH_SCREEN_KEYBOARD
#endif


Make sure its enabled on your platform... I know it works on WP8 though, definitely tested on that.