Open HAKASHUN opened 10 years ago
iOS 8 removed “minimal-ui” viewport property
:nth-child(4n)
が適用されないバグに遭遇。
iPhone5S以上では正しい挙動をしました。
対応策として、
:nth-of-type(4n)
に指定し直したら、直りました。
WebKit Notes The Navigation Timing API has been disabled only on iOS due to performance issues
https://developer.apple.com/Library/ios/releasenotes/Miscellaneous/RN-iOSSDK-8.1/index.html
iOSでおこったことまとめてきます。