panes icon indicating copy to clipboard operation
panes copied to clipboard

🎉📱 Create dynamic modals, cards, panes for your applications in few steps. One instance – Thousands solutions. Any framework and free.

Results 35 panes issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I updated cupertino-pane from 1.2.82 to 1.3.1 and I can't access the calcFitHeight method anymore. Has it been removed ? **Additional context** I'm using this project in...

**Describe the bug** When first initializing a pane, there is a delay that exceeds the threshold typical for "fast" UX which feels quite sluggish. Hiding a pane instead of destroying...

enhancement

**Describe the bug** I have this cupertino-pane that has an input. On phone, when I click the input, the keyboard shows up and misses the pane. The problem is, I...

**Describe the bug** If you switch pane (present(), destroy()) several times, then the same classes are added, which hinders customization **To Reproduce** Steps to reproduce the behavior: 1. Go to...

bug

For sure, it's good to go with creation of readable and **useful docs**. This is technical requirements. ### Docs includes - [x] Detailed descriptions - [x] Pages for each live...

documentation

**Describe the bug** When I open the keyboard, my Cupertino goes up. And this problem (no `background` at the bottom) appears on iOS when we turn on the `bounce` animation...

bug

**Describe the bug** It appears that I cannot drag to dismiss the sheet while the contents are scrolled down. I can only drag to dismiss when I've scrolled to the...

enhancement

**Describe the bug** When using the fitHeight option, changing the drawer content from 200px to 100px and call calcFitHeight(), the content grows instead of shrinking. **To Reproduce** https://jsfiddle.net/jwe3r4uy/ **Expected behavior**...

bug

- [ ] Switch to pointer events - [ ] Check left/right transition more accurate and smooth - [ ] Review most loaded memory functions with profiler - [ ]...

**Describe the bug** Vite uglify modules names, I wrote workaround for finding module. ```typescript let newPaneHeight = (await pane.modules.fitHeight.getPaneFitHeight()) as number let fitHeightModule = pane.modules.fitHeight if (!fitHeightModule) { for (const...