Topic: iOS baseUrl not working, redirect to full.html in wrong dir [SOLVED]
Steps to reproduce:
1. Use Safari and change your User Agent to iPad, or use an actual iPad device.
2. Visit http://globaltv.uat.smdg.ca/test_44.aspx
3. Click the full screen icon.
Expected behavior:
We expect the user to be redirected to /js/gallery/full.html or /js/gallery/jbcore/full.html because the baseUrl is set to /js/gallery/.
Actual behavior:
The user is redirected to /full.html (the directory of where the gallery is displayed). If we move the test page to the /test/ directory, the user is redirected to /test/full.html instead of respecting the baseUrl value.
Extra notes:
I'm using a PhotoAlbum wrapper class that initializes the juicebox class.
http://globaltv.uat.smdg.ca/js/gallery/ … =test+Vani