Code-N-K
Code-N-K
Can you(@rpaschoal ) suggest me the functional code as i was unable to find proper tags in your ng-chat module.
Hi @rpaschoal, it is just an interface. But I need the actual code to add a new button on user message chat window. My main query is I need to...
I am unable to extent the ChatOptions as dont have any example for the same. I can only fork if some working example is available. i have forked the fesm5...
@songpr You need to add Runtime Uri Grant Permissions. ` if (!mGalleryOnly) { // Camera action will fail if the app does not have permission, check before adding intent. //...
I have updated the author.. As we have the fix we could do it with libarary code also.. On Fri 23. Feb 2018 at 4:07 PM, Yernar Mendigarin wrote: >...
Until we get a new version with the said changes using the libarary will not work. On Thu 22. Feb 2018 at 4:18 PM, songpr wrote: > I've forked and...
Manage by Yourself. On Sat, Feb 24, 2018 at 6:11 PM, Yernar Mendigarin wrote: > I've got another question. for some reason, it doens't seems to have a > runtime...
@Mariovc Solution for Exif : as per android documentation [https://android-developers.googleblog.com/2016/12/introducing-the-exifinterface-support-library.html](url) Use import android.support.media.ExifInterface; 1. Change in gradle build for : implementation "com.android.support:exifinterface:${libs.supportVersion}" 2. Now import android.support.media.ExifInterface; in ImageRotator and update...