Copy link to clipboard
Copied
I have a project in Captivate 10 where we are building a responsive project. In it we have some hyperlinks,
In the published output (HTML 5) these work fine for the desktop view (the largest of the 4 viewports). However, when shrunk down and viewed in the lower ports the links stop working. The hand is present, but no opening of link happens.
I have done the following so far:
For a particular page type where the link was central to the user journey, I ended up creating a shape button to place over the top of the dysfunctional link, this workaround doesn't work for links within bodies of text as the size and position of the text changes post publish (this movement can be quite significant on narrower viewports)
Any ideas or should we just not use hyperlinks?
-Bonus question-
Why is captivate not using the regular <a> tags for links in html 5 output?
---------------------
example code difference between working and not working on same resolution:
works -- <span style="text-decoration:underline;cursor:pointer;" onclick="cp.hyperlinkClick('HL447893_767_0');">Link text</span>
broken-- <span style="text-decoration:underline;cursor:pointer;" onclick="cp.hyperlinkClick('HL449689_767_0');">Link text</span>
Copy link to clipboard
Copied
Are you testing these links by just playing the responsive content locally? If so, could I suggest you upload your output to a web server or LMS and test it there to confirm whether or not the issue would exist for end users.
Copy link to clipboard
Copied
We have tried this on a web server and there was no difference 😞 (I knew there was something I missed off the list ^_^)
Copy link to clipboard
Copied
Can you confirm you are using Breakpoint views, not Fluid boxes for this responsive project?
Copy link to clipboard
Copied
Yup, they are definitely breakpoints.