Gomobile, force landscape

Just looking at android, I have a pure go app and I have an AndroidManifest.xml in the project root that is being used to package the app. But, I’ve noticed some things simply aren’t applied from the manifest. I’m guessing this is more related to a native activity which i have little experience with.

I’d like to (a) set screen orientation to portrait and (b) not as important, have the theme NoTitle respected to avoid the title flash on app start.

As a follow up to this, two CLs were submitted and merged allowing the android manifest to specify a fullscreen theme and screen orientation, and work :smiley:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.