# Show address on map in-app

**URL:** https://community.glideapps.com/t/show-address-on-map-in-app/54056
**Category:** Ask for Help
**Created:** [November 13, 2022, 10:44am UTC](https://community.glideapps.com/t/show-address-on-map-in-app/54056 "2022-11-13T10:44:02Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![joshs](https://avatars.discourse-cdn.com/v4/letter/j/e5b9ba/32.png) [@joshs](https://community.glideapps.com/u/joshs)
#### Post date: [November 13, 2022, 10:44am UTC](https://community.glideapps.com/t/show-address-on-map-in-app/54056/1 "2022-11-13T10:44:02Z")

</div>

Is it possible to click on the map and have the Map UI be open in a web view of some sort instead of opening the default map app or opening a new tab? iirc this was possible before but for some reason my app now opens google maps/opens a new tab instead.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [November 14, 2022, 12:26am UTC](https://community.glideapps.com/t/show-address-on-map-in-app/54056/2 "2022-11-14T00:26:09Z")

</div>

Are you using the map component, the inline list map layout? There should be an option for you to construct the desired action you want when clicking on the map/the pins on the map.

---

<div class="post-metadata">

### Author: ![joshs](https://avatars.discourse-cdn.com/v4/letter/j/e5b9ba/32.png) [@joshs](https://community.glideapps.com/u/joshs)
#### Post date: [November 14, 2022, 2:07am UTC](https://community.glideapps.com/t/show-address-on-map-in-app/54056/3 "2022-11-14T02:07:37Z")

</div>

I’m using the map component. I’ve tried setting an action to open a google map link in webview when clicking the map but it just doesn’t work! I think my only solution here is to embed google maps but I’m still hoping there’s a different way.

![Action](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/e/4e63284caf1aa80c5ef183e3c1bd39c56dccdd68.png)

[Video of the issue](https://youtu.be/TW5dHH7q5BM)

---

<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: [November 14, 2022, 2:54am UTC](https://community.glideapps.com/t/show-address-on-map-in-app/54056/4 "2022-11-14T02:54:55Z")

</div>

Am I seeing that right…you click on the map and a new image component mysteriously appears???

---

<div class="post-metadata">

### Author: ![joshs](https://avatars.discourse-cdn.com/v4/letter/j/e5b9ba/32.png) [@joshs](https://community.glideapps.com/u/joshs)
#### Post date: [November 14, 2022, 7:29am UTC](https://community.glideapps.com/t/show-address-on-map-in-app/54056/5 "2022-11-14T07:29:49Z")

</div>

Haha i think that’s just an issue with my mouse. I think the map component is really just a jpeg and I accidentally just dragged it and it became an image component in the canvas.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [November 14, 2022, 11:42pm UTC](https://community.glideapps.com/t/show-address-on-map-in-app/54056/6 "2022-11-14T23:42:09Z")

</div>

> [@joshs](#):
>
> I’m using the map component. I’ve tried setting an action to open a google map link in webview when clicking the map but it just doesn’t work!

So it doesn’t work in the sense that you are not able to embed it in a web embed component? I’m sorry but due to the issue you and Jeff discussed above I’m not sure if the embedding works or not.

---

<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: [November 15, 2022, 4:36am UTC](https://community.glideapps.com/t/show-address-on-map-in-app/54056/7 "2022-11-15T04:36:51Z")

</div>

I think the problem is that you really shouldn’t be allowed to use a custom action on the map component. The only action that should be available is the ‘Show Address on Map’ action. Notice how none of the other actions are listed.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/3/331cc76be183cadff32af74d3a70d71be7928589.jpeg)

I think the real bug is that Create New Action is available as an option when it shouldn’t be. There is also another problem that whenever you add a custom action or select none, then you have no way to go back to the Show Address on Map action without adding a new map component. Overall, I don’t believe the map component was ever intended to have any other actions other than ‘Show Address on Map’.

As a better alternative, I would consider using a Title component instead, which will allow you to show a map in place of an image. The title component will also allow you to apply actions normally, and they will work as expected.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/9/d914417da07c5edce7d45720865299fb775d665a.jpeg)
