Ahmed Ammar

Results 10 comments of Ahmed Ammar

Hi @leandroluk , I guess this should work perfect with you ``` blade @if( (new Jenssegers\Agent\Agent)->isAndroidOS() ) From Android @elseif( (new Jenssegers\Agent\Agent)->isSafari() ) From Safari @endif ``` but i think...

Don't know it has a facade class , nice hint @TonnyORG

@emergingdzns try to use this in blade and tell me if it works for you ``` blade @if (\Jenssegers\Agent\Facades\Agent::isMobile()) @include('mobile.dashboard') @else @include('desktop.dashboard') @endif ``` just to make sure if it...

Hey @freekmurze, a question to be sure i understand correct. Is the problem here that the progress bar starts count from 1? because i can assure that —starting-from-id is respected...

> If using Electron-Vue, add `'vue-codemirror'` to the array `whiteListedModules` inside .electron-vue/webpack.renderer.config.js adding below to package.json fixed it. also check [white-listing-externals](https://webpack.electron.build/configuration.html#white-listing-externals) ``` "electronWebpack": { "whiteListedModules": [ "vue-codemirror" ] } ```

Thanks a lot @Fabio101, your instructions helped a lot and I can confirm it worked

+1 to have it for SwiftUI

Hey @Zelakolase, it's been a while! I really appreciate you taking the time to share such great feedback. I’ve learned a lot from your insights, and I’ll try to find...