mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 05:01:38 +00:00
textinput
This commit is contained in:
parent
f3acc1482b
commit
d376a81ea3
1 changed files with 3 additions and 0 deletions
|
|
@ -73,5 +73,8 @@ class GuiTextInput extends GuiControl {
|
||||||
// js.Browser.document.documentElement.requestFullscreen();
|
// js.Browser.document.documentElement.requestFullscreen();
|
||||||
}
|
}
|
||||||
#end
|
#end
|
||||||
|
#if android
|
||||||
|
text.focus();
|
||||||
|
#end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue