There's a new home for Articles. Find Articles on Our Product Support Page.
Good afternoon,I cannot find any way to completely hide the android navigation bar on our devices while on lockdown with single app mode on.We are working with Android Enterprise profiles Manufacturer Elo Touch Solutions Model 15in-I-Series-4Android version10 I did try with writeproofsetting scripts but not sure I have the right one.The bar is already disabled but best would be to be able to hide it or at least replace it with the gestures navigation. Thanks a lot for your help!Ben
I found this topic: https://discussions.soti.net/thread/chrome-lockdown-disable-url-bar/ and it seems to work for them.The script perhaps needs some edit or something, or i'm doing something wrong...not sure.Either way it did not work too well for me, then again Javascript is not a language I know too well.I generally stick to HTML / CSS.The way I have it right now is: <html> <head> <style type="text/css"> </style> <script> function openUrl() { var options = "location=no, toolbar=no, menubar=no, scrollbars=yes, resizable=yes"; var theUrl = "<MCLink0>"; // TEST URL alert(theUrl); window.open(theUrl, "", options); } </script> </head> <body> <div id="Main"> <div class="row"> <ul> <td onclick="openUrl();"> <li><A href ="<MCLink0>"><img src="<MCExeIcon0>" onerror="this.style.display='none'" /><div class="txt"><MCDISP0></div></a></li> <li><A href ="<MCLink1>"><img src="<MCExeIcon1>" onerror="this.style.display='none'" /><div class="txt"><MCDISP1></div></a></li> </td> </ul> </div> </body> </html> Ofcourse I have more CSS and etc in between, but this is just the layout I have put it in.Since the topic I mentioned is locked, does anyone else have experience with this?
Hi, We have a problem after Android update to version 11. We are using Samsung T-505 with the latest mobi agent. We don't see notification bar - when I set admin mode and restart a device, notification bar is visible. After next reset with user mode, notification bar is hidden (empty bar). After set admin mode, we can open notification bar (swipe down) only in home page, other page don't have this option. I don't know how I can repair this. Do you have any ideas?
Top-tier experts who are delivering outstanding content. Should have more than 7000 points.
Experts who are consistent with great content. Should have more than 1000 points
Highly experienced members with valuable inputs. Should have more than 700 points
Beginners taking the initiative. Should have more than 500 points