Hello Guest

Author Topic: tk2dTextInput on Windows 8 Tablet  (Read 3306 times)

wagenheimer

  • 2D Toolkit
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
tk2dTextInput on Windows 8 Tablet
« 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

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: tk2dTextInput on Windows 8 Tablet
« Reply #1 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.