Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi Community
We have noticed a bug in experiences published with vuforia 9.10.
Hyperlinks and document links are not working any more. They still work in the experiences that where published longer ago.
Does anyone else have the same problem?
Best wishes
Alex
Solved! Go to Solution.
Hi @AlexK ,
could you provide more specific details about your issue.
so your question is regarding pdf usage is on mobile.
So far I know on eyewear device we have 3d document widget , here refer to ptc help: http://support.ptc.com/help//vuforia/studio/en/index.html#page/Studio_Help_Center%2FWidget3DDocument.html
On mobile you can try to use the reference link (HyperLink widget -> http://support.ptc.com/help//vuforia/studio/en/index.html#page/Studio_Help_Center%2FWidgetHyperlink.html ) or alternatively here is an Article cs341613 saying
How to view PDF file inside Vuforia Studio
How to show PDF file inside experience
Is there a PDF widget could be used to view PDF file
How to zoom in/out PDF content
Is that technique what you used or did you use? Or did you use the Hyperlink widget ,please, see also this info (partially pasted here below)
https://www.ptc.com/en/support/article/cs375544
http(s)://<ES_Server>:<Port>/ExperienceService/content/projects/<Project_Name>/app/resources/Uploaded/File_Name.pdf
Alternatively you can use your own code tmlText or create a shader e.g. on Image which could display the pdf (requires some more advance techniques)
also related link external media (video und audio external media but the relevant info there is ->that direct binding to external resources is not supported yet)
So the question is what technique did you use. Because as @ytella mentioned in the tested application case it was working) The best is to provide an example. Thank you!
Hi @AlexK ,
I just published an experience with 9.10 version and the hyperlinks/document links are working as expected. Is any error displayed when clicking the link?
Hi @AlexK ,
could you provide more specific details about your issue.
so your question is regarding pdf usage is on mobile.
So far I know on eyewear device we have 3d document widget , here refer to ptc help: http://support.ptc.com/help//vuforia/studio/en/index.html#page/Studio_Help_Center%2FWidget3DDocument.html
On mobile you can try to use the reference link (HyperLink widget -> http://support.ptc.com/help//vuforia/studio/en/index.html#page/Studio_Help_Center%2FWidgetHyperlink.html ) or alternatively here is an Article cs341613 saying
How to view PDF file inside Vuforia Studio
How to show PDF file inside experience
Is there a PDF widget could be used to view PDF file
How to zoom in/out PDF content
Is that technique what you used or did you use? Or did you use the Hyperlink widget ,please, see also this info (partially pasted here below)
https://www.ptc.com/en/support/article/cs375544
http(s)://<ES_Server>:<Port>/ExperienceService/content/projects/<Project_Name>/app/resources/Uploaded/File_Name.pdf
Alternatively you can use your own code tmlText or create a shader e.g. on Image which could display the pdf (requires some more advance techniques)
also related link external media (video und audio external media but the relevant info there is ->that direct binding to external resources is not supported yet)
So the question is what technique did you use. Because as @ytella mentioned in the tested application case it was working) The best is to provide an example. Thank you!