You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the native framework, if you drag-touch from the overflow menu, you can still select an item.
This means a single touch is needed to show the popup till you select an item from it.
Is it possible to do it here too?
I've tested the sample, and it seems it doesn't work this way.
The text was updated successfully, but these errors were encountered:
Hi @AndroidDeveloperLB,
TBH I haven't realized you can actually do that :)
It might have something to do with the OnClickListener being set in the sample app and not really with the library itself.
I'll check :)
So I wasn't really able to make something similar with this library. If you (or anyone else) has an idea how to accomplish this it would be great hear :)
It would be a cool enhancement.
On the native framework, if you drag-touch from the overflow menu, you can still select an item.
This means a single touch is needed to show the popup till you select an item from it.
Is it possible to do it here too?
I've tested the sample, and it seems it doesn't work this way.
The text was updated successfully, but these errors were encountered: