Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
32 views

WKWebView OAuth popup misses window.opener in iOS 17.5+

In my project, I'm using the WKWebView to display the Google OAuth popup. After it appears, the JS window.opener is null, and because of that, the original window cannot receive an auth token in a ...
Vlady's user avatar
  • 1
0 votes
0 answers
75 views

Issue with WKWebView not Automatically Scrolling Above the Keyboard in iOS 17

I'm currently working on an iOS application that utilizes a WKWebView to display web content with interactive forms. When the user focuses on an HTML input element, the keyboard appears, but I've ...
kael-avocado's user avatar
0 votes
0 answers
43 views

Wkwebkitview iOS 17 Page break

While printing the page using WkWebkit the line is slashed into two pieces and printed on different pages . The issue is observed only on iOS 17 I had tried page-break but I didn't work Could any one ...
Rajkumar Pamu's user avatar
0 votes
1 answer
495 views

iOS 17 web audio(audioContext) not sounding after playing several audios

I am building web audio player sdk. AudioContext is the one that play my audios. I have multiple audios which will play sequencially. Android(chrome), iOS16 (WKWebview) work well. (I am using ...
Scholes's user avatar
  • 11
9 votes
0 answers
636 views

WKWebView Cookie Sync Issue in iOS 17

I am facing a strange issue where in cookie sync fails(Few cookies drop) after upgrading to iOS 17 on some of the devices. How Cookie Sync works in Our App? Authentication token is received via ...
Abhishek Singh's user avatar
1 vote
0 answers
95 views

Combination of opening phone camera and playing audio on WKWebview causes sound to be low volume - iOS 17

I use JavaScript to open the camera and then play audio in WKWebview. The sound is coming out of the earpeace phone speaker instead of the loud speaker (the sound is low volume because of that). The ...
gal's user avatar
  • 312