mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #101] iOS 9.3 issue #72
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#72
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 @benjenq on GitHub (Mar 7, 2017).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/101
I've tested it on NodeMCU and and it works! fantastic (via PC). A little bit issue need to report.
it doesn't work on iOS 9.3 device (can not do scan action via iOS 9.3 device). iOS 10 is OK.
I found it's javascript issue and need to fix if you want to play via iOS 9 device:
functions.js : line 1
need to change as following:
And
clients.html: line 75
need to change as following:
@N0vaPixel commented on GitHub (Mar 7, 2017):
@benjenq Thanks for you help !
This means that old browser can't handle default parameters ?
@benjenq commented on GitHub (Mar 8, 2017):
It throw out a error in iOS 9.3 :
It seem like old version of Apple safari issue.
@N0vaPixel commented on GitHub (Mar 8, 2017):
The changes have been committed (testing branch), it should be fixed. Thanks. 👍