So here is what happens
on index.html I have a div which has an onclick="window.location = 'games.html'"
When touched it works as expected and goes to games.html
Now on games.html there is a div with onclick="window.locaiton = 'listgames.html'"
When touched it does nothing. It is highlighted green but thats it.
I am testing on Android with phonegap build
on index.html I have a div which has an onclick="window.location = 'games.html'"
When touched it works as expected and goes to games.html
Now on games.html there is a div with onclick="window.locaiton = 'listgames.html'"
When touched it does nothing. It is highlighted green but thats it.
I am testing on Android with phonegap build

