Kaan Soral

Results 103 comments of Kaan Soral

I've started inspecting this issue too, turns out the Cordova/Media integration at android is also problematic, after upgrading to android5 on my S4, I've started experiencing sounds that sometimes don't...

Apart from cordova, iOS sound logic is already pretty complicated and not well documented in my opinion, you might achieve what you want by manually editing the plugin and modifying...

Are you on Android by the way? For some reason Android Audio just doesn't perform, regardless of this plugin

Thanks, For the purpose of only using the library for app purchase receipt verification, I modified this line: https://github.com/voltrue2/in-app-purchase/blob/develop/lib/apple.js#L377 - and reached the data without manually doing the call myself,...

`&& 0` was the quick modification I made to see the data ^ Here's the data - `receipt` is an object (in case the indentation isn't clear), `in_app` is an...

I have a similar issue with filters, is it the same issue? Basically, the filter isn't applied when there is a .displayGroup on the stage PIXI.Container

To an outsider, it seems like it might be a trivial issue, but I'm guessing it's not Can you describe the challenge/problem-definition?

It seems there was a mis-communication from my end, apologies, here is the actual issue, I don't know whether the original #6 has the same cause ``` stage = new...

I also just tested playing around with this line: `if (container._mask || container._filters && container._filters.length || container.displayList) {` - It's highly likely I don't grasp the dynamics of the situation...

Out of curiosity, does it significantly impact performance, adding another container in between? I'm using filters mainly for fun, turning the game black and white, as it's easier on the...