InteractiveMechanics / nmai-nk360-interactives

0 stars 0 forks source link

[x] Mobile-landscape: Info overlay opens at bottom during game play #578

Closed tespenshade closed 7 years ago

tespenshade commented 7 years ago

Chrome- dev tools- iphone6

Instructions should open at the top where it says "how to play" not at the bottom where the "continue" btn is

jmaj commented 7 years ago

@tespenshade this is across all interactive

@mtedeschi and @cahdeemer I've tagged you guys in this one rather then making 4 additional issues. Also, I wanted to know do you guys have a better solution for this? This is the one I'm thinking.

In the shared JS when you close the instructions, run this.

var instructionsElement = document.getElementById("instructions");
instructionsElement.scroll(0,0);
mtedeschi commented 7 years ago

I don't understand the issue. Please clarify, post a picture, steps to recreate...

mtedeschi commented 7 years ago

Fixed in shared.

tespenshade commented 7 years ago

Sorry that wasn't clear- reviewed in all mobile activities and looks great, thanks!