We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07f440 commit 617532aCopy full SHA for 617532a
jquery.fullPage.js
@@ -132,7 +132,7 @@
132
//flag to avoid very fast sliding for landscape sliders
133
var slideMoving = false;
134
135
- var isTablet = navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|Windows Phone)/);
+ var isTablet = navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|Windows Phone|Tizen|Bada)/);
136
var container = $(this); // for compatibity reasons for fullpage < v2.0
137
var windowsHeight = $(window).height();
138
var isMoving = false;
0 commit comments