Yes, my lightweight and simple 1-frame prototypes dont load niether in Figma app on IpadPro nor in any broser I tried on Ipad either
Same problem when I use my Poco X5 Pro. Figma seems just to hate being a reliable software
I had this same usue with a prototype where I had to store several dynamic variables. It seemed to me, the more I worked on it, that the memory allocated to run the prototype is too small in capacity* that leads to reset of certain parts of the prototype, or some animations, like smart animation, seems to have conflicts with variables**.
Another issue, a very stupid one, is that Figma considers a frame or the boundaries of a textbox, much like an allocation of a memory (if you have some programming experience, its like int and longint, or doubble memory allocation). What happens is that once your text overflows the boundaries, the valuable displayed get disrupted somehow***. The solution to this is to avoid autolayouts whenever possible and to use the least number of funky animations/interactions… I know, this sh*t killed my mood too.
*I made multiple versions of the same project, trying to simplify the animations, weight of the design file, variable usage. I started to work only in a file where I left barely the finished and easiest of the prototypes. Infact ** I had to also delete all the smart animations and interactions with either numerical and string type variables.
*** In the original project, a table booking app, I wanted to use autolayout to centre automatically the text as the variables chaged. What happens is that sometimes the auto-layout frame gets refreshed before the strings, causing the autolayout to not to display the texts correctly (in this case, not centrered to the frame).