10,663 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
105
views
IOS Cordova App - videos not playing - IOS 16.4
We have a very old Cordova iOS app which mainly opens many PDFs and a couple of videos. All the videos and PDFs are embedded inside the build and the app mainly works offline. Users have recently ...
1
vote
1
answer
1k
views
window.webkit.messageHandlers is defined in an iOS Chrome & Firefox browser which is not in a Webview
I was under the assumption that webkit.messageHandlers are defined on iOS in a webview context. But when I do an alert of this, I get some kind of "value" that I cannot look into.
Can I get ...
1
vote
2
answers
2k
views
How to display embedded PDF file in WebView?
I need a suggestion/advice on how to solve this. Currently I am building a Web application in PHP 8.2 where users can upload PDF files and only users with certain roles have the ability to see them. ...
2
votes
1
answer
440
views
WKWebView with Gesture Recognizer becomes unresponsible when using Apple Pencil
I have a SwiftUI ContentView that includes a WKWebView, and I've added a custom UIGestureRecognizer to the WKWebView. Here's a simplified version of my code:
struct ContentView: View {
var body: ...
1
vote
0
answers
68
views
Webview as overlay in Broadcast Upload extension
I am currently developing a screen broadcasting UIKit application aimed at assisting users in streaming games to social networking platforms. To achieve this goal, I am utilizing the Broadcast Upload ...
1
vote
1
answer
659
views
iOS WKWebView's WKProcessPool - when is it safe to share the same process space?
My app uses lots of WKWebView to render different websites. Think of a browser app for example. These are third party websites being loaded from various domains not under my control.
I am reading the ...
1
vote
0
answers
160
views
How to open a downloaded .ics file in Calendar app?
I have a webview, with an option for adding to calendar. I am able to download the ics file I'm getting in response and can see that file in local path. However in my app, I don't see any option to ...
1
vote
0
answers
503
views
Where to persistently store cookies from WebView IOS?
I am developing an app that supports multi accounts in different social medias. On this example view controller I have Instagram domain and "accName" variable. When the view controller is ...
4
votes
0
answers
2k
views
UserAgent cannot be changed from UserDefaults only iOS 17 Device using Xcode 15
I want to custom UserAgent(UA) in UIWebView using registerDefaults method of NSUserDefaults
NSString *userAgent = @"test user agent";
NSDictionary *dict = [NSDictionary ...
0
votes
0
answers
151
views
ITMS-90809: Deprecated API Usage with AppsFlyerFramework pod
I am making an update to a legacy iOS app but App Store Connect isn't accepting the our new build. I get the message:
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer ...
1
vote
0
answers
85
views
Outlook calendar download in webview not displaying the right time in iOS app
When trying to download an appointment to Outlook calendar on iOS device in webview, the time is completely off. This is not an issue for Android devices or desktop.
The start time is set to device ...
0
votes
0
answers
627
views
iOS 17 , when entering Chinese characters, the program crashes. The system is using UIWebView
iOS 17 , when entering Chinese characters, the program crashes. The system is using UIWebView.
This is my error message.
enter image description here.
I know that Apple recommends replacing UIWebView ...
0
votes
1
answer
983
views
upgrade UIWebView to WKWebView in Cordova
in my Cordova have iOS platform and use UIWebView but this is becoming obsolete and must upgrade to WKWebView for use this add WKWebView plugin with this script
cordova plugin add cordova-plugin-...
0
votes
1
answer
3k
views
Is UIWebView will continue in iOS 17?
My question is related to ios 17. Is apple allow apps to continue UIWebView? Is anyone have information about this? ios 17 beta has been released.
0
votes
0
answers
129
views
How can I get request URLs in Swift webview
I'm currently working on an app that uses a webview to log in. I've done the exact same thing before on Flutter and was able to intercept and read the token from an incoming request URL. I need to do ...