Link to .capx file (required! If link is blocked remove the http and www parts):
edfarias.com/highscore/highscore.capx
Steps to reproduce:
1. Port to windows Phone and tap on text box. The keyboard will come up.
2. Add a touch object into the .capx.
3. Re-port to Windows Phone.
4. Tap text box.
Observed result:
Keyboard doesn't come up.
Expected result:
Keyboard comes up.
Browsers affected:
Chrome: no
Firefox: no
Internet Explorer: yes
Operating system & service pack: Lumia 920
Construct 2 version: I upgraded to the latest rs last week.
I can get around this problem by setting:
on textbox touched: textbox->setfocus().
Unfortunately this is even worse, because it holds onto the 0th touch and never lets it go. Even after I call unsetfocus().