can i prevent mobile keyboard when i use input tag type="checkbox"

  • hello

    i wanna make toggle button

    code here

    Code
    <krpano>
    <layer name="m_toggle" type="text" html="data:toggle" editable="true"/>
    ]]></data>
    </...>




    Code
    <data name="toggle"> <![CDATA[ <label><input type="checkbox" onfocus="this.blur()" /> </label>




    If the focus is on input on mobile

    A mobile keyboard will be created.

    Normally, the keyboard does not come out when type="checkbox" in HTML.

    Is there a solution

    best regard:)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!