TPTamás Polgárindeveloperrants.hashnode.dev·Jan 8 · 1 min readHello my dear (re-)followers!It was never a question that Medium is a daycare for deranged emotional children and not a very good place for a tech blog. Why I even stayed there for such a long time is a mystery even for me. Finally they banned me for “offending” idiots, includin...00
TPTamás Polgárindeveloperrants.hashnode.dev·Dec 29, 2019 · 3 min readDetecting the Android Back button in NativeScriptThe Android hardware Back button can be a pain to handle. By default it goes back to the previous route, and when route history ends, it exits the app. It’s not necessarily what you’d like. For example when you open a modal dialog, you may want the B...00
TPTamás Polgárindeveloperrants.hashnode.dev·Nov 19, 2019 · 2 min readNativeScript Angular: Why don't my ReactiveForms work?NativeScript Angular: why don’t my Reactive Forms work? They actually do… and it’s a very simple fix. I’ve just spent some time cursing at the screen (something I’ve been doing since I was 12: a senior is simply someone who has been a junior for a ve...00
TPTamás Polgárindeveloperrants.hashnode.dev·Mar 10, 2019 · 3 min readNested vs flat CSS: the performance questionNested vs flat CSS: the performance question Nested classes are one of the blessings of dynamic CSS, but they come with a lot of warnings. Generally it’s not recommended to build class structures deeper than 3–4 levels or it will impact page renderin...00