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

Questions tagged [mobile]

The tag Mobile should be used to mark questions regarding mobile computing issues. Mobile computing is a form of human–computer interaction by which a computer is expected to be transported during normal usage. Examples include smartphones and tablets.

mobile
0 votes
0 answers
11 views

Mark table with swipe gesture on mobile phone

I have the following code: index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content=&...
r5tr3's user avatar
  • 134
0 votes
0 answers
5 views

Axios Network Error in React Native project - how to handle this issue?

At first I started to develop my mobile app using Expo, but then migrated the components (and generally the whole UI) to plain React Native (react-native). No matter what I am trying to do (e.g login, ...
Antoni Łubisz's user avatar
-3 votes
1 answer
17 views

What all I need to do to start making a full stack website from scratch by my own? [closed]

I have been doing web development for more than 2 years and I am pretty much confident that I can complete a website without any problem, but when I start I need to take help of AI(so cool these days) ...
Subodh Pathak's user avatar
0 votes
0 answers
5 views

Send APDU command over USB Android Java

I am trying to build plugin for react native that allows me to read data from driver card data, but non stop I am receiving error from data reading. Here is a code package com.plainreactnativeapp; ...
Mateusz Cieslinski's user avatar
0 votes
1 answer
30 views

Running a background task every 10 minutes to update server with device location

I am writing a flutter app (Android & IOS) which requires sending the device location once every ~10 minutes. This task is required to continue running in the background even when the app is in ...
Shachar 's user avatar
0 votes
0 answers
15 views

How to detect face using camera package and google_mlkit_face_detection package in flutter?

`try { cameraController.initialize().then( (value) { setState( () { cameraController.startImageStream( (image) { try { debugPrint('camera_no formate${image.format.raw}'); debugPrint('camera_no size${...
jayaKumarjk's user avatar
0 votes
0 answers
6 views

Mobile scrolling behavior on React portalled hover-menu scrolls faster than the same swipe made directly on our editor

We have an editor inside of a webview and a portalled menu that hovers over it. When a user makes a touchstart event on the menu and then swipes up/down, the page scrolls at something like 200% or 300%...
Slbox's user avatar
  • 12k
1 vote
0 answers
22 views

p5.js on OpenProcessing, sketch using audio works on desktop but not on mobile

Good afternoon all; Forgive me as I am very much a 'bodger' when it comes to coding so would appreciate your patience with my noviceness! I have made a rough sketch oppr.org/s/twgjO43M on ...
Alèn Martel's user avatar
0 votes
0 answers
10 views

React/Next.js automatic open app scheme url not working

I want to open our app scheme when the page is done loading. When pressing the button the url opens in the app. So I thought that by putting calling openApp from the useEffect the app would ...
Dirk's user avatar
  • 3,341
0 votes
0 answers
7 views

How to enable pinch zoom on mobile after requestFullscreen?

I'm trying to use requestFullscreen() functionality of Javascript and it looks like it disables pinch zoom when on mobile. Is there a way to enable it, I've looked for it but I did't found any ...
Felipe Yáñez's user avatar
0 votes
0 answers
24 views

Simulate changing the GPS location associated with the Wi-Fi access point

I have a question regarding obtaining GPS coordinates through WiFi access points (AP) on an Android app. As I understand it, Android apps can collect GPS locations through WiFi APs if granted the ...
ThanhLam112358's user avatar
0 votes
0 answers
10 views

How to properly set up App Bars with StatefulShellRoutes used for a common Bottom Nav bar?

I am new to flutter and am creating my first application. It has a couple onboarding screens, and then after authentication takes the user to a StatefulShellRoute.indexedStack() which wraps child ...
Mrinal Chanshetty's user avatar
-1 votes
0 answers
15 views

Advice on Implementing an Audio Streaming Mobile App with Spring Boot Backend

I'm working on a project to develop an audio streaming mobile application. For the backend, I'm planning to use Spring Boot. However, I have a few questions and would appreciate any advice or insights ...
Hamza Gbada's user avatar
-3 votes
0 answers
20 views

How to Export Network Configurations from Android 8.1 to Android 11? [closed]

I have an old mobile device running Android 8.1, and I need to transfer its network settings (Wi-Fi configurations) to my new device running Android 11 for an internal Android project. How can I ...
Infinity Bot's user avatar
0 votes
1 answer
15 views

Sentry Flutter mobile source map and source context not working

i want i integrate flutter mobile with sentry because of the source map feature , to see the dart code lines directly in the sentry board but only the stacktrace is showing is it available for mobile ...
imadchikh's user avatar

15 30 50 per page
1
2 3 4 5
2078