url with & does not work as hyperlink in Vuforia View
Hi All,
url with '&' does not work as hyperlink in Vuforia View Application. I tried changing it to %26 but it fails. Does anyone has any solution for the same.
Regards,
Ankit Gupta
Hi All,
url with '&' does not work as hyperlink in Vuforia View Application. I tried changing it to %26 but it fails. Does anyone has any solution for the same.
Regards,
Ankit Gupta
Hello
do you have an example what do you need to achieve - is this a link /Studio widget / where open a URL and there you want to use '&' for passing of URL paramters
One possible option is to decode it - example
www.ptc.com/mytest?test=123&test2=234&test3=3455
so where you can URL Decode
www.ptc.com%2Fmytest%3Ftest%3D123%26test2%3D234%26test3%3D3455
and to URL encode to encode it back
you can test the url encode/decode on this web site
And believe that it should work but of course it depends on the your particular case (mobile device ...etc) and may be need to be further tested.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.