- Home
- Forum
- Xamarin.Forms
- app crashes when min and max date tapped
app crashes when min and max date tapped
Subburaj Pandian V
https://www.syncfusion.com/kb/6987/how-to-clear-nuget-cache
Subburaj Pandian V
Subburaj Pandian V
1. Set the Locale as "AR" and check the issue.
2. Enable RTL mode and check the issue.
1. MI A1 device (Android)
2. iPhone XS Max-iOS-12.1 (iOS)
3. Windows machine (UWP)
Regards,
Subburaj Pandian V
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.
Subburaj Pandian V
Attachment: screenshots_16173c72.rar
We have scheduled web-meeting today (July 30, 2019) at 3.00 PM Ethiopia time to check this issue at your end and shared the meeting details to your mail, as you have follow-up with the incident for the same query.
Please join the meeting with the shared details.
Subburaj Pandian V
Attachment: AttachemntFiles_1817752e.rar
Subburaj Pandian V
Attachment: BoardingPassPage_190066c7.rar
Attachment: Screenshot_20190807101427_3f8189d7.rar
Sample Link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/RotatorSample_(1)-214547394
We have used the below code to navigate to the next page,
|
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
Attachment: document_c762e57c.rar
Indumathi R
- 33 Replies
- 5 Participants
-
DB Daniel Basazinew
- Jul 5, 2019 06:00 AM UTC
- Sep 12, 2019 12:22 PM UTC