The app will navigate to FirstViewModel define in App.cs after showing Splash Screen
The app will stuck in Splash Screen (with loading screen). No issue if I'm using MVVMCross version 5.7
Platform:
@divyesh008 please don't comment with "me too" comments, they do not provide any value. Use the reaction feature to add your sentiment.
I've got an update for this problem. If I'm using template given from MvxScaffolding, the app will run fine. It can go to the FirstViewModel.
However, if I try to replicate the template manually (even follows the readme.txt file) the app won't even reach Initialize method in App.cs. Just stop at the Splash Screen and stays there forever.
I've tried to created MainApplication class like the one in Playground project, used the Splash Screen inherited from these class:
MvxSplashScreenAppCompatActivityMvxSplashScreenActivityMvxSplashScreenAppCompatActivity<MvxAppCompatSetup<Core.App>, <App>>MvxSplashScreenActivity<MvxApplicationSetup<Core.App>, <App>>Nothing is working. But if I modified the SplashActivity.cs from the MvxScaffolding template, it works just fine.
Since I need to upgrade my current app, using the template is out of option. Did I missed something here?
What's the difference between your SplashActivity.cs and the MvxScaffolding template?
I'm facing the same issue. I try the following :
TipCalc sample : freeze at SplashScreenTipCalc tutorial from mvvmcross website : freeze at startup (no splashscreen added)StarWars sample : it works ! Strange because StarWars like TipCalc samples use _MvvmCross 6.0_.
@flyingxu there was no different at all. I even copied the codes from the template to my SplashActivity.cs and it still freeze there.
Please continue in #2957
Most helpful comment
@divyesh008 please don't comment with "me too" comments, they do not provide any value. Use the reaction feature to add your sentiment.