How do I enable "prevent hotspot hinting" setting when downloading a prototype?
I'm trying to run a usability test with a downloaded prototype. The hotspot hinting keeps showing up. I've tried toggling this off under the shared link settings, but the hints keep showing up in my downloaded prototype. How do I turn these off? Thanks!
This post is associated with a known feature request: [[problemTicketSubject]]. Let our Product team know that you’re interested in this feature.
Sign in to add your voteThanks for taking the time to share your feedback about making our product better. We’ve let our Product team know that you’re interested in this feature so they can factor that into their product strategy.
comments
Sort by
I talked to Invision support and it turns out this setting isn't supported for downloading a prototype: itt only works when sharing a link. They couldn't provide a workaround. But I figured out you can fix this by modifying the generated CSS. In share-offline.css, delete or comment out the part shown below. This removes the styling for the border and background of the hotspot hints.
#screen_viewer .hotspot {
/* border: 1px solid #2A9FD8; */
/* background: rgba(0,173,255,.54); */
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-indent: -9999px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-webkit-user-drag: none;
opacity: 0;
z-index: 2;
cursor: pointer;
}
Hello!
Thanks for getting in touch, and for the update! We're glad to hear you found a work around for this, and apologize for any trouble this may have caused. We have passed along your feedback for this functionality, and please let us know if you have any other questions or if there is anything else we can do for you.
Happy New Year!
Michael