Hi all
I have a strange problem.
I use master-detail-page for navigation (Popover) and have assigned a master-icon:
Master.Title = "Menu";
Master.Icon = "Home.png";
this.MasterBehavior = MasterBehavior.Popover;
I have 1.4.1-pre1-installed.
By app-start, the Master-Icon is showed correct (top left corner).
If I then select a detail-page, the master-icons is showed correct further.
If I then call a further content-page from the detail-page and close the detail-page, the Master-Icon is shifted to right.
This then stays until the app is closed.
I have this problem on all Android-devices (Phones, Tablets) with different resolutions.
I also have tried different solutions for the master-icon (from 24x24 to 96x96) -> does not help.
This is not a "killer-problem", but it's not nice and makes a strange impression to the users....
Questions:
- Anybody with the same problem (maybe I should fill a bug)?
- Any ideas, what can cause this behavior?
Thanks for any feedback.