Skip to content

Commit 617532a

Browse files
author
marcobuettner
committed
Adds bada and Tizen support
adds touch support for Tizen and bada
1 parent f07f440 commit 617532a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.fullPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
//flag to avoid very fast sliding for landscape sliders
133133
var slideMoving = false;
134134

135-
var isTablet = navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|Windows Phone)/);
135+
var isTablet = navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|Windows Phone|Tizen|Bada)/);
136136
var container = $(this); // for compatibity reasons for fullpage < v2.0
137137
var windowsHeight = $(window).height();
138138
var isMoving = false;

0 commit comments

Comments
 (0)