Having problem with the external script file on androids

Well first i thought it wasnt handling the click events but now i found out that the problem is the external script file.
for some reason on the android browser it isnt being connected.
i did scripts internallly and it worked but when i src it externally it doesnt.
any ideas ???

UPDATE— for some reason my external script file is somehow broken in the android browser …

http://tictactoe-andrei.surge.sh/

Button worked on an iPhone 5c here.
Android is Java, If I recall correctly it was like DialogInterface.OnClickListener()
There is the need to import the dialog interface library… don’t think that’s gonna help with js though.
Good game, couldn’t get better than a tie on medium… AI seems well designed, and it looks good!

1 Like

thanks for the reply,