Results 20 comments of Daniele Fanì

same problem here. It worked since few weeks ago. I am using the old AngularJS

sorry, what do you mean? I have the .js file in my path, and imported it in .index.html. I use $ionicNativeTransitionsProvider only as directive and in state, as .state('poi', {...

`ionic plugin add https://github.com/Telerik-Verified-Plugins/NativePageTransitions#0.6.2` and the imported .js file says ``` /*! * ionic-native-transitions * --- * Native transitions for Ionic applications * @version: v1.0.0-rc10 * @author: shprink * @link:...

it works... sorry, I was injecting '$ionicNativeTransitionsProvider' also in app.run(). I removed the dependency from .run() and now it works.

update Karma ``` npm uninstall karma npm install karma --save ```

isn't that already managed by @Boltex solution?

Berdikhan's solution is not working for me :(

yeah.... thanks for the suggestion. I had the same problem

Need to try it better... but tested on iOS, seems working. It detects incoming calls with the state "ringing". Now I have to find a way to make it works...

@alkoschuster Actually, it doesn't work as expected. Even if the calls are intercepted, as I see in the Xcode log ``` call CTCallStateConnected - OFFHOOK call CTCallStateIncoming - RINGING call...