Hello, all.
I'm having an issue that maybe someone will have an idea of how to get around…
first, the basics:
1. the desktop site is floridataxwatch.org
2. the mobile site is m.floridataxwatch.org
3. In our recently published Annual Report, as well as numerous other printed materials, there are a variety of QR codes that were all created with QRStuff.com's free interface, and can't be edited now to point somewhere else (to my knowledge).
4. I'm using a mobile skin which has the following redirect placed in the default.aspx:
<script src="/js/redirection_mobile.min.js"></script>
<script>
SA.redirection_mobile ({
mobile_url: "www.yourmobilesite.com"
});
</script>
So here's the actual issue… When that redirect is active, and you scan a QR code with a mobile device, the site is detecting the mobile device, and instantly redirecting you to the mobile home page. Thus, the only QR codes that would work in that scenario are those pointing to the regular home page. Anything to .org/______.aspx are being redirected to the mobile home page, and you never get where you're trying to go.
Since i can't edit the QR tags, I think that I need to have the site either recognize that the device is coming from a QR scan and bypass the redirect, or somehow let the full URL be redirected, and just make sure that the same pages that have QR tags on the desktop side exist on the mobile one…. If I'm right about either one, I'm also going to need to know how to do that, if you wouldn't mind.
I've taken that script out of the site until I figure this out, but I can happily create mockup pages on my personal DNN site (this one is for work) to test any ideas.
Thanks!
Chris