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 there, I am finding that when deploying new versions of my rails application, the javascript running on the iOS client version gets a bit stale.
That is, I need to completely refresh the WKWebView to pull down the new client-side changes from the server (e.g. via hard refresh or force close). I notice that this staleness tends to occur when I add a new js dependency or modify existing behavior in certain cases.
Is this a known issue? Let me know if I am being unclear. Thanks!