The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I've downloaded the Github version of essential-ui-kit-for-xamarin.forms and wondering how I can display all the images used in the sample views? The application only shows grey boxes and its difficult to see all the layout without the images.
YPYuvaraj Palanisamy Syncfusion Team October 18, 2019 04:08 AM
Hi Mario,
Thanks for contacting Syncfusion support.
We are not using local images in the Essential UI Kit project, and we are accessing the images from a web server to replicate a real-world application scenario. You can refer the App.Xaml.cs file to get our server URL (The property BaseImageUrl holds the URL value of the images) which is used in this Essential UI Kit project. Since we are loading the images from online server, we need internet connection to display those image and we suspect the internet is not available in the device that you have deployed the application.
If this is not the case, please let us know to proceed further.