# Create iframe inside of webviewer

**URL:** https://community.thunkable.com/t/create-iframe-inside-of-webviewer/1377877
**Category:** Questions about Thunkable X
**Created:** [July 4, 2021, 7:42am UTC](https://community.thunkable.com/t/create-iframe-inside-of-webviewer/1377877 "2021-07-04T07:42:37Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![coinpedia](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/coinpedia/32/99189_2.png) [@coinpedia](https://community.thunkable.com/u/coinpedia)
#### Post date: [July 4, 2021, 7:42am UTC](https://community.thunkable.com/t/create-iframe-inside-of-webviewer/1377877/1 "2021-07-04T07:42:37Z")

</div>

I am trying to insert this link:

“[https://www.google.com/maps/embed/v1/streetview?key=AIzaSyCj0xwaCiNcmyocqeQA0QFDqItzhxfC5\_U&location=46.414382,10.013988&heading=210&pitch=10&fov=35](https://www.google.com/maps/embed/v1/streetview?key=AIzaSyCj0xwaCiNcmyocqeQA0QFDqItzhxfC5_U&location=46.414382,10.013988&heading=210&pitch=10&fov=35)”

into webviewer as HTML code in an iframe. How can I do this without create an html file and uploading it to thunkable? I’ve tried using data:text/html, but it wont work. Thank you!

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [July 4, 2021, 7:58am UTC](https://community.thunkable.com/t/create-iframe-inside-of-webviewer/1377877/2 "2021-07-04T07:58:47Z")

</div>

data/text/html only works for Android. iOS does not allow this scheme.

If you are trying it on an iPhone then it will NOT work.

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [July 4, 2021, 2:59pm UTC](https://community.thunkable.com/t/create-iframe-inside-of-webviewer/1377877/3 "2021-07-04T14:59:05Z")

</div>

The webviewer is pretty much an iframe already. What exactly are you trying to do?

I see. Why dont you use the native map component? And if you really need it, an html file with only a webviewer is something I can help with!

[Just come ask me anything!](https://mo.na/jaredgibb)

---

<div class="post-metadata">

### Author: ![coinpedia](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/coinpedia/32/99189_2.png) [@coinpedia](https://community.thunkable.com/u/coinpedia)
#### Post date: [July 5, 2021, 9:47am UTC](https://community.thunkable.com/t/create-iframe-inside-of-webviewer/1377877/4 "2021-07-05T09:47:30Z")

</div>

The widget im trying to implement requires that it be in an actual iframe or it won’t work. Im trying to implement an interactive street view of multiple locations so I cant just upload it in a static html file

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [July 5, 2021, 10:42am UTC](https://community.thunkable.com/t/create-iframe-inside-of-webviewer/1377877/5 "2021-07-05T10:42:59Z")

</div>

This is very doable with Thunkable.

I could build this out for a small fee! if you’re interested, let me know!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:19pm UTC](https://community.thunkable.com/t/create-iframe-inside-of-webviewer/1377877/6 "2024-11-08T13:19:55Z")

</div>


