Shtibel

Results 10 issues of Shtibel

When I try to add options to getLibrary() I get this error: ``` Uncaught TypeError: success is not a function ``` Here is my code: ``` let libraryItemOptions = {...

Trying to show Thumbnail in IONIC here is my code: ``` if(this.platform.is('cordova')){ this.library = []; this.photoLibrary.getLibrary({ includeAlbumData: true, quality: 1.0, thumbnailWidth: 100, thumbnailHeight: 100, itemsInChunk: 100, chunkTimeSec: 0.5, useOriginalFileNames: false,...

Hi there, I have a form with text inputs, check boxes and ionic-selectable. when the user start typing in an input he can move to the next input from the...

Hi here is my code: ` this.treatmentOptions = { allowClear: true, formatNoMatches: (term) => { return ("Nothing for:"+term); } }; ` Y is this not working? Here is the link...

**bug report** **Current behavior** If there is 1 publisher and 1 subscriber the audioLevelUpdated event works, But when a new user subscribes to the session it stops working. **Steps to...

**Testing platform** > IOS, Ionic, cordova **Current behavior** > I am subscribing to a call from IOS device, and I hear the audio on the speaker but the volume is...

# Bug Report **Testing platform** > Android, Ionic, cordova **Current behavior** > After an openTalk session has ended, If I get a real incoming call the call is silent, What...

Hi there, We are working with signaling on our project we have a **website** and an **Ionic application**. On the **website** we work with the opentok CDN: `` On the...

Hi there, A new problem I have with positioning of the videos. I am running the application in a device that is in language Hebrew and the video is not...

Hi there, I want to resize the subscriber video. Like I start with the subscriber HTML container is width: 100%, height: 600px; and I want to change it when clicking...