I'm having the same issue. When my UI contains a few stacked elements the widget doesn't respond to an update, but when removing a part of the elements it does succesfully respond to reloads. My ram usage etc. is also all normal.
Did you manage to solve this? Unfortunately not. I'm trying to find some sort of workaround but with no success.
The only solution for now seems to be to make lighter widgets, even if it is impossible in some cases.
Post
Replies
Boosts
Views
Activity
Ok I finally found a workaround.
It certainly is not right and should not be done this way but it works, and very well.
In my case I needed 5 images and 5 texts. The widget was loading only with 5 elements.
So I simply took each image and I drew text on it through UIGraphics. Doing it this way I was able to reduce the UI elements and the widget only loaded 5 elements instead of 10, showing the content.
I should call the device via voip from the server, but before doing that I would like to know if it is online and with internet connection available.
Thank you for your help!
Hello, I am facing this issue too, to be precise when I use "VNCoreMLModel".
However I have seen this happens only when the app is ran from Xcode.
If you run it in production nothing strange happens. Could be some sort of debugging bug?