Bright Lee
Bright Lee
Hi guys, you might have noticed that 'Swipe action' is iOS thing. It's not compatible on Android since it has scrollable tab navigation. If you look facebook for any major...
It only provides the top position for now. It should give an option for the bottom position. (and center too) ``` showBanner({ ... position: 'bottom', // 'top' | 'center' |...
resolves #128, #17 
It does not detect the end of scroll and make final action. At the result, when we scroll to make it half collapsed, it stays there. So we detect `onScrollEndDrag`...
Many popular apps have been using this behavior. Transition between big header and regular header reference: https://gfycat.com/SpectacularHeftyGentoopenguin
related issues: - [Imposing no cache for a SWR call](https://github.com/vercel/swr/discussions/456) - https://github.com/vercel/swr/discussions/2318 ### Problem (with `suspense: true`) Sometimes you want to start component with the latest data especially when you...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue This...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
Hi, I'm using this plugin long time but have not figured out how to send a silent push on Android. min SDK : 21 First of all, weird thing is...
Android SDK : API 25 Tested device : Android 5.0 device, 6.0 device. Tested on release build. It was working fine before. (on API 23) I'm not sure since when...