Xamarin踩坑日记

Xamarin踩坑日记

    • 1. 2018-12-4 ImageLoaderSourceHandler: Could not retrieve image or image data was invalid
    • 2. xamarin中contentpage与contentview的区别

1. 2018-12-4 ImageLoaderSourceHandler: Could not retrieve image or image data was invalid

Android中使用ImageCell将Source设为https的图片地址后报错,IOS无此问题,经查证(资料地址),是由于安卓默认使用的httpclient实现导致的,打开Android项目的属性,然后切换到Android版本,将httpclient实现选项切换为托管HttpClientHandler,SSL/TSL实现切换为本机TSL1.2+Xamarin踩坑日记_第1张图片

2. xamarin中contentpage与contentview的区别

ContentView更像是WP中的UserControl。您可以使用它来创建自己的控件并在ContentPage中使用它。希望将来能够在iOS UIView或Android View中转换ContentView。

你可能感兴趣的:(学习,Xamarin)