-
Notifications
You must be signed in to change notification settings - Fork 777
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
OnViewLoaded not called #364
Comments
Not sure what you mean by "by the OnActivate logic", can you elaborate on what you mean here and also which platform? |
Hi Nigel, |
Hi, |
Hmm, closer look this is a separate issue. The current Android and iOS Platform Providers don't deal with Xamarin.Forms, looks like a Xamarin.Forms specific one will be need to be created. |
In both Setup and Features samples.
Following the issue #342, I wanted to bypass the OnActivate logic by using the OnViewLoaded override.
Problem is it seems it is never called.
My project has nothing special, just a button navigating to a ViewModel (which inherits from Screen) where I expected the OnViewLoaded override to be called.
The text was updated successfully, but these errors were encountered: