Divyesh
Divyesh
I have used this plugin in my xamarin forms iOS app. It does works fine. But there are multiple cases where it's not working properly. - When I have multiple...
I am trying to create map using Esri.ArcGISRuntime.Xamarin.Forms nuget. For this I have created new project in Xamarin.Forms and installed this nuget. Then I have write this code: ### Initialize...
I have tried to setup CI/CD using flutter actions but when I am committing code and action run it gives this error: ```dart Run flutter build windows Running "flutter pub...
### How to set a Gradient? The latest version of this library does not have BackgroundGradientEndColor, BackgroundGradientStartColor and BackgroundGradientAngle properties. I have tried to set gradient using like this: ```c#...
## 🐛 Bug Report ### Expected behavior - It should work properly and show a popup with menu items. ### Reproduction steps - Add MaterialMenuButton on the page and when...
If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below....
### Description I have taken a label control inside CollectionView to display some information. Now the data for label control comes from the Rest API service dynamically. So, some of...
### Description CollectionView control is not correctly calculating height of the items, when there are more data with longer text, the next one overlaps it. I have tried to remove...
I'm working on the xamarin.iOS project in that I have to create a floating button for some screens, so after some R&D I have found this components nuget and try...
I have used this plugin in my xamarin forms app. It does works fine. But there are multiple cases where it's not working properly. - When I have multiple view...