Anyway to customize Android activity? #5702
Unanswered
LeHoangLong
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Using the Go 'log' or 'fmt' packages will log your comments to the "add logcat" output. If the content of your window is too large so the keyboard covers it you may need to introduce a scroll container so that the user can move through the content. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm developing a Fyne application for mobile. But when testing on android, I see that the virtual keyboard is still covering my entry (both dialog or not), despite this PR #566
Is there anyway for me to customize the android activity for debugging? I tried forking and editing the GoNativeActivity but it didnt seem to work
Beta Was this translation helpful? Give feedback.
All reactions