You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use SunCat\MobileDetectBundle\DeviceDetector\MobileDetector;
....
/**
* TerminalProcessor constructor.
*
* @param SessionInterface $session
* @param MobileDetector $detector
*/
public function __construct(SessionInterface $session, MobileDetector $detector)
{
$this->session = $session;
$this->detector = $detector;
}
....
$terminal = $this->detector->isMobile(); <---- i have in any cas [true] plus it's not possible to get isAndroid() or isIOS()
i use SF 3.3.16, "suncat/mobile-detect-bundle": "^1.0", php 5.6
Thank for help.
The text was updated successfully, but these errors were encountered:
Hi i try to get :
i use SF 3.3.16, "suncat/mobile-detect-bundle": "^1.0", php 5.6
Thank for help.
The text was updated successfully, but these errors were encountered: