Skip to main content
0 votes
1 answer
42 views

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! ...
Hans Knöchel's user avatar
0 votes
0 answers
26 views

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 ...
Ridwan Malik's user avatar
-6 votes
0 answers
35 views

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 ...
slovak_100's user avatar
Tooling
0 votes
0 replies
20 views

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#...
MissingSemicolon's user avatar
0 votes
0 answers
22 views

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 ...
LevelOne2k's user avatar
1 vote
2 answers
62 views

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)....
Whirlwind's user avatar
  • 12.6k
0 votes
0 answers
30 views

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 ...
Samyu Ram's user avatar
0 votes
1 answer
47 views

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 ...
Andrei Herford's user avatar
0 votes
0 answers
16 views

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 ...
Schiswot's user avatar
0 votes
0 answers
18 views

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 ...
Aditya Jaju's user avatar