Follow

Xamarin.Forms - Why am i getting "Constructor on type 'Scandit.DataCapture.Core.UI.Unified.Implementation.DataCaptureViewRenderer' not found."?

This issue is caused by using non-default material design for the page, like "Visual="Material".

 

Unfortunately, the Material Design UI system is not supported by the Scandit SDK.

For this reason, the default design for our `DataCaptureView` component should be explicitly specified, e.g.:

var dataCaptureView = new DataCaptureView {
  DataCaptureContext = captureContext, 
  Visual = VisualMarker.Default 
 };
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request