i just tested the latest 17.2.0.36 nuget package with demo app and the Arabic issue solved but this nuget package uses .NET Standard for code sharing but in our project we use .NET Framework we have no plan now to upgrade to standard b/c our app go live soon and its huge. to use 17.2.0.34 nuget package the min max issue still exists so what we can do to solve both issues? or u can give us the latest package that supports .NET framework. or find any solution . b/c we are going to purchase the product.
public RotatorViewModel(INavigation navigation) { _navigation = navigation; ClickCommand = new Command( execute: () => { var myPage = new MyPage(); navigation.PushAsync(new MyPage()); }, canExecute: () => { return true; }); ImageCollection.Add(new RotatorModel("Calculator.png", "Calculator")); ImageCollection.Add(new RotatorModel("Camera.png", "Camera")); ImageCollection.Add(new RotatorModel("Excel.png", "Excel")); ImageCollection.Add(new RotatorModel("GMail.png", "GMail")); } |
var boardingpage = new BoardingPage();
await Shared.PageService.GetPageServiceInstance.OnPushAsync(boardingpage); |
hello Munessh
We Faced a performance issue on the sfcalander. when selecting date on iOS it is very slow.
- on iPad
Can u check that please? and any solution for this issue?
Regards
Daniel
Hi Daniel,
We have checked with your query, we are not able to reproduce
any delay or performance issue on selecting a date in Xamarin.Forms iOS with
latest calendar version. Could you please confirm whether you are selecting single
or multiple range of dates? Also, could you please confirm your current calendar version
and elaborate your query by providing more information about the performance
issue? So that, it will be helpful for us to analyze and provide you better
solution.
Regards,
Ganeshamoorthy C