2D Toolkit Forum

2D Toolkit => Support => Topic started by: wagenheimer on December 10, 2014, 05:39:42 pm

Title: tk2dUITextInput Virtual Keyboard not Showing on Windows Phone/Windows Store
Post by: wagenheimer on December 10, 2014, 05:39:42 pm
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?
Title: Re: tk2dUITextInput Virtual Keyboard not Showing on Windows Phone/Windows Store
Post by: unikronsoftware on December 12, 2014, 03:21:50 pm
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.