mobile-detect icon indicating copy to clipboard operation
mobile-detect copied to clipboard

Extension for detecting mobile devices, managing mobile view types, redirect to mobile version for Nette Framework (2.4+)

Results 1 mobile-detect issues
Sort by recently updated
recently updated
newest added

I use Nette 2.4.x and PHP 5.6.25, but unfortunately I get the following error message when I use it in Latte {ifMobile}. Invoking filters via $template->getMobileDetectService($vars) is deprecated, use ($vars|getMobileDetectService)...