Skip to main content

Mobile Development Collective

A collective for developers who want to share their knowledge and learn more about mobile development practices and platforms
2.1m Questions
+63
27.8k Members
+139
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
22 votes
11k views
Collection

Android Frequently Asked Questions

The Android-related questions that get asked repeatedly, gathered together in one place. What does a new developer always ask at some point? What are the most common questions when someone is ...
Berthold's user avatar
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
9 views

cordova‑ios 8.0.0 cannot lock orientation on iPadOS 26 (UIScene vs AppDelegate behaviour)

After upgrading to iPadOS 26, I found that my previously landscape-locked iPad apps stopped respecting orientation when rebuilt with cordova-ios 8.0.0, even though the same apps built earlier still ...
1 vote
0 answers
34 views

Wired issue in safari keep flickering (flash whites fo ever)

I have been facing a very wired issue with my customer who uses safari in their phones : drive.google.com/file/d/1x9IvLvuyIAycaIW5JQEdZEc8Y9EFlQFp/view?usp=sharing screen keep flashing/flickering for ...
Advice
0 votes
0 replies
23 views

Migrate local data from TWA/PWA in Android to WebView / CapacitorJS

I have a Progressive Web Application (PWA) with Trusted Web Activities (TWA) published in Android, built with bubblewrap. For a few years, it has relied on PWA service workers and indexedDB to work ...
0 votes
0 answers
48 views

This video is unavilable | Error code: 152 - 4

When trying to show youtube video in my app with embeded way, it shows the error code: 152 - 4. I just want to make a view where passing the YouTube ID will play the YouTube video inside my app's ...
0 votes
0 answers
32 views

Unity Android: AudioSource.Play() works in Editor but no sound until first screen tap on device

I am building a "Virtual Human Front Desk" app in Unity 2022.3 (C#) for Android. The app flow: Download TTS audio (WAV or MP3) from a remote API Convert it to an AudioClip Play it using ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

5 votes
0 answers
71 views
+250

Webview content flickering

This class has a fix in the setWebViewLayerTypeHardware method. If you remove the fix installation in onResume, where the SOFTWARE layer is installed, and then HARDWARE is installed after 1000 ms, ...
6 votes
2 answers
255 views
+100

Hide dictation (microphone) button in custom iOS keyboard extension

I’m developing a custom keyboard extension using UIInputViewController. When my keyboard is active on iOS 16+, the system places a dictation (microphone) button at the bottom-right corner of the ...

Learn something new
These are the most recent articles in Mobile Development Collective
14 votes
1k views
1 minute read
How-to guide

Using SwiftData with SwiftUI

One thing we iOS developers should rejoice about is the development of SwiftData, at least if you are coding for a very new project and can forget about iOS versions below 17. We finally have an ...
otaviokz's user avatar
  • 402