Dimitris-Rafail Katsampas
Dimitris-Rafail Katsampas
> > > Hi, @CatchABus. Feel free to make a PR. The progress bar, which is the base for the slider, already supports orientation. > > > > > >...
Sorting is intended since selector specificity and order matters in CSS. This might be a scoped css thing if you declare styles in Vue templates, but this is just a...
> getCurrentLocation() returned an error in NativeScript 8: Error: Cannot enable the location service. TypeError: Cannot read property 'Accuracy' of undefined > > I'm using the latest version "@nativescript/geolocation": "8.1.0"...
> Hi, This problem still exists, and in my case it's not about googlePlayServicesVersion. As the original issue states:` Cannot read property 'Accuracy' of undefined` is the reason for failure,...
It seems gradient-stops uses `var()` with fallback defaults and core can't comprehend it. ```css --tw-gradient-stops var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) ``` EDITED: Actually, the problem might be deeper as...
Interesting. Does android behave as expected?
It's worth considering whether we should value native look-and-feel over cross-platform consistency or not. Because in iOS, we have actual support for a complete shadow styling while android merely offers...
@SeanKelly369 I noticed some designers divide blur by screen scale. I found a Sketch vs iOS shadow discussion here: https://stackoverflow.com/questions/34269399/how-to-control-shadow-spread-and-blur Can you check if dividing blur gives you the ideal...
> I was looking through the documentation but did not see any examples for Core. I tried using it in my app, but it does not render anything. You can...
This looks like a kotlin version conflict thing. You can do the following steps to solve this. 1) Enable kotlin using `useKotlin` configuration 2) Set kotlin version to a newer...