mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-27 07:25:48 +03:00
[GH-ISSUE #78] False positive in iOS web view safari window #148
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#148
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 @adminant on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/78
When using this plugin - flutter inappwebview - for flutter mobile apps
https://github.com/pichillilorenzo/flutter_inappwebview
dev tools detector results in false positive on iOS devices when safari webview page is opened.
But when safari is launched tapping icon, there's no false positive.
@adminant commented on GitHub (Apr 2, 2025):
More precisely, this check results as false positive: function-to-string.
https://github.com/AEPKILL/devtools-detector/blob/master/src/checkers/function-to-string.checker.ts
As I was able to determine it is related to console output or something
@AEPKILL commented on GitHub (Apr 3, 2025):
You can manually select the required cheker items, like this: #64
@AEPKILL commented on GitHub (Apr 3, 2025):
Currently, it seems that introducing only debuggerChecker, performanceChecker, and erudaChecker is relatively stable. I'll update this over the weekend. If you urgently need a solution, you can refer to the method mentioned above.