Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nativescript

Cannot Find A Compatible Android Sdk For Compilation When Running `tns Platform Add Android`

I am following an official NativeScript tutorial and having a problem configuring my OS X environme… Read more Cannot Find A Compatible Android Sdk For Compilation When Running `tns Platform Add Android`

How To Set Max-height In Nativescript?

Here is my layout (It's a nativescript-vue app): Solution 1: Try, < template > < Grid… Read more How To Set Max-height In Nativescript?

Nativescript Linux Setup (install Android Sdk Platform 28 Packages) Failed

When following the official NativeScript installation for Linux (https://docs.nativescript.org/star… Read more Nativescript Linux Setup (install Android Sdk Platform 28 Packages) Failed

How To Use Events In Nativescript Exoplayer?

Link to player: https://github.com/nstudio/nativescript-videoplayer I am using exoplayer in my nati… Read more How To Use Events In Nativescript Exoplayer?

Radlistview Itemtap Produces "calling Js Method Onitemclick Failed" Error Page

I have a RadListView showing a list of items loaded from server. I want to tap on a single item and… Read more Radlistview Itemtap Produces "calling Js Method Onitemclick Failed" Error Page

How To Load A Local Html File Into A Nativescript Webview

I have modified the webpack.config.js to add a local file called index.html the code below : new Co… Read more How To Load A Local Html File Into A Nativescript Webview

{n} Nativescript 6 - Typeerror: Cannot Read Property 'viewcompat' Of Undefined

After updating from NS 5 to NS 6, I got the following error when trying to run my application on An… Read more {n} Nativescript 6 - Typeerror: Cannot Read Property 'viewcompat' Of Undefined

Nativescript Tns Build Failed After Adding Nativescript-ui-dataform Plugin

I added plugin nativescript-ui-dataform to my project with command, tns plugin add nativescript-ui-… Read more Nativescript Tns Build Failed After Adding Nativescript-ui-dataform Plugin