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
As a follow up to #302, but for android specifically, this is a tracking issue to address the issues highlighted in my inital post. Now that #830 is merged can start working on these individually.
Required to run on android:
Move off of Bgra8UnormSrgb, should be requesting swapchains preferred format
Font loading doesn't work, as font-kit relies on things that don't exist on android
Sizing is quite a bit messed up, not sure if iced currently handles different dpi's, but need to look into that and implement that here.
Many events work off of mouse position, should be modified to work with touch as well (needs to keep mouse positioning information though, mouses do work on android)
Will update with prs as I work through it.
The text was updated successfully, but these errors were encountered:
As a follow up to #302, but for android specifically, this is a tracking issue to address the issues highlighted in my inital post. Now that #830 is merged can start working on these individually.
Required to run on android:
Better Experience:
Will update with prs as I work through it.
The text was updated successfully, but these errors were encountered: