Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether to fix zoom issues on mobile devices by setting the font size to 16px, preventing Safari for iOS from zooming in on when focusing on form fields.
Parameters #
$fix(bool) Whether to apply the mobile zoom fix.
Examples #
/**
* Disable mobile zoom fix.
*/
add_filter( 'fc_fix_zoom_in_form_fields_mobile_devices', '__return_false', 10 );
