Buttons not working on iPad?

Firstly I would like to say Wick is amazing!

On PC chrome and IE my project buttons work fine, but on the iPad safari and chrome it does not register a press?

Project: http://www.premiertraining.co.uk/games/daily_struggle/

Code:
function mouseDown() {
playBtn.gotoAndStop(3);
}

function mouseReleased() {
play();
}

function mouseHover() {
playBtn.gotoAndStop(2);
}

function mouseLeave() {
playBtn.gotoAndStop(1);
}

Any ideas?

Hi @James_Taylor, We’re in the process of getting Wick Projects (And the Wick Editor) to work on iPad/Mobile. We’re not sure when we’ll be done but it’s definitely on our radar and something that NEEDS to happen.

Thanks so much for your kind words on Wick :slight_smile:

@Luxapodular This was posted in Apr of 2018, nearly 4 years ago. Your radar has a pretty long distance. I would have thought by now the iPad button issue would have been resolved. What’s the eta on getting this fixed? Laurie

1 Like