Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, 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

I want to creat a note app which can quote the text quickly. I'd like to do something like this:

Red highlight for heading 1,

Orange highlight for heading 2,

Underline for paragraphs, etc.

You add the annotation, than the related note is added. And you remove the annotation, than the related note is removed automatically.


I used `TextMarkupAdded`. But it could only get the `PageNumber`, `Bounds` and `TextMarkupAnnotationType`.

And I used `TextSelectionCompleted`. But it didn't triggered in annotation mode, and it couldn't get the markup type and color.



And is there any way to customize the selection context menu?

Not this:Empty

like this:

Empty



Thanks first.