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

Mobile detection within Blade templates

Results 4 laravel-mobile-detect issues
Sort by recently updated
recently updated
newest added

Hello, I have problem with @android directive. I'm using it in section.blade.php. Simple example: @android android detection! @endandroid @ios ios detection @endios IOS is working fine, rest of directives also....

Hi, I got a blade file as follows: ```php @desktop @extends('layouts.app') @section('content') DESKTOP VERSION @endsection @enddesktop @handheld MOBILE VERSION @endhandheld ``` The h1 tags are working as expected, on desktop...

Can you use this with blade conditional classes? https://laravel.com/docs/9.x/blade#conditional-classes Maybe something like: ``` $isDesktop, ])> ```