Derky / Sortables-CAPTCHA-Plugin

A CAPTCHA plugin for phpBB
https://www.phpbb.com/customise/db/extension/sortables_captcha/
GNU General Public License v2.0
8 stars 8 forks source link

Mobile devices #8

Closed wcz-txp closed 7 years ago

wcz-txp commented 8 years ago

This extension doesn't work on mobile devices. Tested in Android with Opera and Chrome.

Derky commented 8 years ago

Sorry for not responding to this sooner. I cannot reproduce this on an Android device using Chrome. Are you sure you're using the latest version?

wcz-txp commented 8 years ago

Hello, phpbb 3.1.9 Sortables Captcha 2.0 Maybe it is linked to the used style https://www.phpbb.com/customise/db/style/allan_style_subsilver/

Derky commented 7 years ago

Yes, subsilver2-based styles are no longer supported. If you want to support it, you have to copy the prosilver files and adjust them yourself.

Galixte commented 7 years ago

Hi @Derky, the style https://www.phpbb.com/customise/db/style/allan_style_subsilver/ is a prosilver based style with a design like subSilver2. From the author: “Allan SUBSILVER Style as it is based on the style prosilver and not on SUBSILVER”. ;)

wcz-txp commented 4 years ago

I think, that I could bypass it. Allan Style Subsilver (really a prosilver one) uses also the jquery-ui.js (in an older version) and this is later loaded than the JS from the extension, so everything is redeclared and that's why the touch screen is not working.

According to this (in the last chapter) https://www.phpbb.com/customise/db/style/allan_style_subsilver/support/topic/209836 and my own experience, one can use the style without loading this JS. And in this way one can avoid this problem on mobile devices.