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.
Questions tagged [mobile-development]
807 questions
8
votes
2 answers
React native: images with space in name won't load in IOS (device, not https issue)
Images with spaces in their name won't load in IOS, for android it worked by replacing the spaces with %20, but this solution didn't work on ios. React native.
I m loading the images remotely using uri, in a normal Image container. images without…

Kensoftware
- 101
- 7
8
votes
4 answers
Change color of ToolBarItem in XAML
I've added a toolbaritem in my app, however i dont see a way to change its background and text color.
user4857063
7
votes
1 answer
How to check if two widgets are overlapping in flutter?
I wanted to know if we can check if two widgets in flutter are overlapping. I actually have two AnimatedContainer stacked using Stack. I wanted to check if the children of the two overlap. I actually am creating a game from scratch and wanted to…

Priyanshu Jangra
- 169
- 2
- 13
7
votes
2 answers
Android Mobile Browser - navigator.mediaDevices.enumerateDevices method returns audio input and output device values swapped
I am using the navigator function - navigator.mediaDevices.enumerateDevices() to get the list of media devices, in my mobile browser application. I am using the below code:
navigator.mediaDevices.enumerateDevices().then(function(devices) {
…

Arun D
- 2,369
- 5
- 27
- 39
7
votes
3 answers
How to get a universal link to open the app instead of safari?
I've been trying for a while now to get universal links of iOS10 to work but it's not working till now.
I have an apple-app-site-association configured.
Have tried using the root domain, using a subfolder, on the same server or another. In all…

Hazem Hagrass
- 9,329
- 10
- 32
- 54
7
votes
3 answers
React Native and Android Background Services
I am using Headless.js for running background services with React Native. We are facing quite a few issues with its usage. What are my options for running Android background services using React Native?

Gunner
- 736
- 11
- 19
7
votes
3 answers
How to test with Web@Work from MobileIron in a development environment?
I have a website that works perfectly in any browser.
Now I want to use the Web@Work browser from MobileIron to use this website as a boorkmark to create a basic iOS application packaged thanks to MobileIron.
The basic presentation of Web@Work is…

Léo Davesne
- 2,103
- 1
- 21
- 24
6
votes
3 answers
Can't uninstall Android Studio on Windows 10
I want to Uninstall Android Studio, but it's not showing in the control panel programs and features, and I can't find the uninstaller. Does anyone know how to uninstall it?
or reinstalling it for the matter?

Ninja Speed
- 63
- 1
- 4
6
votes
1 answer
How to implement the Plugin Architecture in Flutter Dart
I want to implement a plugin architecture in Flutter Dart. The process will be as follows:
1. User downloads the app.
2. The user loads plugins from our site.
3. The apps look if the plugin implements an interface.
4. If the interface is implemented…

Rahul Vashishtha
- 688
- 6
- 22
6
votes
1 answer
iPhone testing: port forwarding and localhost
I'm trying to test our web app on iPhone. During the lifecycle our app is doing a call to a third-party api which allows calls only with a header 'origin: localhost'
On desktop it's not a problem. On Android I can set up port forwarding.
Can I do…

kharandziuk
- 12,020
- 17
- 63
- 121
6
votes
3 answers
pass parameters between two stacks - React Native
my app should have a login screen, with Google, so when signed in it goes to the menu screen.
in order to not go back to the login screen when pressing the back button, after getting to the menu screen after the authentication.
I've separated the…

Dor Lugasi-Gal
- 1,430
- 13
- 35
6
votes
1 answer
Append items dynamically to ListView
I am new to Dart and Flutter and try to append a new item to my ListView. I created a button that increments this.value but nothing happens. Am I missing an update call on the UI and is this even the correct approach?
Since I return the value of…

Daniel Stephens
- 2,371
- 8
- 34
- 86
6
votes
2 answers
How can I know when a view is finished rendering?
I've noticed that when OnElementPropertyChanged is fired on a VisualElement like a BoxView, the properties of the underlying platform view are not updated at that time.
I want to know when the VisualElement's corresponding platform view is finished…

Jon Scalet
- 197
- 1
- 2
- 12
6
votes
1 answer
Point to location using compass Swift
I am developing a compass that can point from my current location to other location of the object. Currently I am following this link: Point to location using compass
I feel that pointing between my current location to the object isn't correct.
Can…

Enter Echhean
- 67
- 8
5
votes
0 answers
Android 11 - Wireless Debugging turns off when phones' display turns off
I have been having this problem with my Redmi Note 9 Pro. Whenever I turn on wireless debugging, it turns off whenever the device goes to sleep. I have checked WiFi settings for turn off WiFi during sleep but did not find any such option in the MIUI…

zeeshan hamdani
- 51
- 4