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

It would be nice if there is a way to register to formula field events (onFocus, OnLongpress) and to insert programmatically some predefined text in the active formula field which has the focus.


example:

The user is selecting a formula text field in the PDFviewer and the app receives an event for it (e.g. longpress or focus event). Now I would like to open a custom DatePicker so the user can select a date in a calendar Control. If the user has selected a date, I would like to insert this date into the active formula field which has the focus.