mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-28 05:31:37 +00:00
textinput
This commit is contained in:
parent
c14ad093f7
commit
15155aecaf
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