Closed champcbg closed 4 years ago
You said that null reference exception happens on both platform, but you only copied the Android exception. Please add as well the iOS exception.
Sorry I changed it just to android as that is have spent my primary time testing
mmmh that's weird... where are you calling this:
SharpnadoInitializer.Initialize()
in your android code?
Im not calling it anywhere, I must of missed that in the documentation, i dont recalling seeing anywhere.
Where should SharpnadoInitializer.Initialize() be called?
IMPORTANT: On platform projects, call SharpnadoInitializer.Initialize() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()).
ok thanks going to try that now, i also just saw that initialize in the iOS SillyCompany Example. But its not in the Android example.
Thanks, for the help.
the grid shows up thank you
Platform (please complete the following information):
Describe the bug A clear and concise description of what the bug is. when i navigate to the page in the app that the has the horizontalListView, the Null Exception (pasted Below) is thrown. the page never renders and app crashes.
Below Xaml of my page layout.
To Reproduce Steps to reproduce the behavior:
Exceptions (if applicable) Copy paste the exception and the stack trace
Screenshots (if applicable) If applicable, add screenshots to help explain your problem.