There was an error while loading. Please reload this page.
1 parent 339cfef commit eefc251Copy full SHA for eefc251
lib/browser/methods/platform.rb
@@ -30,7 +30,7 @@ def ios7?
30
ios? && !!(ua =~ /OS 7/)
31
end
32
33
- # Detect if is iOS7.
+ # Detect if is iOS8.
34
def ios8?
35
ios? && !!(ua =~ /OS 8/)
36
0 commit comments