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

All Questions

Tagged with
0 votes
0 answers
5 views

CSS Text flip animation working on web, android, but not on IOS safari/chrome

I am currently trying to use this text flip animation, but I realised that it doesnt work well on IOS safari/chrome. Doesnt work as in, the text flips, but the red flip text cannot be seen When I ...
user26530885's user avatar
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
0 votes
0 answers
26 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
28 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
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
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
0 votes
0 answers
24 views

React FileReader and AudioContext issues on iPhone

Answer please I am working on a React project where I need to extract audio from a video file, process it, and upload it for analysis. The code works perfectly on desktop browsers and Android devices, ...
dnrksd's user avatar
  • 33
0 votes
1 answer
22 views

React native paper dates DatePickerInput customization

I'm trying to customize DatePickerInput component from react native paper dates : https://web-ridge.github.io/react-native-paper-dates/docs/date-picker/input-date-picker The component creates a ...
easymoneysniper23's user avatar
0 votes
0 answers
19 views

How can I ensure that the audio plays through the connected Bluetooth device on iOS?

I'm developing a React component for audio playback in a chat application. The component works well on Android devices, but I've encountered an issue on iOS devices. When connecting Bluetooth headsets ...
Rutvik D Mehta's user avatar
0 votes
2 answers
26 views

Part of my HTML elements are not being displayed, if I access the webapp from iPhone [closed]

I am a beginner and I am writing a webapp with React JS. For a certain part of my app, I need to dynamically create divs and I came up with this snippet: <div className="flex flex-col items-...
Alex's user avatar
  • 1
0 votes
0 answers
35 views

I get a blank page when I try to access my site on iOS

i'm actually working on an app built with reactJs, i can access it from all the platforms (Fedora, Android, Windows, Mac OS), but on iPhone I just get a blank page, with this error. Versions: react: ...
ggrace23's user avatar
0 votes
0 answers
21 views

Set full background color bottom tabs in android , I write app using React native expo

Help me, I want backgroupcolor full bottom tabs in React Native expo, I run it device android I want to fully adjust the color of the tab below. It's currently missing color at the bottom, you see it ...
Hòa Nguyễn Coder's user avatar
0 votes
0 answers
21 views

Implementing a silent mode of iPhone in my react project for ironSource

I need to implement my react app project for ironSource, and i'm struggling with one problem. I have an mediaPlayer in my project, that looks like this: const VideoPlayer = () => { const [muted, ...
Denyuneedtoknow's user avatar
0 votes
1 answer
28 views

I'm Getting "error processing request body error domain=nsurlerror -1000"

I'm developing a React Native application and encountering an issue when making a POST request on iOS. The error message I receive is: error processing request body error domain=nsurlerror -1000 ...
emre varol's user avatar
0 votes
1 answer
32 views

SectionList jumps/glitches when paginated list gets appended at the bottom

The response of my paginated code looks something like - Page 1 0: {title: '2024-07-11', data: Array(3)} 1: {title: '2024-07-12', data: Array(1)} 2: {title: '2024-07-15', data: Array(2)} 3: {title: '...
shet_tayyy's user avatar
  • 5,685

15 30 50 per page
1
2 3 4 5
161