All Questions
421 questions
0
votes
0
answers
100
views
Xamarin Forms WebView Error only on Android
[Android only]
Can anyone help? I have a Xamarin Forms (v5.0.0.2662) application with a webview in a submenue item. When I remove the webview the application works as excpected.
Steps for reproducing:
...
0
votes
0
answers
757
views
Right way to dispose page with WebView in a MAUI app
I have a MAUI Android app (sample) with 2 pages, 1 home page and 1 page containing WebView. From home page user can go to the WebView page and open a site, come back to the home page and again go to ...
2
votes
0
answers
232
views
Running Web Server does not work in Xamarin.iOS in (IOS-17)
I am facing an issue while running a web server within my Xamarin iOS application using the EmbedIO library. The web server serves static files, and it works perfectly on older iOS versions and in the ...
0
votes
0
answers
79
views
how to upload multiple files in webview in xamarin
only one file upload by this code how we upload multiple files in web view.
protected override void OnActivityResult(int requestCode, [GeneratedEnum] Result resultCode, Intent data)
{
...
0
votes
0
answers
264
views
WebView not rendering webpage
WebView is not rendering web page. I've passed webView and IWebResourceRequest as parameters to ShouldOverrideUrlLoading and it still doesn't seem to be working. Here's a snippet of my code:
public ...
1
vote
1
answer
221
views
Xamarin Forms Webview causing: error inflating class
I have a WebView on a content page in Xamarin forms but when I view the WebView and go back a page and navigate on the app shell it causing the following error:
Binary XML file line #1 in com.xxx.xxx:...
0
votes
1
answer
60
views
xamarin iOS webView post
I created a custom webViewRenderer in Xamarin in this way.
This is the class in Xamarin project
public class PostWebView : WebView {
public static readonly BindableProperty ...
0
votes
1
answer
105
views
Xamarin - Webview - OnWebViewNavigating - Redirect to x when original url matches x
I am trying to redirect a url that is coming from a payment provider, for some reason the webview browser doesnt resolve the URL which results in a white screen. When placing the url in a browser the ...
0
votes
1
answer
205
views
UWP WebView not showing Google Maps markers
We are facing an issue related to the UWP WebView inside a Xamarin Forms application. Until lately, Google Maps markers were shown correctly on the native UWP WebView, but suddenly, they are not shown ...
2
votes
1
answer
542
views
Android WebView bad rendering of CSS linear background with text overlay
I'm working on Xamarin Forms targeting Android 13 and since 2 weeks I'm fighting against an annoying rendering problem on a WebView which as far as I understood (by Googling 24/7) is based on the ...
0
votes
0
answers
154
views
Download files in Xamarin.Forms WebView in iOS?
I can download files in Xamarin.forms in Android using a custom renderer, however in iOS I'm not sure how to set a "listener" to the webview when the user clicks a download link. Should I ...
1
vote
1
answer
342
views
Xamarin.Forms.WebView based editors failing on Android 13 only
Calling all Xamarin-Android gurus - this issue is way over my head.
I have a Google Play App Store product in beta testing that is experiencing catastrophic, repeatable, data-loss inducing failures ...
0
votes
1
answer
397
views
Javascript doesnt enable in webview xamarin android
I have created a xamarin android application in which I want to show a slideshow in webview for which I have created Html variable and in the html I have used css and javascript. It is working in ...
0
votes
1
answer
98
views
Xamarin. Forms => Java.Lang.ClassCastException: 'android.net.Uri$HierarchicalUri cannot be cast to android.net.Uri[]'
I use in my web view and use this web view in my Xamarin Forms app, I enable use input in Xamarin Forms and file browser opened on my phone, but after I select any file, I got this Exception:
Java....
0
votes
1
answer
127
views
Js ‘import’ Statement invalid Webview android version 8 and lower
I am implementing a webview to load a remote blazor webassembly page url as part of a Xamarin android app. The page to load has Js scripts that include ‘import’ statements. This works fine on Android ...