You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An application that tries to set the theme before a window is created will fail due to an error on run-time when built using -tags mobile, but not if it is built without that tag. The errors that are getting spewed out are the following:
Describe the bug:
An application that tries to set the theme before a window is created will fail due to an error on run-time when built using
-tags mobile
, but not if it is built without that tag. The errors that are getting spewed out are the following:To Reproduce:
Steps to reproduce the behaviour:
go run
.go run -tags mobile
(will not start at all).go run -tags mobile
.Example code:
Not working code version: https://gist.github.com/Jacalz/b09b4cceca7bdc6b7946fd44fdf55b68
Working code version: https://gist.github.com/Jacalz/723b828fbbb3fce991eb57cd5d20e52b
Device (please complete the following information):
Currently tested on Linux only.
The text was updated successfully, but these errors were encountered: