Hello, currently we are developing a canvas app on a Handy Terminal device, on this device, we have a setting that allows us to disable the virtual keyboard, so we just need to use the physical keyboard instead. 
We have a screen that onVisible we will SetFocus to a TextInput, we found that when the virtual keyboard is disabled, while focusing on the TextInput, if the Button is at around Y = 1000, you cannot click the button, what you have to do is to tap outside to deselect the TextInput and you can click the button. This does not happen when the button is set Y < 1000. What we think is that even though we disable the virtual keyboard, for some reasons there is still an invisible keyboard appears around the bottom of the screen when you select TextInput which overlap the bottom section of the app and prevent you click in that area. Could this be the problem of PowerApps or Android ? Here is an example, thank you.
