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
While running imgui-sapp sample (fips config sapp-metal-ios-xcode-debug), I see two issues on iPhone 12:
The initial click and drag is using incorrect initial position. When you touch, the window jumps. Seems related to DPI?
If somehow, you manage to get the Imgui demo window into view, you can tap on the menu bar to open the menus, but tapping on a menu item does not seem to take affect. It does close the menu however, so something right is going on.
The text was updated successfully, but these errors were encountered:
I just merged a PR which should fix the issue (only tested on the WASM samples webpage on my Android device, but it should generally fix touch input). See: #760 and #759
While running imgui-sapp sample (fips config sapp-metal-ios-xcode-debug), I see two issues on iPhone 12:
The text was updated successfully, but these errors were encountered: