question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The dialog cannot dismiss when enabling "Debug JS Remotely" mode

See original GitHub issue

Hi 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:open
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
JeffGuKangcommented, Jan 6, 2019

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.

0reactions
skout90commented, Oct 5, 2018

when running Debug JS Remotely Dialog disapear but, it can touch yet.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found