We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#1419 - Cannot switch user as an admin since the iOS 7 Update
Fixed. I deployed this to your site, but for reference:
There is a historical convention that a form will submit when you press enter on a field that has no implicit handling of enter (e.g. a textarea would use it to put in a line break).
ios7 does not seem to follow this.
The fix was to add this to the SU input:
onkeypress="if (enter_pressed(event)) this.form.submit();"
There is a historical convention that a form will submit when you press enter on a field that has no implicit handling of enter (e.g. a textarea would use it to put in a line break).
ios7 does not seem to follow this.
The fix was to add this to the SU input:
onkeypress="if (enter_pressed(event)) this.form.submit();"