Auto pop up keyboard on lockdown

Solved
CZ
Cedric Zelie PM
Patrick Morin Inc

Hi,
I use Soti's lockdown profile with an HTML template on Zebra Android TC72s. the disadvantage is that with this profile, the virtual keyboard appears all the time by default, you always have to click on return to bring it down and see the screen clearly.

a year ago
Android
ANSWERS

We also use Soti Lockdown with an template (the dynamic one, slightly changed) but never saw this happen.

Is there maybe some kind of input field selected automatically, so that android is showing the keyboard?

We use Zebra Enterprise keyboard. What's surprising is that if the device goes into administrator mode (turns off the lockdown), we don't have the problem. that's why I suspect some configuration in the lockdown but I can't find anything.

ZC
Zafer Cigdem
a year ago

Hi Cedric,

What you can test is, you can create a new folder for test purpose without assigning any extra profile, only lockdown profile + authentication. And you may try to monitor whether this is same by using the default HTML template if it is, for this case on the same folder, you can try to use your own HTML template, so you may narrow down the issue, whether it's related to any profile or HTML itself. I hope it helps.

Thank you

Zafer

Ok, I'll try this as soon as possible. Thanks.

MD
Matt Dermody Diamond Contributor
a year ago

I use the SOTI Lockdown + Zebra devices + Enterprise Keyboard in 100+ different SOTI environments that I manage and have not seen this reported behavior before. I think something is wrong with your setup and agree with Zafer's recommendation for isolating the variables to identify the source of the issue. 

Is it possible that this is in the HTML template? I have no knowledge in this field.

See the code below.

<!DOCTYPE html>
<html>

<head>
    <title>Verrouillage PM - CD</title>
</head>
<style>
    body {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 15pt;
        color: #000000;
        font-weight: normal;
        text-decoration: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
    }

    p {
        margin: 0px;
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active {
        text-decoration: inherit;
        color: inherit;
    }

    div.header {
        width: 100%;
        height: 45px;
        background-color: #CCCCCC;
        padding: 0px;
    }

    div.header img.logo {
        height: 45px;
        width: 45px;
        position: relative;
        display: table-cell;
        float: left;
    }

    div.header .devicename {
        padding-top: 10px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        float: right;
        font-size: 15pt;
        font-weight: bold;
    }

    div.icons {
        width: 100%;
    }

    div.icon {
        width: 50%;
        vertical-align: middle;
        text-align: center;
        background-color: transparent;
        position: relative;
        display: table-cell;
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.icon img {
        border: 0;
        width: 90px;
        height: 90px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.icon p {
        font-size: 11pt;
        padding-top: 5px;
        padding-bottom: 5px;
    }
</style>

<body>
    <div class="header">
        <img class="logo" src="<MCImg_Logo Carré.png>" />
<pclass="devicename">%MCDeviceName%</p>
</div>
<divclass="icons">
<divclass="icon">
<ahref="<MCLink0>">
<imgsrc="<MCExeIcon0>"onerror="this.parentNode.parentNode.style.display='none'"/>
<p><MCDISP0></p>
</a>
</div>
<divclass="icon">
<ahref="<MCLink1>">
<imgsrc="<MCExeIcon1>"onerror="this.parentNode.parentNode.style.display='none'"/>
<p><MCDISP1></p>
</a>
</div>
<divclass="icon">
<ahref="<MCLink2>">
<imgsrc="<MCExeIcon2>"onerror="this.parentNode.parentNode.style.display='none'"/>
<p><MCDISP2></p>
</a>
</div>
<divclass="icon">
<ahref="<MCLink3>">
<imgsrc="<MCExeIcon3>"onerror="this.parentNode.parentNode.style.display='none'"/>
<p><MCDISP3></p>
</a>
</div>
</div>

</body>

</html>

Hi Cedric,

I'm definitely not an expert reg. HTML but for me i can't see anything but you could also check this with one of the default templates (provided by Soti) on a test device.

If it's fine afterwords, you should take on of the default ones as the basement and align them to your needs but if the issue is still there you need to investigate further as Zafer already mentioned.

Solution
V
VPMod@SOTI.net
a year ago

Hi Cedric Zelie PM


Thanks for posting on SOTI Pulse.

Thank you, Rafael, Zafer, and Matt, for responding to the post, your expertise and willingness to help are greatly appreciated.

We are glad to know that your issue has been resolved. If you have any additional questions or concerns, please don't hesitate to reach out. We're dedicated to providing assistance and support.

Technical Support, SOTI Inc.