Skip to content

Android Fullscreen #4621

Open
Open
@fireworx

Description

@fireworx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions