Results for ios
aftre return back from payment gateway in PWA app in ios, window.innerHeight will be decreased and there will be a free space at bottom page. i tried...
When login with Firebase it getting following error in some devices. Error:- An internal error has occurred, print and inspect the error details for ...
I am planning to localize my iOS application where I have a lot of Navigation controllers and a Home Tab car controller as well. how do I support navi...
In XAMARIN FORMS I used a custom renderer to change the background color of a selected item in a ListView and the default background color, but I was ...
I am trying to set up a pipeline for an iOS application using Fastlane and Match and I have followed the following guide. Azure iOS Pipeline Guide Is ...
Having an issue with inconsistency with multiple iOS devices. The same code creates gaps when I click the TextInput iPhone SE (2nd Gen), IPad Pro (10....
This should be really simple, but it is not working. The Markers are showing up, but I can't see anything for the MapPolyline. How do I make a MapPoly...
We have a situation where our app compiles and links in Xcode 15.1, but crashes without a stack trace when run in a simulator or real device running i...
I'm facing a memory leak problem in iOS 17, in earlier versions it works fine: import SwiftUI struct SkeletonModifier: ViewModifier { @State pri...
I need to make a sprite node to ignore touch, so that it fall through to other nodes behind it (lower z order). In UIKit this can be done by overridin...
Let's say I defined a partial class on each platform, which defines an "initialize" method, and I call that method from my shared context. I defined t...
I have a KMM project that requires access to the user's location. My locationClient is written in Kotlin. It was all working as expected, but I'm seei...
Yesterday I updated from .NET 7.0 to .NET 8.0 following my colleague doing so and having it work immediately. For myself however, on both my VS Mac an...
Yesterday I updated from .NET 7.0 to .NET 8.0 following my colleague doing so and having it work immediately. For myself however, on both my VS Mac an...
I'm implementing biometric authentication with public and private keys. During the instantiation of the key pair, the public key is saved on the serve...
I've been trying to get a collection view working properly in iOS. I've been following this question: how to create custom UICollectionViewCell I thin...
This is an IDE question. When I select a New -> Multi-Device Application project for C++Builder, only Windows 32-bit and Windows 64-bit compilation op...
This is an IDE question tough. When I select a New -> Multi-Device Application project for C++ Builder, only Windows 32-bit and Windows 64-bit compila...
I've created an application iOS in Xamarin I try to take a picture and use it as profile's picture, it works fine but I need to send it to my database...
In iOS 17, I am having an issue where UIPopoverPresentationControllers are not retaining the preferred size of the UIViewController they contain. The ...
I have created a custom map style on Mapbox Studio and uploaded a GeoJSON with several multipolygon features, the file looks like this: { "type": "F...
I have a VerticalStackLayout inside a ScrollView. Some items inside the VerticalStackLayout are shown/hidden dynamically at runtime. I noticed that, o...
I've been able to set up my app and firebase project so that a user will be prompted to sign in with a passwordless link. They input their email, rece...
Everything worked fine until the updates of both macOS and Xcode. After 2 days of search about similar error i ended app making the question since my ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?