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
Version 1.91.8, Branch: release (master/docking/etc.)
Back-ends:
imgui_impl_vulkan.cpp + imgui_impl_android.cpp
Compiler, OS:
Windows 11 with Android Studio 2024.2.2 Patch 2
Full config/build information:
No response
Details:
Hi, I want to ask about the possibility of using ImGui with NativeActivity in Android!
Today when I used ImGui for my project using NativeActivity and Vulkan renderer on Android 15 AVD (API level 35), I set NativeActivity's display style in AndroidManifest.xml to landscape. However, ImGui still seems to try to render the portrait:
Mode text display Landscape, but it displaying in Potrait...
I did everything, including rescaling, but it didn't work....
What did I do wrong? Also, does NativeActivity work with ImGui?
Version/Branch of Dear ImGui:
Version 1.91.8, Branch: release (master/docking/etc.)
Back-ends:
imgui_impl_vulkan.cpp + imgui_impl_android.cpp
Compiler, OS:
Windows 11 with Android Studio 2024.2.2 Patch 2
Full config/build information:
No response
Details:
Hi, I want to ask about the possibility of using ImGui with NativeActivity in Android!
Today when I used ImGui for my project using NativeActivity and Vulkan renderer on Android 15 AVD (API level 35), I set NativeActivity's display style in AndroidManifest.xml to landscape. However, ImGui still seems to try to render the portrait:
Mode text display Landscape, but it displaying in Potrait...
I did everything, including rescaling, but it didn't work....
What did I do wrong? Also, does NativeActivity work with ImGui?
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
And here is the code for ImGui:
Here is the main function:
The text was updated successfully, but these errors were encountered: