Questions tagged as 'nativescript'

1
answer

What is Native Script?

I recently read about Native Script, wanted to know a little more about it and how it works. What is Native Script? What are the advantages? How does it work? Is it worth using? While your learning curve?     
asked by 30.07.2016 / 13:30
0
answers

where to save a file inside the nativescript project to be able to access it

I want to open a file in nativescript, I can open it using the following code: var openFile = function () { var FilePath = file.path; if (FilePath === false) { console.log('File Format Not Available'); } else { var intent = new android...
asked by 12.06.2018 / 22:29