1
NGUI 3 Support / Re: UIInput WINRT
« on: October 10, 2014, 07:57:17 PM »
Agreed Aren. The onscreen keyboard needs to be able to popup when the user touches the Simple Edit Control.
I tried removing the "UNITY_WINRT - MOBILE" define and checked which functionalities work-
1) Simple Edit Control OnSelect appears to work consistently
2) Popup keyboard does not happen
3) Backspace functionality does not work (after bringing the onscreen keyboard up manually)
With UNITY_WINRT - MOBILE define
1) Broken- Edit control selection is inconsistent- happens infrequently
2) Working- When selection does happen the keyboard does popup
3) Working- The backspace functionality works
With a few changes I have #2 and #3 working. Just need to get #1 figured out.
I will continue to look at #1 this weekend.
Thank you!
I tried removing the "UNITY_WINRT - MOBILE" define and checked which functionalities work-
1) Simple Edit Control OnSelect appears to work consistently
2) Popup keyboard does not happen
3) Backspace functionality does not work (after bringing the onscreen keyboard up manually)
With UNITY_WINRT - MOBILE define
1) Broken- Edit control selection is inconsistent- happens infrequently
2) Working- When selection does happen the keyboard does popup
3) Working- The backspace functionality works
With a few changes I have #2 and #3 working. Just need to get #1 figured out.
I will continue to look at #1 this weekend.
Thank you!
