Xamarin
Menu
About
What is Xamarin?
What is Xamarin.Forms?
Mobile App Development
Cross-Platform Development
Tooling
Ecosystem
Docs
Xamarin.Forms
Android
iOS
Mac
Xamarin.Essentials
.NET
API
Xamarin.Forms
Android
iOS
Mac
Xamarin.Essentials
Blog
Showcase
Community
Get Started
Blog
Docs
APIs
Samples
Tutorials
Forums
Forum
›
DraganDimkovikj
›
Like
DraganDimkovikj
DraganDimkovikj
Badges
About
Username
DraganDimkovikj
Location
US
Joined
August 2016
Visits
161
Last Active
July 2018
Roles
Member
Points
8
Badges
3
DraganDimkovikj
✭✭
About
Username
DraganDimkovikj
Location
US
Joined
August 2016
Visits
161
Last Active
July 2018
Roles
Member
Points
8
Badges
3
Reactions
0
Promote
4
Like
0
Spam
0
Abuse
Activity
Threads
Posts
4
Re: Error: The given key was not present in the dictionary.
DraganDimkovikj
August 2016
Thanks man, this helped me here. I had the same issue, I just didn't provide default constructor, and I was calling it from xaml.
(View Post)
1
Re: Get current page in xamarin forms
DraganDimkovikj
September 2016
@Hunuman Thanks, I simplified your solution: Page currentPage = Navigation.NavigationStack.LastOrDefault(); //this is the instance of the ContentPage we are currently at. if (currentPage == this) { /…
(View Post)
3