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

[Bug]: Fyne doesn't work properly on termux. #5173

Open
2 tasks done
DuilioPerez opened this issue Sep 29, 2024 · 0 comments
Open
2 tasks done

[Bug]: Fyne doesn't work properly on termux. #5173

DuilioPerez opened this issue Sep 29, 2024 · 0 comments
Labels
unverified A bug that has been reported but not verified

Comments

@DuilioPerez
Copy link

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

I've followed the instructions from your getting start page to install fyne in Termux, but I've found some issues:
1 - It can't compile programs directly for Termux:
2 - Android API level used is too low:

How to reproduce

1: Run go build in the firs example app
2: Install an app

Screenshots

1:
Screenshot_2024-09-29_14-30-59

2:
Screenshot_20240929-143749_WhatsApp

Example code

package main
import ( 
  "fyne.io/fyne/v2/app"
  "fyne.io/fyne/v2/widget"
)

func main() {
  a := app.New()
  w := a.NewWindow("Hello World")
  w.SetContent(widget.NewLabel("Hello World!"))
  w.ShowAndRun()
}

Fyne version

fyne cli version: (devel)

Go compiler version

go version go1.23.1 android/arm64

Operating system and version

Android 11

Additional Information

No response

@DuilioPerez DuilioPerez added the unverified A bug that has been reported but not verified label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unverified A bug that has been reported but not verified
Projects
None yet
Development

No branches or pull requests

1 participant