unsupprted responseType blob for ipads on iOS13

0
Hi, if you build your phonegap project locally using xcode 11, then your app wont start on an ipad running iOS13.  The error in the console says unsupported reponseType blob and this happens when it tries to read the metamodel.json The reason to upgrade to xcode 11 is because of a scrolling issue on iOS13, and you need version 11 to debug and inspect. Any suggestions?
asked
1 answers
0

The issue was caused by a change in iOS 13 in how the way iPads identify themselves (user-agent). This caused the hybrid apps not to recognize the tablet, resulting in an exception. Mendix fixed this in Hybrid App Base 4.1.6. 

answered