Closed crossan007 closed 8 years ago
same issue as #404
I also did not work on iOS Chrome
@DawoudIO I believe that all iOS browsers use the same rendering engine: http://www.howtogeek.com/184283/why-third-party-browsers-will-always-be-inferior-to-safari-on-iphone-and-ipad/
It looks like this thread has a working solution (I just tested it on my production): https://github.com/almasaeed2010/AdminLTE/issues/802
Copy this version of fastclick into the skin dir: https://raw.githubusercontent.com/ftlabs/fastclick/569732a7aa5861d428731b8db022b2d55abe1a5a/lib/fastclick.js
I'll make a PR for it now.
This issue still exists in the 2.1.8 release.
Somehow the wrong version of fastclick.js was included in the released zip file.
The MD5 of fastclick should be: C87583FE60F2641463DE8FB898FBC332
You can obtain the correct version here: https://raw.githubusercontent.com/ftlabs/fastclick/569732a7aa5861d428731b8db022b2d55abe1a5a/lib/fastclick.js
the MD5 of the broken (released) version is: 6E9D3B0DA74F2A4A7042B494CDAA7C2E
I think we need to download he correct version and have the build-skin.sh script patch it..
That is happening in line 34 of build-skin.sh
works in 2.1.10 release
Search does not work on iOS Safari.
Works fine on Android / Chrome