Naoval Luthfi

Results 12 issues of Naoval Luthfi

i have a function like this ``` hangup() { console.log('hangup'); this.peer.disconnect(); this.peer.destroy(); this.peer.on('call', (call) => { call.close(); }) if (!this.myEl.classList.contains('disableCall')) { console.log('Hide'); this.myEl.classList.remove('showCall'); this.myEl.classList.add('disableCall'); } this.hideCall = false; this.hideCallLogin =...

**Do you want to request a *feature* or report a *bug*?** Question **What is the current behavior?** I'm trying to use `ar-threex.js` on my angular app, i've added on `index.html`...

question

Hi, i'm currently using this repo with angular 13 and it's working well on android. But on iOS, the custom marker didn't work properly, only hiro marker is working. I'd...

I'm calling the speak function on onEnd function from useSpeechRecognition like this ``` const onEnd = () => { fetch( "http://api/Main?id=test&lang=kor&req=" + value, {} ) .then((res) => res.json()) .then( (result)...

Hi i wanted to use this on my app, but my target audience is mostly korean, does this support korean too? Also does this works on safari too?

I want to create a web builder platform such as WIX and SQUARESPACE, is that something that i'm able to do using builder.io?

Actually i'm building Supabase version now, i've made a firebase angular app before and i did pagination. But i still can't get used to use Flyer chat yet. So do...

question

![image](https://user-images.githubusercontent.com/43715306/129138265-d8f8536a-a895-4809-88e1-5c548c549902.png) i want to create a multiple player controls by one video or a custom controls, i manage to control play pause and stop but how do i control if...

I try to serve as the readme told, but i got this error ``` An unhandled exception occurred: Cannot read property 'has' of undefined ng has unexpectedly closed (exit code...

I've tried to install on desktop and android, both works. But on iOS there's no popup and there's no add to homescreen feature. Is there any step i need to...