https://bugzilla.wikimedia.org/show_bug.cgi?id=38128
--- Comment #2 from Brion Vibber <[email protected]> 2012-07-02 23:25:26 UTC --- According to http://stackoverflow.com/questions/1882205/how-do-i-detect-support-for-contenteditable-via-javascript you can check for the contentEditable property in the DOM, but this gives false positives on iOS and Android versions where the engine supports it but provides no way to edit things. So possibly a test combined with a blacklist for Android browser < 3 and iOS < 5? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
