pgcan
pgcan
> @ThorvaldAagaard @kaspermarkus It is wrokign good, I can crop rectangular images but even tho I set widhtRatio to 1 and heightRatio to 0.5, it allows me to cut in...
> @Prasoon1983 Yea it is working. The problem was in the case mine is that I realized that this plugin only works with integers. So instead of `widthRatio : 1,...
An update here, if disabled TypedArrays then it works. `var hasTypedArrays = false;// 'Int16Array' in window && 'Float32Array' in window;`
Another major issue that I found with plugin's WebAudio logic, is that the scheduling of BufferSource is done based on "setTimeOut" in method "_getNextToPlay" however AudioContext has its own timer...
We do not use this plugin in our app anymore. So I couldn't get time to look into it. However, if possible then someone can look into changes in method...
I am also getting the same crackling sound on WebAudio. The sound is input via USB input in my mobile device. It works fine when I record the audio as...
Hi @MmSwd, I too got the same issue "error: "Invalid file URL". I tried your fix by changing that one line of code so error is gone but I don't...
Is there any workaround to enable stripe 3D secure payment in cordova app. I need to get this asap. Thanks in advance... :)
same here, anybody listening !!!
I used it to implement countdown timer for a test taking app on [vinnr](http://www.vinnr.com)