Q2A needs to have a link/button on every page that would allow users to manually switch between mobile theme and full site theme. This would be useful for viewing full site theme on devices like tablets which are auto-detected as mobile, and viewing mobile theme if device is not correctly detected as mobile.
This could be done with a cookie that is checked by qa_is_mobile_probably()
Has anybody already done this?
Any feedback is welcome.