-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Strange behavior on iPadOS on first update after Install #490
Comments
thanks for the report we will look into it this week with @WcaleNieWolny |
@michael-maenner does this happen in production apps (released via testflight or app store) or are you just using xcode and pushing the app to the ipad via xcode? Frankly, I have only ever used iPads and simulators during the plugin development on iOS. I have ALWAYS experienced the same behavior, but frankly I have never investigated it further. I also once asked Martin about this (he uses an iPhone for development) Based on what he said, I decided to be patient. I waited, and waited, and waited... and after like a minute or a bit more the screen would USUALLY go away on its own. I think that when developing on an iPad patience is a virtue. I wish I had some better advise for you. |
that different i believe. In dev booting the app is always slow and even slower since last ios version versions but in prod mod it shouldnβt. |
@michael-maenner does this issue happen during development only or also in production (when downloaded via the app store) |
The problem occurs both in Development and Production mode (testflight). I've been looking at several white screens for about 30 minutes now without anything happening (no events are being logged either). If I completely close the app and reopen it, the correct version is loaded and displayed immediately. Develop Log:
Our update package, which is downloaded, is about 90MB in size. |
During the blank screen, can you see |
Yes, Below is the complete "Capacitor-Updater" log.
|
I just tried again with my iPad and in manual mode or auto mode I don't see any issue with plugin |
Bug Report
Capacitor Version
Plugin Version
context(s)
Platform(s)
Current Behavior
We can reproduce the following problem on all tested iPads:
Expected Behavior
The desired behavior would be, as on all other devices, that the update is installed correctly without the application running into a white screen
Code Reproduction
Other Technical Details
npm --version
output:10.2.4
node --version
output:v18.19.1
pod --version
output (iOS issues only):1.15.2
Additional Context
The log in XCode does not show any errors.
Likewise, no errors are logged in our application's own log.
If we access the application via the Safari inspector before or while the update is being installed and βinspectβ the application via this, the error no longer occurs and the update is installed correctly. (γΰ² ηΰ² )γ彑β»ββ»
We were able to reproduce the problem on both iPadOS 17 and 18.
On iPhones, everything works as desired.
Android does not cause any problems either (both phone and tablet)
If further updates are subsequently installed, the problem also no longer occurs.
It really only affects the applications that are downloaded from the store and an update is installed directly. Of course, this puts our application in a bad light if the user receives a white screen directly.
I should add that most of our users are using iPads or android tablets.
The text was updated successfully, but these errors were encountered: