Provide support to display highlight annotation in the PDF Viewer. Currently, the highlight color is displayed but the text is missing.
The TabView behaves erratically in RTL languages (e.g. Arabic). The tabs are correctly outlined from right-to-left but clicking on them leads to unexpected behaviour, as can be seen in the attached video. Clicking on a tab moves the selection to a completely different tab. Furthermore, the tab content is not displayed if any tab except the first one is selected.
Our product reaches an international market and is translated to more than 20 languages. Right-to-left language support is an integral part of our application. A similar bug has been reported almost two years ago (TabView: Right to Left support). Please fix this.
A VisualStudio solution has been attached to this bug report. It uses the sample code from your documentation (Telerik TabView for.NET MAUI—Tabbed UI with Native Look) to display three tabs.
Deploy the sample application to Android or iOS platforms to reproduce the issue.
Currently, when setting Numeric keyboard, on Mac and windows you can also enter non-numeric characters.
Provide an option when keyboard is numeric, the entry to replace its internal input control, so only numeric values to be entered.
Similar feature is opened for maui Entry: https://github.com/dotnet/maui/issues/9201
Hello,
Id would be great having basic editing functionalities in MAUI PDFViewer as you offer in WPF version.
Especially we're interested in having ability to add text and basic shape annotations.
Best Regards,
Raymond
Provide an option to close the popup / drop-down when selecting (highlighting) an item. This is in case I do not want to use the OK button to select an item.
similar to the maui picker control.
When resizing the grid using the GridSplitter, I would like to limit the area that is resized.
For example setting a min width to the Grid and cannot resize it under this value.
For example, I copy image from the device and want to paste it in the editor. Then when get the html I want the image to have a valid src.
on MacCatalyst when pasting image in the editor and then GetHtmlAsync the image src is:
<img src="blob:null/" ..../>
on WinUI, I cannot paste image in the editor, copied from outside of the editor.
I want to strikethrough the text in the row based on a value.
i checked and the column cell content style DataGridTextCellAppearance class does not expose such property.