On mobile devices Tap Target does not retain the position of the element to which it refers. Tends to move to the center of the screen.
You should only see this feature on a mobile device.
Same here.
yes , same here

I think FeatureDiscovery should look like this on mobile:
You can fix this issue with css:
@media only screen and (max-width: 600px) {
.tap-target, .tap-target-wrapper {
width: 600px;
height: 600px;
}
Try here http://codepen.io/anon/pen/dvqzjQ
Still. If this would be full screen on mobile it would be pretty neat
Most helpful comment
Still. If this would be full screen on mobile it would be pretty neat