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

Questions tagged [mobile-development]

This tag should be used for questions about software development aimed specifically at the mobile environment but not directed at a specific mobile environment such as iOS or Android.

mobile-development
-2 votes
0 answers
22 views

SwiftUI modifier and view parameter [closed]

Is they any simple way to find a current Modifiers for a view . Working on multiple framework often is not easy to remember every Modifiers for a view In flutter all view modifier will be as parameter ...
PRATHIV's user avatar
  • 458
0 votes
0 answers
9 views

React native display video from backend sending it as blob

I'm using expo react native and i'm trying to display a video coming via my backend via an url, the url on any web browser opens and start playing directly, but it's not the case on react native even ...
Abdelmadjid Belhanafi's user avatar
1 vote
2 answers
37 views

Why is my Flutter app not uploading images to the server, but works fine with Postman?

I'm working on a Flutter app where I'm trying to integrate an API to add restaurant items, including an image upload. The image upload works perfectly when tested with Postman, but it fails to upload ...
Hanzala Saeed's user avatar
0 votes
0 answers
17 views

React Native app not configured for iPad, big black border on iPad

I am creating a React native app specifically for an iPad and i am using vscode on Windows. My app runs fine on Expo Go but when I did a production build it didn't format for iPad it has a big black ...
Lance Pallo's user avatar
-1 votes
0 answers
31 views

Sensor Only AR - No Camera. Advice needed

Awhile back I created an augmented reality app using Unity AR. I ran into some limitations based on the fact that it requires use of the camera and that Unity's compass integration did not work very ...
Chris's user avatar
  • 19
0 votes
0 answers
26 views

React Native app crashes on launch on emulator with 16 KB page size support

As we know that, beginning with Android 15, the Android system supports development devices that are configured to use a page size of 16 KB. If any android app uses native code (C/C++ code), then ...
Akhil Jaywant's user avatar
0 votes
0 answers
26 views

CameraView goes beyond modal window after upgrading Expo SDK to version 51

When expo was updated to version 51, they removed the ratio from the attributes of the component's CameraView, which led to the edges of the component creeping out of the modal window where it pops up....
Daniil Tolmachov's user avatar
0 votes
0 answers
23 views

Trouble Loading CSS Files in Kivy App Using WebView

I'm currently developing a mobile app with Kivy where I load HTML templates into a WebView. While the HTML templates load correctly, I've encountered an issue with loading CSS files. Here’s how I've ...
Hance's user avatar
  • 1
0 votes
0 answers
11 views

How to know if item is highlighted by TalkBack frame?

I'm working on accessibility issues in my app, written in Kotlin using Jetpack Compose. I have a bug that I think I can solve if I could know when a UI component is highlighted with a TalkBack frame - ...
dodgeRam's user avatar
1 vote
0 answers
70 views

Play Console Warning due to instabug-reactnative package: Update your Play Core Maven dependency to an Android 14 compatible version

Received a warning in the Play Console saying the following Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with ...
Vinay Gregory John's user avatar
-1 votes
0 answers
26 views

How do i set Android minimum version in Expo project

I am trying to set the minimum supporting version for android to 10 and ios to 15. I am a iOS dev trying out RN and Expo. I think there is deploymentTarget for iOS in BuildProperties but couldn't ...
rabi pun's user avatar
0 votes
0 answers
31 views

Our updated android studio failed to creating build?

java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type: ErrorScope{Error scope for class <ERROR CLASS> with arguments: org.jetbrains.kotlin.types....
Saroj Kumar's user avatar
-1 votes
2 answers
51 views

JSON data was not fully consumed

While sending the image with multipart using retrofit library getting this error. I have checked many solution which are available in Stack Overflow but not any of them work for me. Here I am ...
Mamta's user avatar
  • 47
1 vote
1 answer
21 views

Repositioning PopupMenuButton in flutter

i have try to create a popup menu button but i want to reposition the menu. this is the code i've tried : PopupMenuButton(itemBuilder: (context)=>[ PopupMenuItem(child: Text("Grup Baru&...
daffa rahman's user avatar
0 votes
0 answers
74 views

How to observe system value changes in an Android widget

I am creating a widget in an android app and I want to observe the device night mode to check if it is enabled or not in the widget. I want to do that, because in the widget I am displaying an image ...
George Charitakis's user avatar

15 30 50 per page
1
2 3 4 5
72