So what about the URL string code?
Does it go from
/?view_full_site=true
to
/?view_full_site=1
?
I just updated to 1.3.1 and I’m still experiencing double click issues. I was able to configure the php cookie time setcookie(“mobileesp_wp_full_site”, 1, time()+86400, “/”, $domain);
from +86400 to +10 and it would kind of work.