Hi,
I'm having a issue when i try to bind some properties of a ViewModel, I'm using prism. Actually I'm filling the Model in the OnNavigatingTo() method, When i try to navigate to the view throw a push notification it doesn't bind the values, but if i receive the notification with the app opened the values are being shown.
What could be the problem?
Thanks