Yeah i had some of these issues too.
In browser, try and zoom in and out if you have not applied the dt things ... (delta time) its nutss .. but there is a solution.
Its quite simple to appply:
say you have some that moves 5 pixels every time:
Slef.X + 5 something like that, you simply add Self.X + 5 * 60 * dt