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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: