Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
5 views

localStorage not working on iOS captive portal mini browser (CPMB)

I tried to save data on iOS Captive Portal Mini Browser (Hotspot WiFi) window.localStorage.setItem("my_data", "data"); but when I try to reconnect to CPMB var my_data = window....
pol9595's user avatar
-1 votes
0 answers
13 views

WKWebView accessibility tree not updated after DOM change

I have a simple UIKit app that pushes a view containing a WKWebView. If VoiceOver is enabled, when the view is pushed the OS sets the accessibility focus in the back button of the navigation bar. The ...
rai212's user avatar
  • 751
0 votes
0 answers
13 views

Web camera zoom in/zoom out

I want to add zoom-in/zoom-out logic for my web camera, with this version it works only via input onChange, but I need to remove the input...do you have a suggestion on how can I make it without input?...
Emili's user avatar
  • 1
2 votes
0 answers
17 views

iOS numeric keyboard doesn't have a period and the decimal inputmode is not considering properly the comma

I'm having a problem on iOS devices when filling a <input type="number" inputmode="decimal">. The iOS keyboard for these inputs shows numbers and a comma, only. iOS keyboard ...
Raul Ramos Pinto's user avatar
0 votes
0 answers
27 views

'react/debug/react_native_assert.h' file not found xcode issue occured when i configured firebase in my project

'react/debug/react_native_assert.h' file not found xcode how to solved this issue ? issue occurred when i integrated firebase ios app in my project and did pod install --repo-update pod is installed ...
Furqan Hameed's user avatar
-1 votes
0 answers
29 views
+100

SecurityError: The operation is insecure on iOS in Next.js Project

I'm encountering a persistent SecurityError: The operation is insecure. issue in my Next.js project, but only on iOS devices. I've reviewed several related posts that suggest it could be a Firefox-...
Ajouve's user avatar
  • 9,957
-2 votes
0 answers
14 views

Is it possible to open an active VPN and/or disable it directly from the UI on iOS and Android?

I have a product that requires regulated checks and if a VPN is active while the user is tyring to to use the application they may not know why they are being locked out/unbale to perfrm an action. I ...
A_robot_man's user avatar
0 votes
0 answers
15 views

Microsoft Login didn't give any respond(token) to iOS devices

I use react native to create my mobile app and I use Microsoft login. In android device login is success and respond the accessToken but in ios device login is success but does not respond any ...
Dev KSY's user avatar
0 votes
0 answers
22 views

React Native App Hangs on iOS When Clicking "No" Button in Modal but the same function works in Android

I'm working on a React Native application where users can respond to questions in a modal. The app works perfectly on Android, but it hangs on iOS when I click the "No" button. When the &...
dawid_Pascal's user avatar
2 votes
0 answers
30 views

DOMException Error When Decoding Audio Data from .mov File in React App

I am working on a React application where I need to extract audio from a video file uploaded by the user. The video file is in .mov format, uploaded from iOS or macOS devices. However, I am ...
dnrksd's user avatar
  • 33
0 votes
0 answers
39 views

PayPal Payouts Integration with Firebase Functions in iOS App

I'm working on an iOS app that requires paying out winnings to players using PayPal. I'm integrating PayPal payouts through Firebase Cloud Functions, but I keep encountering errors. Here's the client ...
TheGuyWhoCantCode123's user avatar
1 vote
0 answers
57 views

Error decoding .mov file on ios and macos - DOMException when processing audio data in React app

I am working on a React application that processes video files and extracts audio for analysis. The app works well on most platforms, but when I try to upload and process a .mov file on an iPhone and ...
dnrksd's user avatar
  • 33
-3 votes
0 answers
17 views

Node.js Video Upload Feedback Project Not Working on iPhone [closed]

I'm working on a project where users can upload their videos and receive feedback using the Gemini and OpenAI APIs. The frontend is deployed on Vercel, and the backend is on Railway. The project works ...
estakkk's user avatar
  • 27
-2 votes
0 answers
27 views

Why OAuth does not respond access token in IOS [closed]

I use react native to create my mobile app and I use Microsoft login. In android device login is success and respond the accessToken but in ios device login is success but does not respond any ...
Dev KSY's user avatar
0 votes
0 answers
30 views

Creating a Contact with React Native & Expo Contacts defaults to Business Contact Instead of Personal Contact in IOS

I am using React Native and Expo for building my application. In it, I use a library called Expo Contacts which allow you to manage device contacts (https://docs.expo.dev/versions/latest/sdk/contacts/#...
Agile's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
759