RSS and webviewer on IOS

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

2 Likes

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

IOS does not work with URI data scheme.

1 Like

html file

2 Likes

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.

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