Skip to main content

Questions tagged [webkit]

WebKit is an open-source Web content engine for browsers and other applications, such as Apple Safari, Mail, App Store and several mobile browsers including the pre-installed browsers for Android, iOS, RIM Blackberry, Symbian, and WebOS.

-1 votes
0 answers
18 views

Can WebKit vulnerabilities be exploited by just processing a malicious link?

I'm trying to understand the mechanics of WebKit vulnerabilities, such as CVE-2023-42916, which involve processing malicious web content. Specifically, I want to know if these vulnerabilities can be ...
joul's user avatar
  • 1
-1 votes
0 answers
21 views

App Crashes loading webview "** Assertion failure in -[UIApplication _performAfterCATransactionCommitsWithLegacyRunloopObserverBasedTiming:block:]"

In my app I am trying to load webview with an URL , I am checking is it loading on main thread also loading webview in main thread using DispatchQueue.main.async { self.loadRequest() } , webview loads ...
Md Rashed Nizam's user avatar
0 votes
3 answers
56 views

HTML <video> element: how to remove the dark area around the timeline control when it appears?

When a video plays normally: The timeline control will appear when one pauses the video or moves the mouse. In a WebKit-based browser like Chrome, it looks like this: So there is a dark area around ...
Ziyuan's user avatar
  • 4,432
0 votes
0 answers
21 views

Problems with Form POST in Safari and IOS

I have this simple router, relying on a simple HTML form. export const authSigninRouter = new Hono(); const SigninForm = ({ email = '', errors }) => { return ( <form class="mt-5 grid ...
André Alçada Padez's user avatar
0 votes
0 answers
22 views

Where do I find the concrete class for the CookieManager?

I'm looking for the concrete class of CookieManager found in the Android Webkit framework. I'm interested of how CookieManager.getInstance.flush() works, since i might have e bug caused by the method. ...
Haroun Hajem's user avatar
  • 5,499
0 votes
0 answers
39 views

Not able to call a javascript function with evaluateJavaScript with swift

I have a webview where I'm setting up a bridge between javascript and the underlying native code. I am able to call a swift function from javascript, but I am not able to call javascript functions ...
Dennis Christensen's user avatar
0 votes
0 answers
18 views

webkit2gtk-4.0: How to load URI with TLS test certificate?

I'm using the example from here:- https://wiki.gnome.org/Projects/WebKitGtk/ProgrammingGuide/Tutorial which works fine using the given URI But I want to use to a test site such as https://192.168.0.1 ...
jradxl's user avatar
  • 535
0 votes
0 answers
33 views

iOS - WKWebView application Push Notification failed to navigate (Redirect) to the respective screen using deep linking

I am using WKWebView to load the URL for my hybrid web application. When I receive push notifications, I use deep linking to handle them by invoking the evaluateJavaScript function of WebView. It ...
SaravanaKumar_TEL's user avatar
0 votes
0 answers
27 views

Displaying a Native Swift Alert When a JavaScript Method is Called in WebKit for iOS

I am developing an iOS app using WebKit. In my app, there is a website that includes a JavaScript method called showEnvConnectOptions(). I would like a native Swift alert to appear in the app whenever ...
Ravi Beniwal's user avatar
0 votes
0 answers
49 views

Safari 17.5 misreporting screen.width

iMac 27" (2015) Monterey 12.7.5 Safari Version 17.5 (17618.2.12.111.5, 17618) I have been playing around with dynamic resizing and suddenly (since early May) the values reported by Safari for ...
TJS101's user avatar
  • 500
0 votes
1 answer
756 views

iOS 17.5.1 Xcode WebKit Crash

iOS 17.5.1 Xcode WebKit Crash Hello, I have two iPhone devices that I have. These devices are iOS17.5.1, and all Wk related codes cause Crash. Crash occurs when Xcode Build is complete and the app is ...
KimJitae's user avatar
  • 237
0 votes
0 answers
18 views

What happened to the slot-machine-like select menu on iOS WEBKIT, that appeared at the bottom, with haptic feedback etc

Does anyone know what happened to the slot-machine-like select menu on iOS WEBKIT, used to appear at the bottom, had haptic feedback etc While now is I couldn't find much information for when was it ...
dragorkoschkov's user avatar
0 votes
0 answers
28 views

change position of chrome password tooltip- in css / html

Is there any way i can change the position of this browser tooltip to left or top as it is on top of my website's texts? Or if i can make my text appear on top of that tooltip? Are there any ...
Sidharth Bajpai's user avatar
1 vote
0 answers
37 views

Video playback issue in Safari despite correct autoplay configuration (controls, playsInline, muted, loop, autoplay)

I'm encountering a perplexing issue with a decorative video integration on a website, specifically related to Safari browser (Version 17.4.1). The setup involves embedding adaptive videos, catering to ...
Daniel Schreurs's user avatar
0 votes
0 answers
16 views

Edit right click function of a link in WebView

How can I edit the right click function to call a specific function, maybe like an add tab function inside of a custom web view. Here is the code that I tried so far: struct WKWebViewRepresentable: ...
mustang81's user avatar

15 30 50 per page
1
2 3 4 5
497