mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-27 07:25:48 +03:00
[GH-ISSUE #81] In mobile Edge browser problem #153
Labels
No labels
bug
bug
enhancement
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/devtools-detector#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rlawodnv2 on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/81
In mobile Edge browser,
devtoolsDetector.addListener(function(isOpen) {
if(isOpen){
//true
}
}
isOpen becomes true unconditionally
@rlawodnv2 commented on GitHub (May 26, 2025):
https://blog.aepkill.com/demos/devtools-detector/devtools-detector.js
I changed the js file to the file in that link.