Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
184 views

.NET MAUI: WebView Height Not Adjusting Dynamically in Custom WebView on iOS platform

I am using a custom WebView in my .NET MAUI application to display dynamic HTML content on iOS platform. The HTML content changes daily, and I need to adjust the height of the WebView accordingly. ...
Matthew Pans's user avatar
1 vote
1 answer
139 views

Dynamically Setting WebView Height in .NET MAUI for Varying HTML Content on iOS Platform

I am using a custom WebView in my .NET MAUI application to display dynamic HTML content on iOS. The HTML content changes daily, and I need to adjust the height of the WebView accordingly. Custom ...
Matthew Pans's user avatar
1 vote
1 answer
87 views

How to Stop Previous Audio When Playing a New One in .NET MAUI

In my .NET MAUI application, I am using MediaElement from the .NET MAUI Community Toolkit and WebView to play audio files. However, I am facing an issue where if I play audio on one page, it continues ...
Matthew Pans's user avatar
0 votes
1 answer
82 views

MAUI: How to disable scrollview of custom webview in android and ios?

I have an image and custom webview inside a stack and surrounded by a frame like below: <Frame Padding="5" CornerRadius="20" Margin="0,10,0,0" Grid....
Matthew Pans's user avatar
0 votes
1 answer
82 views

.NET MAUI: How to set the font family and font size for a custom Webview renderer

I am using a custom WebView to display HTML content in a .NET MAUI application. I need to set the font family and font size for Webview. I have implemented font size adjustments, and it works on ...
Matthew Pans's user avatar
1 vote
1 answer
52 views

.NET MAUI Custom WebView Content Not Visible Inside ScrollView on Android Platform

I am using a Custom WebView in my .NET MAUI application to display HTML content on Android. However, when the WebView is placed inside a ScrollView, the content does not appear on the UI. If I remove ...
Matthew Pans's user avatar
0 votes
1 answer
45 views

Share webView as PDF on Android

Do you know how to share webView as PDF?  I'm using io.github.kevinnzou:compose-webview-multiplatform for displaying webview and PrintManager for generating PDF. PrintManager is working very well: ...
Piotr Bartkowiak's user avatar
0 votes
1 answer
55 views

Error using Flutter Webview Cookie Manager

I want to use the Flutter package webview_cookie_manager in my Flutter project. It has been working normally in the past, but now I get an error message when I try to run it. For Testing purposes I ...
thorie's user avatar
  • 29
1 vote
0 answers
50 views

WebView inside NestedScrollView in ViewPager2 Shrinks and Does Not Display Content Properly with Multiple Twitter Iframes

I’m working on a layout where I need to display two WebViews inside a NestedScrollView, and this NestedScrollView is placed inside a child fragment of a ViewPager2. The goal is to display HTML content ...
Garvi Shah's user avatar
-1 votes
1 answer
65 views

MAUI Android webview catch amy request and responce

I am using a WebView control on MAUI (android). I need to check the answers from post queries that are running in the background. In Windows version I could use e.g. the WebResourceResponseReceived ...
Intellicore's user avatar
1 vote
0 answers
51 views

Is it possible to integrate the Google Picker API into a UWP application?

I am developing an application on Universal Windows Platform (UWP) that works with calendar events. I need to integrate Google Picker API to download files from Google Drive. This functionality is ...
Roman Voskoboynikov's user avatar
-1 votes
0 answers
50 views

How to login multiple WhatsApp accounts in WebView

I am developing an Android app that uses a WebView to load WhatsApp Web. However, I need to allow users to log in to multiple WhatsApp accounts simultaneously, similar to how modern browsers support ...
Ummer Siddique's user avatar
2 votes
1 answer
42 views

Android-Java-Webview-Javascript: I am not able to see source codes of some sites like instagram?

When I try to read source code of for example example.com, it works. But as I try to use it for example for instagram.com it does not work anymore and app falls. Can I ask where is the difference and ...
Mirek6's user avatar
  • 45
1 vote
2 answers
30 views

appbar overlaps webviewWidget

