The dialog cannot dismiss when enabling "Debug JS Remotely" mode
See original GitHub issueHi there,
I have been struggling to figure out why my dialog cannot be closed for several weeks.
And finally found that when I am developing in “Debug JS Remotely” mode, the issue will happen.
That clicking the overlay cannot close the dialog by default and even though “dismissOnTouchOutside={true}” set as true.
It is wired.
"dependencies": {
"expo": "^24.0.0",
"lodash": "4.17.4",
"native-base": "^2.5.1",
"react": "^16.2.0",
"react-native": "0.51.0",
"react-native-popup-dialog": "^0.14.50",
"react-navigation": "^2.9.3",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-actions": "^2.4.0",
"redux-form": "^7.4.2",
"redux-saga": "^0.16.0",
"remote-redux-devtools": "0.5.0",
"remote-redux-devtools-on-debugger": "^0.8.0"
}
Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to disable Remote JS Debugging in React-Native
Go to your android settings and clear app data and cache and reload the app remote debugging will be turned off.
Read more >Debug a JavaScript or TypeScript app - Visual Studio (Windows)
You can debug JavaScript and TypeScript code using Visual Studio. You can hit breakpoints, attach the debugger, inspect variables, ...
Read more >Tutorial: Remote debug | IntelliJ IDEA Documentation - JetBrains
Press Alt+Shift+F9 and select your remote debug configuration. The Debug popup. As the result, the program is suspended at the breakpoint, and you...
Read more >Chrome Remote Debugger | Cast - Google Developers
Note: Second and third generation Chromecast devices running firmware version 1.49 may not be able to debug Cast sessions using the Chrome ...
Read more >Remote debug Android devices - Chrome Developers
# Step 1: Discover your Android device · Open the Developer Options screen on your Android. · Select Enable USB Debugging. · On...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It is occurred related to animation in Android when you use debug mode. Try
animationDuration={0}
.But I did not find the exact root cause yet.
when running Debug JS Remotely Dialog disapear but, it can touch yet.