• Resolved acapucho

    (@acapucho)


    Hello, I just noticed a small problem. For some reason it is impossible to type his mail on mobile. I select the “your e-mail” field, my keyboard appears, I type but nothing is displayed. Can someone help me ?

    Here is the form code :

    
    <div class="row">
    <div class="col span_12">
    <p>
        <label>Ton e-mail :</label>
        <input type="email" name="EMAIL" required="">
    </p>
    </div>
    </div>
    <div class="row">
    <div class="col span_8" style="padding-top: 10px;">
    <p>    
        <label>
            <input name="MMERGE3" type="checkbox" value="beta"> <span style="font-size: 14px;">inscrivez-moi aussi pour participer aux premiers béta-tests du jeu.</span>
        </label>
    </p>
    </div>
    <div class="col span_4">
    	<input type="submit" value="Suivre l'actu de Qolonis" />
    </div>
    </div>
    

    and here is the form : https://qolonis.com/fr/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    I tested on my device and it worked, with white letters.
    Maybe on the your phone the field has a white background as some devices/browsers might not support the transparent background. Maybe put the actual background color instead of transparent if possible? Or change the text color to something other than white?

    Hope that helps,

    Thread Starter acapucho

    (@acapucho)

    The plugin perfectly on android devive but whith an iOS device it’s impossible to tap some text. The keybord appear but impossible to write some text.

    Plugin Contributor Lap

    (@lapzor)

    I don’t think it is impossible to type it, but I think the background of the field on Iphone is white, as are the letters. Is that correct?

    Use CSS to set the actual background color instead of transparent if possible. Or change the text color to something other than white so you can read it on a white background.

    That styling is done by your theme. If you have the Premium add-on you can style your form trough our Style Builder.

    Hope that helps,

    • This reply was modified 7 years, 6 months ago by Lap.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[input type=”email”] Unable to type text on mobile’ is closed to new replies.