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

[IOS] Over heating leading to app crash #8

Open
jeff-odopass opened this issue Jun 23, 2023 · 0 comments
Open

[IOS] Over heating leading to app crash #8

jeff-odopass opened this issue Jun 23, 2023 · 0 comments

Comments

@jeff-odopass
Copy link

Hi, since month my company app had all IOS devices getting heated a lot after the app started.
No need to actually use the app or make heavy computation, just letting it running for 10 minutes is enough to have the iPhone in a critical thermal state.

I had quite hard time finding out why, but I finally found the DeferredPointerHandler was the root cause. After removing it, no problem at all.
This widget was located quite high up in the widget tree and was used for a very specific case. So I decided to remove defer_pointer package to get rid of this issue.

Anyway just writing this to let you know to be careful when using this package, and also you may want to investigate this issue.
Have a nice day

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

No branches or pull requests

1 participant