描述
详细信息:react-navigation/react-navigation#11227
在Google Pixel设备上,BackHandler似乎不起作用。
重现步骤
在Google Pixel 6+设备上使用back handler。
React Native版本
0.74
受影响的平台
运行时 - Android
npx react-native info
的输出
System:
OS: Windows 10 10.0.19045
CPU: (20) x64 Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz
Memory: 64.71 GB / 127.92 GB
Binaries:
Node:
version: 20.13.1
path: C:\Program Files\nodejs\node.EXE
Yarn:
version: 4.2.1
path: C:\Program Files\nodejs\yarn.CMD
npm:
version: 10.5.2
path: C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK:
API Levels:
- "29"
- "31"
- "33"
- "34"
Build Tools:
- 30.0.2
- 30.0.3
- 31.0.0
- 32.0.0
- 33.0.0
- 33.0.1
- 34.0.0
- 35.0.0
System Images:
- android-29 | Google Play Intel x86 Atom
- android-30 | Google Play Intel x86 Atom
- android-31 | Google Play Intel x86_64 Atom
- android-33 | Google Play Intel x86_64 Atom
- android-34 | Google APIs Intel x86_64 Atom
Android NDK: Not Found
Windows SDK:
AllowAllTrustedApps: Enabled
AllowDevelopmentWithoutDevLicense: Enabled
Versions:
- 10.0.17763.0
IDEs:
Android Studio: Not Found
Visual Studio: Not Found
Languages:
Java: 17.0.11
Ruby: Not Found
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.73.8
wanted: 0.73.8
react-native-windows: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
堆栈跟踪或日志
N/A
重现者
https://github.com/Roamer77/Android13backButtonBug
截图和视频
- 无响应*
6条答案
按热度按时间lnvxswe21#
qlzsbp2j2#
2sbarzqh3#
看起来在谷歌Pixel设备上,BackHandler不起作用。
有几个问题:
请回答所有这些问题,我们将能够进一步调查。
6kkfgxo04#
这个问题已经等待作者24天反馈。请提供所需的反馈,否则将在7天后关闭。
3b6akqbq5#
@cortinico To answer your questions:
Screen_recording_20240704_101748.webm
46qrfjad6#
Screen_recording_20240704_101748.webm
我在其他设备上进行了双重检查。我的应用程序也出现了同样的情况。它只是关闭了应用程序,而不仅仅是针对Pixel设备。这是由运行它的Android版本决定的。在我的情况下,我使用了Android版本14进行测试。在Api 29上仍然可以正常工作,所以这是一个Android更改和React Native更新的混合。