The strat website is working fine on iPad except one annoying problem: its almost impossible to select an army (dot) on the map because of the hovering text right on top of the dot. On iPad and maybe on other mobile platforms hover events are done before click events, so you have to double click to do the click event. But as the text appears right on top of the dot, double clicking on the dot is impossible as the second click hits the text and does nothing.
Simple solution to fix this: show hovering text on the right or at the side of the dot and not above it so the dot itself is not hidden under the hovering text. This also solves a problem on Windows where the mouse cursor hides the first characters of the hovering text and you have to move the cursor to actually read the text.