Rob Nova
Rob Nova
Sure, oauth2 is an open standard, they all follow the same format. So as long as your service has implemented oauth2 spec correctly, it's just a matter of changing a...
Hmm, not quite sure what you're trying to achieve now, if you want to pass a function I think it should be like this. ``` if (typeof val === 'string')...
Well what parameter does your api accept? At that point vue-auth has no idea, it could be `code`, `token`, `moo`, `foo` or whatever. Regardless do you actually see something being...
In this case you would need to disable refresh and do it manually. So in your options setup set the `enabled` flag in `refreshData` to false. ``` refreshData: { url:...
Well what do you need it to rescale to? On Feb 24, 2014 6:19 AM, "goreckia" [email protected] wrote: > Is it possible to render a retina background image? I tried...
Will take a look when I get some time. On Feb 24, 2014 11:31 AM, "goreckia" [email protected] wrote: > The image should be at 200x200. The issue I am having...
Can you do me a favor and post a copy of the image you are trying to scale. I'm noticing some similar images with some tests but just want to...
Found something here, will have to maybe add some kind of retina mode. http://stackoverflow.com/questions/4405710/uiwebview-w-html5-canvas-retina-display Do you detect this ahead of time and would you be able to set it as...
Hmm, doesn't come out of the box. I would have to write a custom extension for that. I will be releasing a version 2.0 very soon, in the next few...
Currently cannot set this, that would need to be added.