When scrolling the webview, its top part goes behind the sliverappbar. How can this be fixed? sliverappbar has a pinned property that solves this problem, but SliverToNestedScrollBoxAdapter does not. `...
Дмитрий Бобылев's user avatar
0 votes
0 answers
20 views

Handling minimizing in Tauri/WRY. (E0382: use of moved value: window)

I'm trying to build a WebView App in Rust using WRY and one of the problems I've ran into is handling the minimization event. Currently my code looks something like this: let event_loop = EventLoop::...
muhammad28813's user avatar
0 votes
0 answers
36 views

Using Flutter WebView press the back button it won't send me to the previous or home web page and it exits the app

I am very new to Flutter!. I am using following Flutter code for WebView application. Everything works fine, but the following things are not working When I press the back button it won't send me to ...
Balaji Rethinam's user avatar
1 vote
0 answers
24 views

Inability to Detect Close Event When WebView is Terminated at the OS Level On Windows. How to solve it?

Background I am developing a Windows application. Due to text rendering issues (not-clear text issues) on Windows with skia, I am implementing my chat room area by embedding InAppWebView. So my ...
BBBIK's user avatar
  • 21
1 vote
1 answer
33 views

Cookies are not sent in webview headers

Bug description: I'm following the react-native-webview documentation and passing cookies, but when debugging, it appears that cookies are not sent on the first WebView call (which is the desired time)...
Ronald Silva's user avatar
0 votes
0 answers
20 views

Android WebView conflicting with imePadding

I've got an Android project using a WebView to display a WebApp. In this app, there are some text input fields. In order to avoid hiding the field while opening the keyboard, the .imePadding() has ...
Gab's user avatar
  • 1
0 votes
0 answers
13 views

android studio webview intent play google problem

If there is Google Play in the entered URL, I want it to open from the external market. If not, I want it to open normally. My code is as follows, where is the error? Can you help me? my code : ...
mervan tanrikulu's user avatar
0 votes
0 answers
28 views

Open a webview using Compose multiplatform not working

I'm trying to open a page inside a webview using compose multiplatform. I'm able to do Android side but iOS side not working property. here the error from XCODE console: Failed to resolve host network ...
DoctorWho's user avatar
  • 1,116
0 votes
0 answers
17 views

vscode version 1.97.0 : context.worspaceState not correctly restoring webviewPanel

The team is developing a plugin which was perfectly working on previous versions of Vscode (for instance version 1.96.4). But, with version 1.97.0, we started experiencing problems when reading back ...
Abdelghani's user avatar
0 votes
0 answers
19 views

Unable to Access Webview Methods and Attributes in Electron + NextJS App

I tried using a webview in a an Electron app to implement a simple browser here's the index.html for that <!DOCTYPE html> <html lang="en"> <head> <meta charset="...
Abdussamad's user avatar
0 votes
0 answers
19 views

"Passing" a url from a chrometab to a webview

I am trying to setup google payment via chrometab in a project, and despite it opening properly, I cannot find a way to, upon closing, inform the webview the chrometab is above, about the current url (...
semicn's user avatar
  • 13
0 votes
0 answers
2 views

How to implement WebView in scrollable container like Column in Android Jetpack Compose

I have this architecture in jetpack compose Column { Image {} Box { WebView {} } } The Column has to be scrollable, the image has to scroll when the user interacts with the WebView, however the ...
user29912619's user avatar
0 votes
0 answers
26 views

Swift WKWebView button's website not working and any delegate is getting called

The buttons of the top bar of this website https://www.tribunaavila.com/ are not working on my webview and any delegate method is getting called. I trying to enable JavaScript, and setting ...
Daniel Hernandez Lopez's user avatar
0 votes
0 answers
11 views

Issue displaying content in webvew inside nestedscrollview - If remove nestedscrollview its work propely

I have to load HTML content in webview inside nested scrollview but wehn i load content some of the content is disappear and display white space. When i long click on any part of that white screen and ...
Zala Satyarajsinh's user avatar
0 votes
0 answers
32 views

How to Customize the Native Text Selection Menu in a WebView on iOS in React Native?

I am working on a React Native application where I want to modify the native text selection menu (the menu that appears when you long-press on text). Specifically, I want to add a custom option ...
Arpit Mishra's user avatar