Hitesh Sapra

Results 7 comments of Hitesh Sapra

**how to make single item swipe and other should close automatically** `public class EventListAdapter extends RecyclerSwipeAdapter implements Filterable { private SwipeLayout preswipes=null; @Override public int getSwipeLayoutResourceId(int position) { return R.id.swipe;...

Correct, this issue is specific to Samsung Internet App(Browser). I confirmed it using a Samsung Galaxy A34, Samsung Galaxy A55, and OnePlus 10T. When visiting https://www.w3schools.com/, the HTML text color...

I am also facing the same issue with using `Get.bottomSheet`. The above solution isn't effective when using a bottom navigation bar. Could you please provide an alternative solution?

I've encountered an issue with the InAppReview feature on iPhone 16 Pro Max. After submitting a review once, the isAvailable method does not seem to function correctly when invoked again....

**Example:** ``` final InAppReview inAppReview = InAppReview.instance; final isAvailable = await inAppReview.isAvailable(); if (isAvailable) { await inAppReview.requestReview(); } ```

**Still experiencing mobile web browser account persistence issue with latest MSAL versions** **Environment:** - `@azure/msal-browser`: ^4.23.0 - `@azure/msal-react`: ^3.0.19 - Mobile browsers: iOS Safari, Android Chrome **Issue:** After successful Microsoft...

I'm experiencing this issue with Android Gradle Plugin 8.13.0. When building with flutter_typeahead: ^5.2.0, I get this error: Execution failed for task ':flutter_keyboard_visibility:checkDebugAarMetadata'. 19 issues were found when checking AAR...