10 questions from the last 1 days
0 votes
1 answer
42 views
iOS 26: UIScrollView topEdgeEffect not applied
I am trying to use the topEdgeEffect API in iOS 26, but even setting the effect style to ".soft" does not work: class ViewController: UIViewController { var scrollView: UIScrollView! ...
0 votes
0 answers
26 views
iOS App Crashes on Launch After Upgrading React Native to 0.77.3 - New Architecture Incompatibility
I'm encountering a critical issue after upgrading my React Native app to version 0.77.3. The iOS app builds successfully in Xcode but crashes immediately upon launch. The crash appears to be related ...
-6 votes
0 answers
35 views
website has white section on top (near notch) and bottom of Safari iOS 26.1 [closed]
I've recently updated my os to iOS26.1 and noticed that my website appears to have a white section above the header -- the white section is essentially where the iPhone notch is (sorry using an older ...
Tooling
0 votes
0 replies
20 views
How to update React Native default port?
I’m trying to run a React Native app with Metro on a port other than the default 8081 (e.g. 10000). I’ve followed the official React Native docs here: https://reactnative.dev/docs/troubleshooting#...
0 votes
0 answers
22 views
How to implement long press (minimum duration) for iOS widget buttons?
I've seen apps that have interactive widget buttons where a short tap does nothing, but holding the button for at least 1 second executes the action. This can be configured per button in the widget ...
1 vote
2 answers
62 views
SwiftUI @FocusState doesn’t focus a desired TextField
I have a SwiftUI view with multiple TextFields and a @FocusState bound to my view model. I want the first field to automatically get focus whenever the view appears(when coming back from a SecondView)....
0 votes
0 answers
30 views
Flutter Google Sign-In shows only white screen after tapping the button (iOS) even though Firebase & Google Cloud configs are correct
I’m using Google Sign-In in my Flutter app. Everything works perfectly on Android, but on iOS the app shows a completely white screen immediately after tapping the “Sign in with Google” button. There ...
0 votes
1 answer
47 views
How to present app-wide alerts/sheets above existing sheets in SwiftUI (central presenter like UIKit)?
TL;DR: my app has some global alerts and modals (e.g. hints about trial limits, the in-app purchase screens, etc.) which should be available through out the app. In UIKit I could always present alerts ...
0 votes
0 answers
16 views
Xcode simulator black screen problem when a specific model was closed - React native expo
Problem After a successful request, when the modal is closed with setVisible(false), a black screen appears just like that. To explain it more clearly: I open the modal with this button and after ...
0 votes
0 answers
18 views
iOS EXC_BAD_ACCESS when launching HyperVerge KYC camera from React Native Expo app (Android works)
I’m integrating HyperVerge as my KYC provider in a React Native + Expo app. On Android everything works fine. On iOS, the flow is: HyperVerge captures the user’s face successfully When the SDK asks ...