mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-18 19:02:00 +02:00
@@ -26,7 +26,7 @@ export default class MobileDetector {
|
|||||||
* @return {Boolean}
|
* @return {Boolean}
|
||||||
*/
|
*/
|
||||||
static isiOS() {
|
static isiOS() {
|
||||||
return !!UA.match(/iPhone/i);
|
return !!UA.match(/iPad|iPhone|iPod/i);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user