109 questions
0
votes
1
answer
60
views
Screen orientation locking does not work on React Native 0.82.1 (New Architecture / Bridgeless) - Android
Description
I cannot programmatically lock or change screen orientation on Android. I've been struggling with this for days. Calls like lockTo(portrait) or lockTo(landscape) have absolutely no effect —...
2
votes
1
answer
344
views
Samsung Calendar : empty event when opened with ACTION_VIEW intent
To open an existing event from its ID, I use an Intent to open the phone's default calendar app.
Since November 2025, I have had many users with Samsung devices who have encountered an issue with ...
0
votes
0
answers
119
views
Android 16 Live Notifications on Samsung One UI 8 vs Pixel
One UI 8 is based on Android 16 and it does seem to display Google Maps and a few other Live Notifications from Google. However when I tried integrating Progress Centric Live Notifications on Galaxy ...
1
vote
1
answer
133
views
AudioFocus requests ignored on Samsung devices (Android 15, targetSdk 35) even with foreground service
When I updated my app’s targetSdk to 35, I noticed an issue on Samsung devices running Android 15:
Even if my app is running a foreground service, AudioFocus requests are ignored whenever the app ...
0
votes
1
answer
84
views
Keyboard open animation not working with Samsung Keyboard and Jetpack Compose
I'm working on an Android Jetpack Compose app, and i've hit a strange bug that seems to be exclusive to Samsung Galaxy S25 Ultra and Samsung Keyboard.
When I tap on a TextField on my Samsung Galaxy ...
0
votes
0
answers
54
views
Wear OS app - device not compatible with this version
I'm trying to test my wear OS app with a closed test in my Samsung Watch Classic 8, but I tried to upload the aab file to a Wear OS track and when I opened the link on my mobile, the play store showed ...
1
vote
0
answers
127
views
Problems with redirects from BankId to native app
I am having issues with a webview-app, it is a react-app with TS that is being wrapped by a Native-android app.
The problem we are having is redirects after authentication, we are using Swedish BankId ...
1
vote
0
answers
96
views
How to fix WLT1N1002 - Invalid parameter Value: data error while creating a generic samsung pass?
I am trying to create a Samsung generic wallet pass. I am returning a URL like this: https://a.swallet.link/atw/v3/{cardId}#Clip?cdata={jwt}. This URL should add the pass to the Samsung wallet. The ...
1
vote
3
answers
1k
views
Bottom System Navigation Bar Overflow
On the Samsung Galaxy S23 with android version 15 and One ui 7, there is a bottom system nav bar. Does anyone have any idea how to handle the nav height? is overflowing on the app.
I have trying ...
0
votes
0
answers
57
views
A way to track individual earbud usage (Android)
I'm making an android app which tracks how long earbuds are being used to protect hearing. I often use my earbuds individually, is there a way to track which individual earbud is in use to track them ...
0
votes
0
answers
26
views
Set temporary mute for Samsung Galaxy
Finally, Samsung Galaxy devices have a built-in temporary mute. Finally I don't need third party applications for that. Nevertheless, I would like to develop a one-click application to activate this ...
0
votes
0
answers
37
views
Tizen tv unintentionally goes to no internet screen
I am creating a tizen web app where I am checking the internet connection and the do a fetch request to check that the internet is working. but the issue is that it randomly tells me that no internet ...
1
vote
0
answers
196
views
TTS conflict with TalkBack on Samsung devices: Speech not working or interrupted
I am facing an issue with Text-to-Speech (TTS) functionality on Samsung devices, where there seems to be a conflict between screen readers (TalkBack) and the TTS engine from my application.
Observed ...
3
votes
1
answer
806
views
Flutter UI Rendering Issues on Samsung Devices
I'm encountering a persistent UI corruption issue specifically on Samsung phones. My Flutter app displays correctly on iPhones and other Android devices, but on Samsung devices, the UI exhibits ...
0
votes
2
answers
112
views
Can't type a comma , in <input type="number"> on Samsung tablets
I'm developing a React application that includes a form with an <input type="number"\>. It works fine on most devices, but on Samsung tablets with the default keyboard, I can't enter a ...