xamarin / AndroidSupportComponents

Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
MIT License
146 stars 56 forks source link

Does NavigationEvent work? #13

Closed Rolf88 closed 8 years ago

Rolf88 commented 8 years ago

Xamarin.Android Version (eg: 6.0):

7.0.1.2

Operating System & Version (eg: Mac OSX 10.11):

windows 10

Support Libraries Version (eg: 23.3.0):

23.4.0.1

Describe your Issue:

Tried the sample for customtabs, can't get navigationEvent to be called!! Is this just me? does the navigationevent actually work for others in the sample?

Steps to Reproduce (with link to sample solution if possible):

Include any relevant Exception Stack traces, build logs, adb logs:

Redth commented 8 years ago

Basically, OnNavigationEvent was not marked as an override, so it wasn't being called.