You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PROBLEM: no modals are showing and no DOM update is automatically triggered (I need to call changeDetectorRef.detectChanges() ), when I import and use SoundCloud API with typings in my Ionic2 project.
How I am importing SoundCloud API to my Ionic2 project:
The soundcloud api itself works perfectly (audio streaming, tracks listing). But, no modal will show up in my ionic2 project while this code is inserted in any ts file of my project. Also, no DOM update is automatically triggered.
My ionic info:
Cordova CLI: 6.3.0
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.10
Ionic CLI Version: 2.0.0-beta.32
Ionic App Lib Version: 2.0.0-beta.18
OS:
Node Version: v6.2.2
NOTE:
If I remove soundcloud code, modals will show up again. Also, DOM updates will get triggered again.
No errors/warnings are shown in console.
Any ideas?
The text was updated successfully, but these errors were encountered:
PROBLEM: no modals are showing and no DOM update is automatically triggered (I need to call
changeDetectorRef.detectChanges()
), when I import and use SoundCloud API with typings in my Ionic2 project.How I am importing SoundCloud API to my Ionic2 project:
In command prompt:
npm install soundcloud
typings install soundcloud --save
In my TS:
import * as SC from 'soundcloud';
or
import SC = require('soundcloud');
The soundcloud api itself works perfectly (audio streaming, tracks listing). But, no modal will show up in my ionic2 project while this code is inserted in any ts file of my project. Also, no DOM update is automatically triggered.
My ionic info:
NOTE:
If I remove soundcloud code, modals will show up again. Also, DOM updates will get triggered again.
No errors/warnings are shown in console.
Any ideas?
The text was updated successfully, but these errors were encountered: