Muneeb Ahmad

Results 15 comments of Muneeb Ahmad

I am having the same issue. also if anyone can help in telling me what is the best way of setting up the package. I am having trouble figuring out...

@rafaelsetragni If I start listening to the actions on one screen and then I move to the other one, I cannot navigate when the user clicks on a notification action...

Any update? @zhouzhou94alone @thanglq1 @wzlsquall @matsu911 @ened

I apologize for the code formatting. Just copy poste that into your VS Code. I need help ASAP.

I am using angular library of formIO. I have added the CSS to my component CSS file but nothing works. I inspected the elements to find out that the ck...

@Larpoux @RitchieP @islom9797 Having same issue. ` void startRecorder() async { if (_mRecorder!.recorderState == RecorderState.isPaused) { resumeRecorder(); return; } Directory tempDir = await getApplicationDocumentsDirectory(); _mRecorder! .startRecorder( toFile: '${tempDir.path}/audio.wav', codec: Codec.pcm16WAV,...

Issue fixed. Thanks @Larpoux. very much appreciated man

any resolution to this? I am trying to import a service from remote-1 into remote-2. I had created remote1 angular app using ng new and added single-spa-angular afterwards. there is...

Hi... @adhonay, I hope you are doing well. I have just started working on a custom component and am struggling to create one. I need to create a component that...