# RSS and webviewer on IOS

**URL:** https://community.thunkable.com/t/rss-and-webviewer-on-ios/1258717
**Category:** Questions about Thunkable X
**Created:** [May 2, 2021, 4:59pm UTC](https://community.thunkable.com/t/rss-and-webviewer-on-ios/1258717 "2021-05-02T16:59:27Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![natale.scopellitifxd](https://avatars.discourse-cdn.com/v4/letter/n/e5b9ba/32.png) [@natale.scopellitifxd](https://community.thunkable.com/u/natale.scopellitifxd)
#### Post date: [May 2, 2021, 4:59pm UTC](https://community.thunkable.com/t/rss-and-webviewer-on-ios/1258717/1 "2021-05-02T16:59:27Z")

</div>

I created a webapp to visualize an rss feed (jquery).  
In android everything is great in IOS i see only the xml code.

Any hint?

Thanks

---

<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: [May 2, 2021, 6:16pm UTC](https://community.thunkable.com/t/rss-and-webviewer-on-ios/1258717/2 "2021-05-02T18:16:44Z")

</div>

Are you using an html file or a URI data scheme?

IOS does not work with URI data scheme.

---

<div class="post-metadata">

### Author: ![natale.scopellitifxd](https://avatars.discourse-cdn.com/v4/letter/n/e5b9ba/32.png) [@natale.scopellitifxd](https://community.thunkable.com/u/natale.scopellitifxd)
#### Post date: [May 2, 2021, 9:16pm UTC](https://community.thunkable.com/t/rss-and-webviewer-on-ios/1258717/3 "2021-05-02T21:16:01Z")

</div>

html file

---

<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: [May 3, 2021, 11:57am UTC](https://community.thunkable.com/t/rss-and-webviewer-on-ios/1258717/4 "2021-05-03T11:57:57Z")

</div>

In this case, you need to see what is in your html that is not working. First try to run the html file from Safari and see if it works.

---

<div class="post-metadata">

### Author: ![natale.scopellitifxd](https://avatars.discourse-cdn.com/v4/letter/n/e5b9ba/32.png) [@natale.scopellitifxd](https://community.thunkable.com/u/natale.scopellitifxd)
#### Post date: [May 4, 2021, 7:55am UTC](https://community.thunkable.com/t/rss-and-webviewer-on-ios/1258717/5 "2021-05-04T07:55:57Z")

</div>

Works everything fine on Android.  
In the html file i’ve an external link to the jquery library and all the css and js are inside the html.  
In IOS using safari or chrome i only see the xml code

---

<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:22pm UTC](https://community.thunkable.com/t/rss-and-webviewer-on-ios/1258717/6 "2024-11-08T13:22:43Z")

</div>


