Questions tagged [nativecss]

The nativeCSS is a free framework to make mobile app styling/theming easier with CSS.

The nativeCSS is a free framework to make app development easier.

Use CSS styling in your apps today.

There is library for iOS, Android and Xamarin development.

nativecss.com

6 questions
4
votes
1 answer

NativeCSS & Xamarin.Android

I need some help getting NativeCSS running for Xamarin.Android (in Xamarin Studio). What I have done: -Added .dll to References in my Xamarin project. -Added styles.css file to different folders (root, Assets, Resources, and also to the debug output…
EVZ
  • 41
  • 2
1
vote
1 answer

EXC_BAD_ACCESS when using NativeCSS

I'm trying to use the nativecss library but face the EXC_BAD_ACCESS error. This error only appears when the following style is added: viewcontroller#view { -ios-style-guide-visible:true; } or viewcontroller#view, viewcontroller#view > view {…
Lukasz 'Severiaan' Grela
  • 6,078
  • 7
  • 43
  • 79
0
votes
0 answers

Tree view structure CSS node position issue

CSS:- body { font-family: Calibri, Segoe, "Segoe UI", "Gill Sans", "Gill Sans MT", sans-serif; } /* It's supposed to look like a tree diagram */ .tree, .tree ul, .tree li { list-style: none; margin: 0; padding: 0; position:…
SFDC LWC
  • 1
  • 1
0
votes
1 answer

Using blur filter with nativecss component with xamarin.ios

I'm using nativecss Xamarin component for an iOS application I'm working on. It's really great but the other day I wanted to use this css: img{ filter: blur(5px); } but It doesn't make any changes. other css styles like border or style guide…
Mo Sadeghipour
  • 489
  • 8
  • 25
0
votes
1 answer

Android NativeCSS Demo flashes between styles

During DroidConNL 2013, I visited a talk about using CSS to style native views on Android. The guy showed his library and an example, which was really awesome. Since I finally found some time to look into it, I tried to set up the demo from…
Leon Joosse
  • 959
  • 1
  • 7
  • 17
-1
votes
2 answers

Display next elements with same class, breakpoint end of array

I have a little specific problem. This is my HTML structure: