Abdulrahman Hashem

Results 7 comments of Abdulrahman Hashem

For me, the heap usage reduced by 50% when I just dropped those lines from `nuxt.config.js`. defaultLocale: 'ar', defaultDirection: 'rtl'

@AdrianSima You can get the service code from the repository. Create your own project service for video embedding. Fix what it needs for Angular 8 upgrading and continue working.

@danconte72 Can you check my [pull request](https://github.com/SamirHodzic/ngx-embed-video/pull/35) please.

For me, I just wrapped my custom elements with `div`s and applied the `v-if` statements on those `div`s

I figured out to do it this way using SCSS: plyr__volume { max-width: initial; min-width: initial; width: auto; position: relative; input[data-plyr="volume"] { width: 7rem; margin: 0; position: absolute; left: 50%;...

@ccvlad `ConnectyCube.chat.onSystemMessageListener` is never being invoked. I'm registering this callback after initializing the chat `await ConnectyCube.chat.connect({ userId: this.userId, password: this.currentSessionToken, });` `ConnectyCube.chat.onSystemMessageListener = (msg) => { console.log('ConnectyCube.chat.onSystemMessageListener msg', msg); debugger;...

A little trick to achieve that: ``` My Cool App Opening My Cool App... setTimeout(() => { var div = document.getElementById('redirect-div'); div.click(); }, 1000); function navigate() { var url ="myCoolApp://mycooldomain.com";...