Open
Description
Checklist
- I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
- This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
set Fullscreen not works on mobile
How to reproduce
create a sample app
set fullscreen at start or
make a button with func(){}
fyne.CurrentApp().Driver().AllWindows()[0].SetFullScreen(!fyne.CurrentApp().Driver().AllWindows()[0].FullScreen())
compile for android and run
Screenshots
No response
Example code
package main
func main(){
APP:= app.NewWithID("xx.xxx.xx)
W:=APP.NewWindow("test")
w.SetFullScreen(true)
}
Fyne version
latest
Go compiler version
latest
Operating system and version
Archlinux latest
Additional Information
No response