Background: We’re doing a proof of concept for the login experience using native Swift on iOS. We are using the new Universal Login experience with some light skinning of colors, etc. There is no custom html.
On any actual device, the web page looks and works perfectly. However, on the simulator, the html looks very broken and doesn’t always work. Does anyone know what causes this and how to fix it?
Example of the same logic on simulator vs. device.
Thanks for your response! Yes, it’s the most recent version of the SDK. I’m using Xcode 14.3.1, and testing using multiple simulators for both iOS 16.1 and iOS 16.4. I have not found any simulator that works.
Thanks for the details I’m currently unable to reproduce this running the sample app in Xcode 15.2, Auth0 2.5.0 in the simulator (iPhone 14/15 both iOS 16.x and 17.x) - Are you seeing this behavior in a POC of your own or in the sample app? If you haven’t tested in the sample app, would you be able to do that and let me know if you experience the same issue?
I am using the sample app exactly as it is just updated with my domain, client_id, etc. I’m out of ideas unfortunately Given it’s functioning properly on a device, it might have something to do with Xcode/simulator itself?