Moritz Klack
Moritz Klack
Hey, are you working on this? Can I help you with something? I would really like to use bedwetter again, but now it's not possible because it doesn't satisfy its...
sounds good. I think the most important part for now is that you can use it with current version of dogwater. 100% test coverage would be a good aim for...
This works for me: ``` let formData = new FormData(); formData.append('file', file); reqwest({ url: API_URL, method: 'post', crossOrigin: true, processData: false, data: formData }).then(res => console.log(res)); ``` processData=false seems to...
This works for me: ``` let formData = new FormData(); formData.append('file', file); reqwest({ url: API_URL, method: 'post', crossOrigin: true, processData : false, data : formData }).then(res => { console.log(res); });...
Thanks! I will check that
It should work on Android, too. Which phone are you using? This [demo](https://gka.github.io/canvid/) is working on a Nexus5 with Android 6.
Hey! Thanks for reporting this issue. What is the resolution of the image you tried to load? Did you test the canvid demo as well?
Hey @danielguillan, 1. sketch version: 48.2 2. macOS: 10.13.2 (High Sierra) 3. I tried couple of themes. Only the background color changes. The font stays as it is. 4. yep...
Just open a PR and we will merge it :)
Did you try to specify a `cancel` selector and use it on the button?