CSharpMath icon indicating copy to clipboard operation
CSharpMath copied to clipboard

MAUI XAML without skiasharp

Open cagriy opened this issue 1 year ago • 1 comments

Just wanted to check:

    <math:MathView x:Name="View" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand">
        \frac\sqrt23
    </math:MathView>

Is there a practical way to use this notation in MAUI ?

Many thanks

cagriy avatar May 17 '24 18:05 cagriy

You could research the relationship between xaml text and classes to see if it is possible to write dotnet code from the markup language (maui is the best repo do discuss that since it controls this markup language), or could create a library to enable what you want.

charlesroddie avatar May 18 '24 08:05 charlesroddie