Skip to content
#

NativeScript

nativescript logo

NativeScript is a JavaScript-native mobile framework developed by Progress. NativeScript allows developers to build truly native cross-platform iOS/Android mobile apps using existing web skills (JavaScript, CSS, XML) and established frameworks (Angular and Vue).

Here are 659 public repositories matching this topic...

erkanarslan
erkanarslan commented Mar 5, 2020

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.2.2
  • Cross-platform modules: 6.0.1
  • Android Runtime: 6.2.0
  • iOS Runtime: 6.2.0
  • Plugin(s): unrelated

Describe the bug
openFile method of utils module does not preview the

nativescript-vue
vytautas-pranskunas-
vytautas-pranskunas- commented Apr 25, 2020

Hello,
I am trying to implement image caching on angular however there is no example how to do this.
In general example view model is updated however in angular there is no view model and with OnPush I need to go with observables. However the app crashes. Plus then not sure when to use enableDownload and disabled onload functions.
I asked question on stackoverflow.com but got no answer.
Ques

AnandkumarBShetty
AnandkumarBShetty commented Oct 4, 2019

Observations on Migrating a web Project: https://docs.nativescript.org/angular/code-sharing/migrating-a-web-project
1)In the link, looks like the order of the migration is not proper. Once the router config is completed, the module migration should be the next step followed by components migration as the component migration will update the respective module.tns file with the entry of the compo

vmutafov
vmutafov commented Feb 10, 2020

Currently, there is no information about why a given class is whitelisted or blacklisted by the metadata generator.
It would be great if we provide such information when a Gradle build is performed with the --debug flag.

Lester-Lynch
Lester-Lynch commented Jan 21, 2020

In README.md under Usage, function scan (single mode) I'd recommend either wrapping the alert function in a setTimeout as you did in the demo or removing the alert and using console.log. Currently, the alert will not be displayed. This caused me some head thumping until stepped thru a debug and then remembered the demo used the setTimeout.

sebastiandg7
sebastiandg7 commented Jan 15, 2020

Is there any update guide for new releases when using the nx cli?

I'm currently running version 8.0.14 and want to update to 8.1.1.

Note: My nx workspace is not using the angular cli, it uses the nx cli. Running

$ nx migrate @nstudio/xplat

fails.

Here is the output of

$ nx migrate @nstudio/xplat
>  NX  Report complete - copy this into the issue
promistrio
promistrio commented Sep 10, 2018

How to update user location. In my situation it's not working

<template>
    <Page class="page">
        <ActionBar class="action-bar" title="Карта">
        <NavigationButton text="Go Back" android.systemIcon="ic_menu_back" @tap="$router.push('/home')"/>
        </ActionBar>
        <StackLayout>

        <Button class="btn btn-primary" @tap="addMarker">Добавить устройство</Button>
Fatme
Fatme commented Oct 2, 2019

The new code-shared structure is based on remapped imports and we strongly recommended to use them in code-shared applications. This way, typescript compiler will take the correct file (with .tns or .web extension) depending on the platform you're building for - web or mobile. Here are the steps that you need to follo

methompson
methompson commented Apr 11, 2020

I've been using the beta version of this plugin for a bit and I'm noticing a fair amount of divergence between the Readme in the readme-2x branch and the way the plugin actually works.

Is there a more up-to-date document? If not, @EddyVerbruggen do you have a problem with a PR with some updated the documentation based upon some of the things I've noticed?

Here are a few points I've noticed:

nabilcreates
nabilcreates commented Nov 6, 2018

In my experience, i think this docs is more usefull, this is because

  • not everyone would use their parent view as PullToRefresh
  • I encountered errors while trying to use it

I found the solution and maybe you can test (and obviously update the docs 💯 )

Basically main idea is to wrap PullToRefresh with StackLayout

<template>
    <Page>
        <ActionBar title="App's Acti

Created by Progress

Released March 2015

Organization
nativescript
Website
www.nativescript.org
Wikipedia
Wikipedia
You can’t perform that action at this time.