Interactive Views not working on iOS 12.5 #334
Replies: 1 comment 24 replies
-
Hi @markusgritsch, Thanks, i am glad to hear that :) I am currently developing against very recent versions of chrome, webkit and firefox, and I dont have access to any apple devices, especially older ones. So I am not aware of problems like this, and wouldn't encounter them, at the moment. Websockets could be the problem here. Also some dom-manipulation calls or es06 Javascript imports could be problematic. The lona Javascript client has a mechanism that sends Javascript exceptions back to the server to log them as errors. (The websocket connection is used for that, so if you dont see that, chances are there are no connections) You can check how many connections a view has: start a lona shell (when using a lona script, start with '--shell') and run '%lona_views'. The command has tab completion for running views. When called with an id, an list of running connections is listed. |
Beta Was this translation helpful? Give feedback.
-
Hi,
thank you very much for your really greate Lona framework. I like it very much.
It works great across my devices, except on my iPhone 6 and iPad mini 2, where interactive Views get loaded, but only display a blank screen. I suppose there is a problem regarding the WebSocket connection.
Are these old browsers on those devices known to be not capable of this, or is there possibly a way to get them working too? I don't seem to have any compatibility issues browsing other websites. Is using WebSockets really that rare?
Kind regards,
Markus
Beta Was this translation helpful? Give feedback.
All reactions