Boris Vujicic

Results 5 comments of Boris Vujicic

This is still an issue, but really weird. I'm calling crop image plugin like this: navigator.camera.getPicture(cropCallback, errorCallback, options) Where in options I set sourceType CAMERA or PHOTOLIBRARY. On all devices...

You must be fun at parties

I would also very much need some sort of detection mechanism when keyboard gets hidden on Android ! I have some stuff that are getting hidden when keyboard is open...

We had the same issue, couldn't make regular username/password POST to work with this code in our Electron app: ``` const form = new FormData(); form.append('username', 'test'); form.append('password', 'test123'); axios.post(...

Also add a possibility for custom URL for Twitter share.