I am developing an ionic framework test app which streams audio from a server using the HTML5 audio tag. I've been testing it in some Android and iOS devices and it works just fine.
Today I got an iOS 11 device to test and I found that the stream does not work. I created a simple web to test the device with safari and worked. I uploaded the app to ionic view and worked too.
Is there something new on iOS 11 that disables streamings on apps? Is it something with the HTML5 audio tag?