Closed sudhan-ionic closed 7 years ago
Hello! Thank you for opening an issue with us! Would you be able to provide a sample application via GitHub that demonstrates the issue you are having? Thanks for using Ionic!
Thank you for the reply. I will need a sample application via GitHub to help you out, however. The screenshots don't really help all that much.
Does this happen when you just fire up an application created from one of our starter application without any modification?
ok
Sorry, How to fire a project via git can you help me???
I am not sure what version control system you are using now. I assume git, but if not then learning enough git to commit your changes locally will be a good idea (if you don't know git, you should learn it, it is a good skill to have on your resume). There are several tutorials for git if you Google around. For example: https://try.github.io. The official documentation is here: https://git-scm.com
If you already know how to use git, but don't know how to use GitHub, then the best place to start is here: https://help.github.com
Basically, you will do this:
ionic start show-blank-screen-bug tabs
). This will create the project with a local git repohere is project in github https://github.com/sudhan-ionic/Black-screen-in-ionic
Thank you for providing that repo. That was very helpful. I believe you are talking about the blank screen that comes up before the splash screen.
Here is some more information on that: https://stackoverflow.com/questions/30342933/blank-screen-comes-before-splash
I am going to close this issue as this is not an Ionic Framework issue since this occurs before the application even launches. You can try some of the theming stuff mentioned in the SO article.
I slove my issues Thanks kensodemann
Here I have attached my solution I hope it will helpful to you. https://techionichybride.blogspot.in/2017/11/how-to-reduce-black-screen-while-app_8.html
IonicModule.forRoot(MyApp, { preloadModules: true })
Do that and thank me later :)
where I want to place this code @selotoprak
app.module.ts file
ok fine i will do it
This issue is only exist when using lazy loading.
[cid:08BB729A-0A1E-464C-A5B2-525780A6F7A1]
On Dec 19, 2017, at 8:10 PM, sudhan-ionic notifications@github.com<mailto:notifications@github.com> wrote:
[image]https://user-images.githubusercontent.com/33175538/34190948-a6b65ea2-e569-11e7-925a-c4f2d820bc09.png Like this Correct
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/ionic-team/ionic/issues/13281#issuecomment-352959745, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AeWhRsG7PukaHUiLueI6rAx5IhCetW3uks5tCIi-gaJpZM4QKw7Q.
Like this correct @selotoprak
@sudhan-ionic no, it is already declared in your imports above ... under BrowserModule
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Like this Black screen is appearing while app starting in ionic 3