I'm implementing an oAuth access and get this login window in the simulator:

But it should look likt this:

Is there a setting missing in the simulator (JS, Cookies...)?
I used the code from the SDK manual with correct parameters (I hope). Any ideas?
I'm implementing an oAuth access and get this login window in the simulator:

But it should look likt this:

Is there a setting missing in the simulator (JS, Cookies...)?
I used the code from the SDK manual with correct parameters (I hope). Any ideas?
No, never got it to work. Garmin has to use a modern browser instead of this old IE version.
I ended up copying the code after oAuth from browser console into app code and run the app from Eclipse. Hard to keep below code timeout this way...