Nikolaj Dam Larsen

Results 18 comments of Nikolaj Dam Larsen

I guess it's pretty standard. Looks somewhat like this: root - dist - - css - - - combined.css - - js - - images - - XXXX.php - src...

It doesn't seem like this ended up in the package after all. Is there any news or someone who could point me in the right direction.

Yeah, I second that. For instance, I store a boolean value in the session storage, but in case it isn't set, I'll use a default value. Problem is, I can't...

If you save it in a httpOnly secure cookie it is. Otherwise it'll certainly be vulnerable to XSS attacks.

Yes and it shouldn't. That exposes the refresh_token to XSS attacks.

You should save it in a httpOnly secure cookie. A cookie with the httpOnly flag, cannot be retrieved by javascript in browsers supporting the httpOnly flag (most modern) and the...

Touch is tested on: Windows 8 - Laptop - Chrome (working) - Firefox (working) - IE (not working) - Safari (working) - Opera (not working) Android - HTC Desire -...

Adding mouse navigation might make touch work on the older touch devices, as they in some cases use the mouse-events instead of the touch-events (touchstart, touchmove, touchend).

Now working on the iPad (1 at least) and on Android. Will try to get to testing on as many devices and platforms as possible.

Thank you for the report. I'll look into the issue.