girubhai

Results 10 issues of girubhai

**Describe the bug** I wanted to call from the app and when I clicked the number I want to call, I got redirected to my phone default caller. To Reproduce...

Hi, After calling notifyItemRemoved(position) and after that notifyItemRangeChanged(position, data.size()); the item re-appears after the remove-animation over an other item at the same position it was "removed". I use the SlideInLeftAnimator...

Thanks for great library !! Is there support to select both Picture and Video ? Have checked video support from https://github.com/Dhaval2404/ImagePicker/issues/216 then only video appear . And In Readme there...

Edited from original submission: This issue is tracking the ability to give a specialized collapse/expand mode. For example, that only one item can be expanded at a time, or only...

enhancement
question

I want to use Image selection in custom class instead of activity and fragment and need to remember some parameters (for e.g. User Profile ID) with image selection. In current...

After implementing **Facebook Account Kit** and run project it shows **Firebase API initialization failure** as FirebaseApp: Firebase API initialization failure. java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invoke(Native Method) at com.google.firebase.FirebaseApp.zza(Unknown Source) at com.google.firebase.FirebaseApp.initializeApp(Unknown Source)...

Sign in into FB (latest apk downloaded from Google play) using mobile number. Now Run code (No change) to signin with mobile. Clicked on Login with Phone option and that...

When use account kit with project which uses firebase messaging, it crash as > E/AndroidRuntime( 7191): java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/api/Api$zzf; > E/AndroidRuntime( 7191): at com.google.android.gms.auth.api.Auth.(Unknown Source) > E/AndroidRuntime( 7191):...

Hi,As given in sample code,to navigate another view controller there is code as `case LeftMenuSwift: [self.slideMenuController changeMainViewController:self.swiftViewController close:YES]; break;` and the `SwiftViewController` defined as `UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];...

Thanks for Great library. Is there camera option ?