You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I was looking for documentation how to implement custom view renderer with material design support. So far I could not find anything meaningful and so reaching out to this forum.
The problem I'm currently facing is that whenever my custom view renderer is instantiated with Material design I am getting following error message: System.MissingMethodException Message=Constructor on type 'ViewRenderer' not found.
The same view renderer works okay when instantiated with Visual = VisualMarker.Default
Does anyone know how to implement custom view renderer with material design support?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I was looking for documentation how to implement custom view renderer with material design support. So far I could not find anything meaningful and so reaching out to this forum.
The problem I'm currently facing is that whenever my custom view renderer is instantiated with Material design I am getting following error message:
System.MissingMethodException Message=Constructor on type 'ViewRenderer' not found.
The same view renderer works okay when instantiated with
Visual = VisualMarker.Default
Does anyone know how to implement custom view renderer with material design support?
Beta Was this translation helpful? Give feedback.
All reactions