-
16 Apr 2012 8:57 PM #11
well that work around only lasted for one image. When I dupe this hotspot resize it and place it in a different location, that new one now exhibits the grey box on click.
-
17 Apr 2012 8:02 AM #12
Have you tried setting the opacity of it to zero?
-
17 Apr 2012 8:38 AM #13
Yep it's all set to zero. In a browser I don't see a transparent grey box when I click. Just when it's converted to a widget and loaded via iAuthor and previewed. It seems the click and hold or multitouch is interpreting the HTML differently. The hot spot function fine and the image is fine, it's only on click that the hotspot has a transparent grey box drawn over it
-
17 Apr 2012 8:41 AM #14
I know feedback on click is helpful but because I have multiple hot spots to define some larger shapes this function makes it seem broken. Just trying to find a way to override it
-
17 Apr 2012 9:07 AM #15
Looks like there is a iOS specific css property you can add to configure the tap highlight. Add the following to the custom css fields of all clickable/tappable objects, or add it as a general css rule in the projectHTML setting.
Custom CSS:
or Head HTML:Code:-webkit-tap-highlight-color: rgba(0,0,0,0);
Code:<style type="text/css"> * { -webkit-tap-highlight-color: rgba(0,0,0,0); } </style>
-
17 Apr 2012 7:39 PM #16
used the CSS custom code and it appears to be working thank you again.


Reply With Quote