Matt Langston
Matt Langston
Thanks @skoric , that worked perfectly. @daimajia , Perhaps a setup function could be exposed that takes the official pull-to-refresh view ID and does this behind the scenes?
@barryvdh Alternatively, you can wrap your model changes in a `$timeout`. Not exactly sure why at the moment, but it does work.
Strike this, just realized this is a re-implementation and not a wrapper. ~~Out of curiosity, why is this a problem with `GlobalPhone`? Shouldn't `GlobalPhone` be passing off to `libphonenumber`, which...
@EddyVerbruggen I assume it would just be checking for that `allday` option being passed in explicitly, and only dynamically calculating if it isn't. That is what the Android Java code...
@faustocarva Did you ever figure anything about regarding this issue? We are experiencing the same problem.
Hey @mdodell ! Check out [this doc](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite#none) about `SameSite=None`. It looks like your current config will result in the cookie being blocked.
Seeing the same issue with: > Rails couldn't infer whether you are using multiple databases from your database.yml and can't generate the tasks for the non-primary databases. If you'd like...
Hey @danilomartinelli ! Quick question, did you set any `config.cookie_attributes`? Also, could you add a screenshot of the Cookies tab in devtools for the `/auth/sign_in` request?
@danilomartinelli You can set any of [the standard Rails attributes](https://api.rubyonrails.org/classes/ActionDispatch/Cookies.html). If you're not setting `expires`, then I think Rails defaults to end of session.
@rickygu @kensk8 Quick question, were y'all just seeing this in a Cordova app? I'm curious what you mean about a "Persistent cookie". It's my understanding that cookies don't work in...