Skip to content

Commit f6ac240

Browse files
1.3.1
1 parent d592006 commit f6ac240

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webslides",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Making HTML presentations easy",
55
"main": "index.js",
66
"repository": {

static/js/webslides.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Name: WebSlides
3-
* Version: 1.3.0
4-
* Date: 2017-04-20
3+
* Version: 1.3.1
4+
* Date: 2017-04-26
55
* Description: Making HTML presentations easy
66
* URL: https://github.com/webslides/webslides#readme
77
* Credits: @jlantunez, @LuisSacristan, @Belelros
@@ -587,7 +587,7 @@ var MobileDetector = function () {
587587
}, {
588588
key: "isiOS",
589589
value: function isiOS() {
590-
return !!UA.match(/iPhone/i);
590+
return !!UA.match(/iPad|iPhone|iPod/i);
591591
}
592592

593593
/**

0 commit comments

Comments
 (0)