GLBasic forum

Main forum => GLBasic - en => Topic started by: MrPlow on 2017-Aug-25

Title: Android AE
Post by: MrPlow on 2017-Aug-25
Is there an easy way to fix the issue that after virtual keyboard appears the bottom android back options are showing?
I want to re-hide them?

Would adding Android.EnableBackButton(FALSE) after VKeyboard work?
Title: Re: Android AE
Post by: spacefractal on 2017-Aug-25
It's depend on system. It's was a android v5 feature, but might not work on all devices.
Title: Re: Android AE
Post by: MrPlow on 2017-Aug-26
Seems to happen after firing up the Virtual Keyboard...maybe I could replace it with an oldschool arcade score prompt?

^^^^
AAAA
¬¬¬

Or make my own keyboard with some code?


Title: Re: Android AE
Post by: spacefractal on 2017-Aug-26
property its best to do you own, so you also have much more control over the font used. You dont have control over language used with virtual keyboard. Then its could eventuelly have crashed there, due illigal letters, but not checked?
Title: Re: Android AE
Post by: MrPlow on 2017-Aug-28
Will do my own for my next game...
For now I have created an option to skip by using a button that appears when high score table reached.
That will work for now. :)