HAKASHUN / manabi

manabi
14 stars 1 forks source link

iOS8でおこったことまとめ #54

Open HAKASHUN opened 10 years ago

HAKASHUN commented 10 years ago

iOSでおこったことまとめてきます。

HAKASHUN commented 10 years ago

minimal-uiが使えなくなる

http://stackoverflow.com/questions/24889100/ios-8-removed-minimal-ui-viewport-property-are-there-other-soft-fullscreen

iOS 8 removed “minimal-ui” viewport property

HAKASHUN commented 10 years ago

iPhone5以下の端末でCSSの指定(nth-child)の挙動が適用されない

:nth-child(4n)が適用されないバグに遭遇。 iPhone5S以上では正しい挙動をしました。 対応策として、 :nth-of-type(4n)に指定し直したら、直りました。

HAKASHUN commented 10 years ago

iOS 8.1で、Navigation Timing API使えなくなる

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