react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
917 stars 441 forks source link

backToForeground not working on Galaxy Z Flip and Z Fold series. #640

Open taekeunn opened 1 year ago

taekeunn commented 1 year ago

Bug report

Description

My app doesn't come up to foreground when I get a call with or without self-managed mode on foldable Galaxy models. In case of using self-managed mode, phone does just vibrate or ring but app is not opened in both of background state and completely closed state. Without self-managed mode, system call UI is shown, and when I answer the call, system call UI is still shown and app is not opened. These are happened only on Galaxy Z Flip and Fold series. I think backToForeground API is not working on these models.

Steps to Reproduce

Call Galaxy Z Flip or Fold user.

Versions

- Callkeep:4.3.3
- React Native:0.66.3
- iOS:
- Android:12
- Phone model: Galaxy Z Flip 3, Galaxy Z Flip 4, Galaxy Z Fold 4, ...

Logs

Paste here
dkornilove commented 1 year ago

same for 12 android and rn 0.70

Gabriel9Stresser commented 4 months ago

any solution ?