This is a migrated thread and some comments may be shown as answers.

Support for UWP?

2 Answers 86 Views
RichTextEditor
This is a migrated thread and some comments may be shown as answers.
Larry
Top achievements
Rank 1
Veteran
Larry asked on 18 Oct 2020, 09:19 AM

Hi,

 

I'm trying out the RichTextEditor and have a very simple implementation:

<telerikPrimitives:TabViewItem HeaderText="Notes">
    <telerikPrimitives:TabViewItem.Content>
        <Grid>
            <Grid.RowDefinitions>
                <RowDefinition Height="Auto" />
                <RowDefinition />
            </Grid.RowDefinitions>
            <telerikRichTextEditor:RadRichTextEditorToolbar x:Name="richTextToolbar" Grid.Row="0"
                                                            RichTextEditor="{x:Reference PracticeNotes}" />
            <telerikRichTextEditor:RadRichTextEditor x:Name="PracticeNotes" Grid.Row="1" />
        </Grid>
    </telerikPrimitives:TabViewItem.Content>
</telerikPrimitives:TabViewItem>

 

This works find on IOS and Android, but generates an unhandled exception in UWP with the message:

    Invalid URI: The URI scheme is not valid.

I have had no success in debugging it.  Thoughts?

 

2 Answers, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 19 Oct 2020, 09:58 AM

Hello Larry,

I have sent a reply and attached a test project to the support ticket. Please check ticket with id: 1490323

We can continue the communication there as if you want to attach a sample demo project, note that in the forum only image attachments are allowed.

Regards,
Didi
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

0
Larry
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 25 Oct 2020, 03:14 AM
Since it isn't stated here; the solution was upgrading to Xamarin.Forms 4.8.
Tags
RichTextEditor
Asked by
Larry
Top achievements
Rank 1
Veteran
Answers by
Didi
Telerik team
Larry
Top achievements
Rank 1
Iron
Iron
Veteran
Share this question
or