hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.24k stars 417 forks source link

Links to websites not working #124

Closed offscreenworld closed 2 years ago

offscreenworld commented 2 years ago

Hi there, first of all thank you for developing such a great bit of kit.

I'm trying to adapt the interactive business card example, however I cannot get the links to open either on your live demo or on my own project. I'm using an iPhone 7 if that's any insight.

I found some suggestions to move the icons/buttons away from the middle of the screen so I put them under the portfolio arrows, still not avail.

Any help or thoughts would be greatly appreciated.

Cheers, M

offscreenworld commented 2 years ago

I realise now that the icons update the bar at the bottom. My bad, however, do you have any reccomendations for where to look regarding turning them into 'open link in new tab' events

hiukim commented 2 years ago

You can try window.open(XXX, "_blank")

offscreenworld commented 2 years ago

Thanks a lot this worked