# How to hide QR code on the app's sign-in page

**URL:** https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937
**Category:** Ask for Help
**Created:** [September 17, 2020, 9:01am UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937 "2020-09-17T09:01:12Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Pole\_Mobilite](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pole_mobilite/32/5593_2.png) [@Pole\_Mobilite](https://community.glideapps.com/u/Pole_Mobilite)
#### Post date: [September 17, 2020, 9:01am UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/1 "2020-09-17T09:01:12Z")

</div>

Hello,

I would like to remove the qr code when presenting the application. is it possible?

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 17, 2020, 9:38am UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/2 "2020-09-17T09:38:43Z")

</div>

@Pole_Mobilite As far as I know, we builders cannot remove the QR code specifically.

I believe the QR code appears in a few different places. Which place did you have in mind?

Without a QR code, would you want your users to access your app by typing in the URL? Are you concerned that many users don’t know how to use QR codes?

(With Covid and the usage of QR codes in restaurants and hotels – I speak for Germany, France and Italy – the use of QR codes has become more common.)

---

<div class="post-metadata">

### Author: ![Pole\_Mobilite](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pole_mobilite/32/5593_2.png) [@Pole\_Mobilite](https://community.glideapps.com/u/Pole_Mobilite)
#### Post date: [September 17, 2020, 9:55am UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/3 "2020-09-17T09:55:36Z")

</div>

I am using my glide app in a school and I don’t want the students to register the QR code. That’s why I want to hide the QR code

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 17, 2020, 10:08am UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/4 "2020-09-17T10:08:50Z")

</div>

@Pole_Mobilite

I understand.

Have you tried the following: isolate the tab you are in to present in its own browser window and change the size of the window?

I tried and in my setup, there is a point where the QR code disappears.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/2/27e543b091031aedd08a5f0834063e1b45e88eb0.png)

---

<div class="post-metadata">

### Author: ![Pole\_Mobilite](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pole_mobilite/32/5593_2.png) [@Pole\_Mobilite](https://community.glideapps.com/u/Pole_Mobilite)
#### Post date: [September 17, 2020, 12:22pm UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/5 "2020-09-17T12:22:43Z")

</div>

I am having the problem on a touch screen and I can’t hide it!  
[https://www.clevertouch.com/be/home](https://www.clevertouch.com/be/home).

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 17, 2020, 12:43pm UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/6 "2020-09-17T12:43:53Z")

</div>

So you can’t resize the browser window? Is this a pro or free app?

---

<div class="post-metadata">

### Author: ![Pole\_Mobilite](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pole_mobilite/32/5593_2.png) [@Pole\_Mobilite](https://community.glideapps.com/u/Pole_Mobilite)
#### Post date: [September 17, 2020, 12:54pm UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/7 "2020-09-17T12:54:16Z")

</div>

a pro application

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 17, 2020, 12:57pm UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/8 "2020-09-17T12:57:29Z")

</div>

@Pole_Mobilite

I’m not familiar with the touch screen you are using, but maybe you could try the following:

- In your browser,
- go to “Developer tools” (also called “Inspect” or “Inspector”)
- inspect the elements of the page,
- find the “div” element that contains the QR code,
- right click on the code
- and select “Hide”.

N.B. When you reload the page, everything will be back to normal. You should be able to navigate your app without a page reload.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/5/59d1865a5e4682f2e7be49c1696fcae5a8c2c10f.png)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 17, 2020, 1:36pm UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/9 "2020-09-17T13:36:17Z")

</div>

Since it’s a pro app, you can turn on tablet/desktop mode in Settings/Appearance. This will display the app fullscreen without the QR code.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 17, 2020, 1:49pm UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/10 "2020-09-17T13:49:10Z")

</div>

@Jeff_Hager, good call.

This might be unexpected behavior, but when appending “/full” on the end of an app’s URL, apps go into fullscreen, personal/free ones included.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/7/731a39b79f2bafce33ceceaf29792d305492f6b3.png)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/7/78794291b9d2d4043fde90760a11de0d9782ef1e.png)

---

<div class="post-metadata">

### Author: ![Pole\_Mobilite](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pole_mobilite/32/5593_2.png) [@Pole\_Mobilite](https://community.glideapps.com/u/Pole_Mobilite)
#### Post date: [September 18, 2020, 11:21am UTC](https://community.glideapps.com/t/how-to-hide-qr-code-on-the-apps-sign-in-page/15937/11 "2020-09-18T11:21:10Z")

</div>

it works THANKS
