Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resumed event not emitted on android #949

Open
johanholmerin opened this issue Jun 30, 2024 · 1 comment
Open

Resumed event not emitted on android #949

johanholmerin opened this issue Jun 30, 2024 · 1 comment

Comments

@johanholmerin
Copy link

Describe the bug

I'm attempting to integrate wgpu into tauri, which on android requires hooking into the Resumed event, but it doesn't seem like the event is ever emitted by tao

Steps To Reproduce

Clone johanholmerin/tao-android-resumed and follow the instructions to run on android

Expected behavior
Prints Resumed and Suspend events

Screenshots

Platform and Versions (please complete the following information):
OS: android
Rustc: 1.79.0

Additional context

Seems to work correctly in winit

@amrbashir
Copy link
Member

Our current android backend is a mess and barely works to make tauri v2 possible on android.
We don't currently have the capacity to overhaul the android backend, but in the future, we hope to deprecate tao and use winit directly, which should fix this issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants