Monomachus
Monomachus
Screenshots of a phone and tablet selecting date, and then date selected. 
@peter-mumford Thank you, your idea saved my day... I was trying to update the user acf fields with User Form -> is equal to -> Add/Edit and this is working...
Please check https://github.com/CodetrixStudio/CapacitorGoogleAuth/issues/336#issuecomment-1999524996 Maybe will help with your issue as well
I've resolved it like this... In my code I've created a method where I try and check if the window.gapiResolve property is defined or not. If defined then it's probably...
What you need to do is something like this ``` php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider" --tag=config ``` then you'd need to change the key 'strict_null_comparison' to true ``` 'strict_null_comparison' => true,...