2D Toolkit Forum

2D Toolkit => Support => Topic started by: wagenheimer on March 11, 2015, 11:39:49 am

Title: tk2dTextInput on Windows 8 Tablet
Post by: wagenheimer on March 11, 2015, 11:39:49 am
Hi!

I am testing my game on a Windows 8 Metro Tablet but the tk2dTextInput does not display the virtual keyboard when necessary.

Is there a fix to it? I'm using Unity 5.

Thanks
Title: Re: tk2dTextInput on Windows 8 Tablet
Post by: unikronsoftware on March 12, 2015, 11:16:57 am
Hi,

We don't test on WP8 metro, but as far as I can tell the on screen keyboard isn't enabled. Tk2dUITextInput.cs, first line enables it on select platforms. I recommend finding the define for windows8 and adding it there.