WebView Drag and Drop functionality isn't working #25155
Unanswered
Akshay060606
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple code which renders the url using webView. I have a functionality of drag and drop on the web. which works perfectly fine when I check it on an actual browser, but it is not working on .NET MAUI app. Please help.
<WebView x:Name="contentView" WidthRequest="1080" />
`public ContentPreviewPage(
string url
)
{
InitializeComponent();
Beta Was this translation helpful? Give feedback.
All reactions