Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile: need API to hide Android status bar on native app #21396

Open
udhos opened this issue Aug 11, 2017 · 1 comment
Open

x/mobile: need API to hide Android status bar on native app #21396

udhos opened this issue Aug 11, 2017 · 1 comment
Labels
mobile Android, iOS, and x/mobile NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@udhos
Copy link

udhos commented Aug 11, 2017

What version of Go are you using (go version)?

$ go version
go version go1.9rc2 linux/amd64

What operating system and processor architecture are you using (go env)?

$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/everton/go"
GORACE=""
GOROOT="/usr/local/go1.9rc2.linux-amd64"
GOTOOLDIR="/usr/local/go1.9rc2.linux-amd64/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build881532661=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"

What did you do?

Wrote basic Android native game using gomobile.
Need full screen support, but couldn't find API to hide status bar.

What did you expect to see?

Full screen available for Android native game written with gomobile.

What did you see instead?

The Android status bar.

@ianlancetaylor ianlancetaylor changed the title mobile: need API to hide Android status bar on native app x/mobile: need API to hide Android status bar on native app Mar 30, 2018
@gopherbot gopherbot added this to the Unreleased milestone Mar 30, 2018
@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Mar 30, 2018
@ianlancetaylor ianlancetaylor added NeedsFix The path to resolution is known, but the work has not been done. and removed mobile Android, iOS, and x/mobile labels Mar 30, 2018
@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Mar 30, 2018
@ianlancetaylor
Copy link
Contributor

CC @eliasnaur @hyangah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Android, iOS, and x/mobile NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants