Welcome to the Xamarin.Android feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Android, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello.


I'm developing an Android app using Syncfusion.SfPdfViewer.Android.


Since a few monthes ago, Setting SelectedIndex of ComboBox makes exception if combobox items have Korean letter.


If the combobox items are all alphabet or digits, setting SelectedIndex works well.

but, if the combobox items have Korean letter, it makes exception like below(from Vol 3 2020 to recent version)

- System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index'


Before Vol 3 2020 (Until version 18.2.0.59), it makes no exception and works well


I attached test VS2019 project including Syncfusion.SfPdfViewer.Android v18.4.0.47 and v18.2.0.59

-> Pressing "Load PDF(Korean)" button, v18.2.0.59 works well, but v18.4.0.47 makes exception after LoadDocument().


Please review and update.


Thank you.