Hello,
I'm trying to add floating UIButton on the top of UIHostingController view and found weird thing.
Action of the UIButton is not working if there is Button (from SwiftUI) underneath UIButton. Action is working if there is no Button underneath.
Why action of UIButton is not working?
Tested with iOS 15.4
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi,Is it possible to develop and debug Network Extension (such as app-proxy) using iOS simulator?I was trying to add profile with app-proxy configuration to simulator and then run app. It is clear visible that network extension is not loaded. All netwoking (in my case it is just web view request) is not handling by network extesnion.If I run app with network extesnion in real iPhone - I see that network extension catch request from the app.