Issue on Facebook Messenger Browser because of optimization
-
Hello
We are developing a new website and are using FVM to improve speed and optimize assets. We have an issue on the checkout page which is present only on the Facebook Messenger Browser when FVM is activated, even if no setting are active, like JS minification etc. This causes the users to not be able to checkout.
Also this issue only happens on iOS phones.
I tried this solution:
add_action(‘template_redirect’, ‘disable_fvm_functionality’);
function disable_fvm_functionality() {
remove_action(‘template_redirect’, ‘fvm_start_buffer’, -PHP_INT_MAX);
}but it does not work. Do you have any suggestions/ideas maybe?
Any help is appreciated!
Best regards,
AlexThe page I need help with: [log in to see the link]
- The topic ‘Issue on Facebook Messenger Browser because of optimization’ is closed to new replies.