All Questions
170 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 ...
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:...
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 ...
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
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 ...
0
votes
1
answer
394
views
Navigated event doesn't fire up on specific pages using WebView - Xamarin Android C#
Could someone explain me why Navigated event in WebView doesn't fire up while searching stuff on https://m.olx.pl? I'm using WebView from Xamarin.
I tried many other events and any of them fire up ...
1
vote
1
answer
602
views
How to enable camera and mic access from WebView in Xamarin form Expanded Explanation
I have followed the instructions on creating a custom renderer for WebView found here. I have added permissions and I have created a class in the xxx.Droid project. As I am new to Xamarin, are there ...
3
votes
3
answers
4k
views
MAUI Webview target="_blank" href redirects not working on android
I have an MAUI app that is essentially a WebView that hosts a wordpress website.
My problem is that whenever I try to load an external link it will simply not load the "href" redirect... It ...
0
votes
1
answer
243
views
Getting Permission Denied when accessing a webpage that uses embedded Google Maps in Xamarin Forms WebView
I am trying to access a webpage on my website using webview. This webpage has a Google Maps embedded. When this page is opened from the browser the map is displaying correctly. But when opened from ...
0
votes
1
answer
164
views
Android Webview does not open CSS/JAVASCRIPT server side php
i am using xamarin android but if you provide java code is also good.
I noticed when i open certain url pages, i get a blank page but if i open thesame webpage in google chrome on my test device it ...
0
votes
1
answer
364
views
How to catch all request in Webview - Xamarin
Am having a Webview in my Xamarin android project and am trying to Catch a URL with specific keyword. If the keyword is present I need to open that link through the normal browser.but the ...