688,530 questions
0
votes
0
answers
5
views
iOS Soft Keyboard Pushes Fixed DIV up instead of dynamically adjusting height
I'm working on a responsive app using React and Tailwind CSS. The layout works as expected on desktop browsers, but I’m having an issue on iOS when the virtual keyboard opens.
When the virtual ...
0
votes
0
answers
4
views
HLS Stream Stops and Fails to Restart on iOS
I'm working on an iOS app using JWPlayer SDK to stream an HLS video. However, the stream stops and doesn't restart on both emulators and real devices. The output provides the following information:
&...
1
vote
0
answers
16
views
flutter firebase background notification not working for iOS
I’m implementing Firebase Cloud Messaging (FCM) in my Flutter app to handle push notifications. However, I’ve encountered the following issue:
Foreground: Notifications are received and processed ...
0
votes
2
answers
18
views
SwiftUI How do I go about getting the BackgroundColor under text / view so I can invert the foreground color
Been trying to find a solution to dynamically detect the Background Color / the color underneath the View you want to modify, since I may want to have readable text over a Image without resorting to ...
0
votes
0
answers
13
views
After upgrade to flutter 3.27 app redirect to not found page on IOS release only
After deleting and reinstalling the app in release mode on iOS, it redirects to a "Not Found" page. Even after disabling all logic in the splash screen (leaving only the view), the issue ...
0
votes
0
answers
6
views
iOS and Focus on Search Form on a Webpage: Unwanted Enlargement of the whole page
I have a form field of the type "search" on a valid* page:
<search>
<form action=https://cse.google.com/cse method=get target=_blank>
<input type=hidden name=cx ...
0
votes
0
answers
8
views
UITextView in input bar does not stay attached to keyboard after dismissal
I’m building a chat feature for my iOS app with a custom input bar (UITextView and "Send" button) that stays attached to the keyboard. When the user types, the input bar behaves as expected ...
0
votes
0
answers
10
views
Crash inside of Vision framework during VNImageRequestHandler use
I've been dealing with a puzzling issue for some time now, and I’m hoping someone here might have insights or suggestions.
The Problem: We’re observing an occasional crash in our app that seems to ...
-1
votes
0
answers
13
views
Issues with app-ads.txt Verification in Google AdMob
I’m encountering an issue with app-ads.txt verification in Google AdMob. I selected 'Verify App' in 'App Verification'. Despite following all the steps and confirming that the file is properly set up, ...
-2
votes
0
answers
32
views
build an interactive map application [closed]
I would like to develop a mobile application that provides the user with a detailed, geo-located interactive map of a specific area. The goal is to accurately locate the user and provide a pre-defined ...
-1
votes
0
answers
18
views
How can I test my Flutter code on an iOS emulator using Android Studio while working on a Windows machine?
In Android Studio, I am testing my Flutter code on an Android emulator, but I want to test it on iOS as well. How can I do this on a Windows machine?
If you're testing your Flutter code on an Android ...
0
votes
0
answers
14
views
Only-data messages being collapsed and dropped in iOS
I want to send multiple data messages to my flutter app. I was working with notifications as they were sent in all states (foreground, background, terminated) but found that they are being collapsed. ...
1
vote
0
answers
34
views
ld: framework 'FirebaseCore' not found
I have a kmm app that uses Firebase.
In the android project, the packages are found in the build process, the problem is with the ios app.
When I try to build the iOS app, I receive the error:
> ...
2
votes
0
answers
42
views
Creating a .a static library using C#/dotnet
I would like to use some of my C# code in an XCode project by compiling my .net 9 class library into a static .a library (using NativeAOT and everything that is required).
I have researched quite a ...
-2
votes
1
answer
28
views
Cannot convert value of type 'String' to expected argument type 'Int64', expression, [duplicate]
Cannot convert value of type 'String' to expected argument type 'Int64'
or
Cannot convert value of type 'Expression<String>' to expected argument type 'Expression<Int64?>'
These errors ...