nativescript-floatingactionbutton icon indicating copy to clipboard operation
nativescript-floatingactionbutton copied to clipboard

Material Design Floating Action Button in NativeScript apps.

Results 37 nativescript-floatingactionbutton issues
Sort by recently updated
recently updated
newest added

Is there any way to use SVG images instead of png and icons.

enhancement

if i use hideOnSwipeOfView="userList", i want fab show when scroll reaches bottom.

question

Hey All, Trying to get this library working with the latest nativescript 6.1.0 version and I'm getting this error occasionally when navigating to / from the page, which also crashes...

For some reason shadow is not showing up on iOS (Angular). Not sure if it should be automatic or if I have to apply CSS shadows? Using version 4.1.4 ```html...

Hi, I've noticed a tiny bug with android version of FAB. When you set the `background-color` to `rgba` value with non-zero and non-one alpha value, the background actually shrinks, leaving...

On ios we have the problem, that the tint color of the icon is overwritten. In other words, the icon we use is white but the default tint color of...

Currently the only way to hide or show the FAB is to call animate() on it. It works, but it is cumbersome because it won't follow swipeAnimation/hideAnimationDuration. I suggest to...

Fix to the icon being always tinted black in Android. This should solve #102 and #128. I'm not sure if this is the best solution but it's still a solution.

migrating @nativescript/ios from 8.4.1 to 8.5.0 will lead to the following crash: Uncaught TypeError: Cannot read properties of undefined (reading '0') at setImage(file: app/webpack:/ns-fab-issue-ios/node_modules/@nstudio/nativescript-floatingactionbutton/fab.ios.js:15:0) This PR fixes that crash.

Removes [global-modules-path](https://github.com/rosen-vladimirov/global-modules-path). It's no longer used after updating ancestor dependency [@nativescript/webpack](https://github.com/NativeScript/nativescript-dev-webpack). These dependencies need to be updated together. Removes `global-modules-path` Updates `@nativescript/webpack` from 3.0.4 to 5.0.12 Commits See full diff...

dependencies