Pablo Farias

Results 16 comments of Pablo Farias

@rzy77 did you make changes to both plugins' plugin.xml files, or just to you main config.xml file?

Having the same issue. Installed cocoapods, ran `pod setup` inside of `/platforms/ios`, run `pod init` inside of that same folder (which created a `Podfile` file without any dependencies in it)....

> try run `cordova build ios` before opening the xcworkspace (not xcodeproj). All worked for me. Thanks that is the part I was missing. I've nuked my `platforms` folder, added...

+1, it's the only reason why I'll have to go with Ionic this time

hi @NikunjShah another option you can use to wrap for Android is Android Crosswalk (https://crosswalk-project.org/) it's the latest Chromium webview that can be used on Android 4.0 and above. I...

An idea could be to add the ability to disable touch or mouse events globally, as I can't think of an alternative that will leave everybody happy. Then people can...

hi @nadbor- can you check if you still get this issue with the current version of the framework?

why do you think this problem happens? I tried adding `"join": "~2.1.1"` directly to the Spriter package file. Then I'm able to run spriter without errors in the console, but...

I followed your steps @tjwudi but still get this: ``` fariazz@wayashama:~/www/quintus/Spriter$ spriter demo /home/fariazz/www/quintus/Spriter/spriter.js:36 join = Join(); ^ TypeError: object is not a function at loadImages (/home/fariazz/www/quintus/Spriter/spriter.js:36:14) at spriter (/home/fariazz/www/quintus/Spriter/spriter.js:14:14)...

@lincolnthree tried the script but get this error: ``` Running command: "D:\Program Files\nodejs\node.exe" D:\www\ionic\codemurai-ionic\hooks\after_prepare\030_copy_iapp_workaround.js D:\www\ionic\codemurai-ionic fs.js:922 return binding.mkdir(pathModule._makeLong(path), ^ Error: ENOENT: no such file or directory, mkdir 'D:\www\ionic\codemurai-ionic\platforms\android\app\src\main\aidl\com\android\vending\billing' at Error...