My native apps. run OK on Android and I use Back button to move back to the previous room.
I use:
if keyboard_check_pressed(vk_backspace)
{
room_goto(rm_1);
}
in KEY PRESS EVENT
I convert them into HTML5 file and I place them on my website (x10hosting) using FileZilla. When I acces them using the desktop browser, Back button works fine. The problem is when I use the mobile browser, they run slower (I am aware of that) but when I press Back button on my mobile device it kills the application (instead of going to the previous room) and goes back to the main web.
I am quite new to HTML5 but thank you for any help in advance.



Find content
Male
