Transitions between views breaking on ios 14 (Previous view remains visible under present view) #3648
Unanswered
TaylorArmstrong
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
We are trying to determine what is going on with the new ios 14 platform and our capacitor & kendo application. Upon updating, our transitions seem to break. Currently this issue can only be replicated in the simulator or on an ios device. We have found the new view, that the user is transitioning to, either:
-- which can be fixed by doing a manual $("#{viewid}").show() from the console.
-- which can be fixed my manually navigating to a different view and then back to the previously broken view via the console
Has anyone experienced similar behavior? Any recommendations on a potential solution are greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions