I have encountered an issue with my website where mobile users are being continuously redirected to the mobile site due to the hosting of the sites in different places preventing the use of cookies to remember the redirection. As a result, a loop occurs.
My goal now is to have a popup display for mobile users, giving them the option to choose between visiting the website in mobile view or canceling to view the full site.
While I believe this can be achieved using Javascript/jQuery, I am unsure of the exact method to implement it.
Any assistance with this matter would be greatly appreciated.
Thank you