-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Remove LaunchScreen from web clients #10702
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still relevant. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still relevant. |
Awesome! |
Will be released together with Meteor 2.3 |
LaunchScreen
is really used just on Cordova. For web clients it contains some code, but the code is just a placeholder and it looks even that it is expected just to work with Blaze.I would simply remove all that code for the client as it is just adding weight to the bundle.
Moreover, effective loading screens on the web have to be made into static HTML content rendered by the server anyway, so that they can be shown even before JavaScript starts loading. So it cannot be made in JavaScript, to show the loading of primarily JavaScript.
Tested on Meteor 1.8.1.
The text was updated successfully, but these errors were encountered: