Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

I created a quite simple .NET MAUI App. For now it only implements a WebView with a source: MainPage.xaml.cs public MainPage() { InitializeComponent(); WebView webView = new WebView { ...
Spikeeins's user avatar
0 votes
0 answers
25 views

I'm facing a confusing and frustrating issue with folder selection for file uploads in a web app running inside Telegram Mini Apps on Android. Folder selection works fine in regular browsers (Chrome ...
Bad_m's user avatar
  • 43
1 vote
0 answers
47 views

Here's a minimal GitHub Gist that runs on Electron Fiddle : It's supposed to show GitHub Copilot (github.com/copilot) in a webview element as if it was in a normal browser : Using the following code ...
KaKi87's user avatar
  • 955
0 votes
0 answers
38 views

I am developing an Android project by java. First, I change the webView's height to half of the screen. Then when user click a button, the webView will become full screen by animation. When the height ...
user31540102's user avatar
2 votes
1 answer
183 views

I'm trying to create an SwiftUI iOS app with a fullscreen WebView and having trouble with content going behind status bar. Eg with the following code: import SwiftUI import WebKit struct ContentView: ...
Robbie Clarken's user avatar
0 votes
0 answers
50 views

I am experiencing a bounce issue when the keyboard appears while the Input is focused, as shown in the attached screenshot video. IssueVideo To facilitate viewing, I have set the background to red. ...
Prabhu's user avatar
  • 1
0 votes
0 answers
41 views

I am embedding the TradingView chart inside a react-native-webview. The chart displays and works fine for zoom/pan gestures, but there’s a scrolling issue: When the user tries to scroll the entire ...
jeena azeez's user avatar
0 votes
0 answers
41 views

I am now developing the React Native app with the WebView. I have some links from emails that can lead to my website. In that case I want to open my app that is installed and open the WebView with ...
Vladyslav Chapiuk's user avatar
1 vote
1 answer
81 views

I’m building an app with React Native and using react-native-webview. The WebView loads a web app I built with React. When the WebView logs in to API server, the server responds with a Set-Cookie ...
Hyun Bin CHo's user avatar
0 votes
0 answers
59 views

I’m building a kiosk application using WebView2 and trying to access the camera from JavaScript. I want to automatically allow camera and microphone permissions in the PermissionRequested event using ...
Joan Sabata Moreno's user avatar
0 votes
0 answers
59 views

Below is my Android code. It is able to download images, document, and videos. Problem: Some platforms like Pexels.com keep their videos as parts or stream how to download them? webView....
Shubham kumar's user avatar
0 votes
0 answers
62 views

I added a WebView control to my .NET MAUI application and this control shall only be visible under certain conditions, e.g. the user wants to open a link. My problem is that the WebView is always ...
BeRo's user avatar
  • 194
5 votes
4 answers
13k views

I am trying to play YouTube videos inside an Android WebView using the IFrame API. The player initialises correctly, but sometimes I get this error: Error code: 153 Here is my WebView setup: binding?....
Garvi Shah's user avatar
0 votes
0 answers
35 views

I have a .net Android application (migrated from xamarin) and inside it there is a webView that displays a web app and also I have an Android Foreground Service that periodically is making a call to ...
Pavel Marius's user avatar
3 votes
0 answers
103 views

I try to display my website in a JavaFX WebView component, but the page fails to load. I get a blank page. The site uses the JavaScript library angular-auth-oidc-client to redirect to WebSSO. After ...
Olivier Dutrieux's user avatar
0 votes
0 answers
72 views

I want to obtain all errors from html loaded into WebView and log/process errors. This should works for all platforms and for any content displayed inside WebView. While running app under Windows I ...
Sinatr's user avatar
  • 22.3k
0 votes
1 answer
72 views

I have implemented the webview open in bottomsheet and i did but this sheet opens this does not scroll i tried with many other ways but in bottomsheet the webview does not scroll onTap: () { ...
Tanu Purohit's user avatar
0 votes
0 answers
71 views

In my React Native app, I’m using react-native-webview to display web content. I’d like to add a pull-to-refresh feature to the WebView. I’ve set: <WebView source={{ uri: 'https://example.com' }} ...
Muhammad Kamran's user avatar
0 votes
1 answer
48 views

We have problems in our product that we are getting NotReadableError. First i need to describe our situation. We have windows machine with 2 connected cameras on this machine where we are running our ...
MiselMoj's user avatar
0 votes
0 answers
84 views

I'm facing an issue in my Android app while integrating Razorpay. The WebView does not open or initialize on the first click, but from the second click onwards, it works as expected. I am getting an ...
Kaushik Suman's user avatar
0 votes
0 answers
204 views

I’m working on a Flutter app where the user logs in, and after login, I load a WebView. Once the user signs in, I get an access token and refresh token, which I store using Hive. The backend sets ...
Aayush's user avatar
  • 1
0 votes
2 answers
192 views

In my FMX application I have a webpage that I'm rendering inside a TWebBrowser. The webpage has a simple <input>, but on Windows if I click the input it focuses and immediately unfocuses. After ...
bas's user avatar
  • 15.2k
0 votes
0 answers
137 views

I'm tried to convert angular app to vue 3, but i get some problems. There are: black window while i call startScan() but android says that camera in using and all permissions allowed function scan() ...
THE BEST OF THE BESTS's user avatar
0 votes
0 answers
52 views

I've a following XAML which works in Android, but not in iOS: <ScrollView HorizontalScrollBarVisibility="Never"> <Grid RowDefinitions="Auto,*"> ...
ErnestJ's user avatar
  • 333
0 votes
0 answers
46 views

I have an html5 application that uses three.js library for some 3d wireframe graphics and a background music (mp3). The page works perfectly in chrome. But If I send to to someone on facebook and they ...
Zibri's user avatar
  • 9,983

1
2 3 4 5
450