# Webview issues with iOS

**URL:** https://community.thunkable.com/t/webview-issues-with-ios/689902
**Category:** Questions about Thunkable X
**Created:** [July 20, 2020, 10:55am UTC](https://community.thunkable.com/t/webview-issues-with-ios/689902 "2020-07-20T10:55:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![adminyi7yav](https://avatars.discourse-cdn.com/v4/letter/a/9e8a1a/32.png) [@adminyi7yav](https://community.thunkable.com/u/adminyi7yav)
#### Post date: [July 20, 2020, 10:55am UTC](https://community.thunkable.com/t/webview-issues-with-ios/689902/1 "2020-07-20T10:55:20Z")

</div>

I am trying to embed a Youtube video via Webview on the app. There a javascript wrapper that we created to get some events from the embedded video (like no of secs watched). This is working fine in Android, but the entire widget does not load in iOS. Is this a know issue?

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [July 21, 2020, 10:01am UTC](https://community.thunkable.com/t/webview-issues-with-ios/689902/2 "2020-07-21T10:01:41Z")

</div>

@adminyi7yav have you considered working with the YouTube API to do something like this?

https://www.youtube.com/embed/M9o6XuqjVCU?feature=oembed&wmode=opaque&list=PLArgGKS_QtY4XhcChF3i4CTqobLsTeYvA

---

<div class="post-metadata">

### Author: ![adminyi7yav](https://avatars.discourse-cdn.com/v4/letter/a/9e8a1a/32.png) [@adminyi7yav](https://community.thunkable.com/u/adminyi7yav)
#### Post date: [July 31, 2020, 8:03am UTC](https://community.thunkable.com/t/webview-issues-with-ios/689902/3 "2020-07-31T08:03:34Z")

</div>

So, I am trying to show a youtube video in my app, **but its not allowing full screen mode**. I used a webviewer and gave the youtube embed link with iframe. Something like this -

`<iframe width="748" height="421" src="https://www.youtube.com/embed/PtqS0siIeKY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>`

---

<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, 12:26pm UTC](https://community.thunkable.com/t/webview-issues-with-ios/689902/4 "2024-11-08T12:26:53Z")

</div>


