This repository has been archived by the owner on May 1, 2024. It is now read-only.
Replies: 1 comment 3 replies
-
Hey, @tpitman you can do a Custom Renderer that extends the webView control and place your fix/workaround there. If that's enough, like you need to change something that can't be overridden, you can copy all the Xamarin.Forms webview implementation code and fix there, it makes sense? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a bug that already has identified what is causing the issue. It has to do with the WebView and a null crash.
It doesn't look like it is going to be released any time soon. I was wondering how I would go about using the XF source code so that I could try and fix it myself for my use.
I was looking at how to build and that seems to focus on how to contribute to the project. As much as I would love to do that I am not in a position to help.
I really just need this one bug fixed and don't know how to go about getting just that fix into my project.
Can someone help me figure out how?
The specific bug is this one:
#13326
Beta Was this translation helpful? Give feedback.
All reactions