Hi, this question has been asked a few times, but it seems every time someone answers, it’s taken off topic and the question is never answered.
Please how does one hide/remove "Show web version” when running web app on a mobile device?
Hi, this question has been asked a few times, but it seems every time someone answers, it’s taken off topic and the question is never answered.
Please how does one hide/remove "Show web version” when running web app on a mobile device?
I believe I found somewhere buried the answer.
Place in onApplicationInit
echo "
#sc-id-mobile-out {
visibility: hidden;
}
";
You can also change the text “Show web version” to nothing in Application language
OK
But how will that effect system generated messages etc.?
I never notice any system generated message that use this specific text