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