nativescript-plugin
Here are 152 public repositories matching this topic...
-
Updated
Jul 17, 2019 - JavaScript
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.
I'm building an app in NativeScript-Vue and I need a custom marker info window.
Is it possible to remove the default window padding and position it below the marker?
-
Updated
Aug 24, 2019 - TypeScript
-
Updated
Mar 23, 2020 - TypeScript
Beta Documentation
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:
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
-
Updated
Jun 3, 2020 - TypeScript
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Dec 13, 2019 - TypeScript
-
Updated
Dec 3, 2019 - TypeScript
-
Updated
Feb 18, 2020 - TypeScript
Currently we can animate this stuff by calling fi. the rotateBy
function every frame, but it would be nice to tap into native AR animations provided by both platforms.
-
Updated
Dec 10, 2019 - C
-
Updated
Jun 17, 2019 - TypeScript
-
Updated
May 11, 2020 - TypeScript
-
Updated
May 25, 2020 - JavaScript
nativescript-facebook is in conflict with other apps that show push notifications such as nativescript-firebase since it overrides other delegates as seen here. It took me quite a while to debug this.
-
Updated
Nov 2, 2019 - TypeScript
-
Updated
Jan 26, 2019 - TypeScript
-
Updated
Mar 3, 2020 - TypeScript
-
Updated
Aug 13, 2019 - TypeScript
Nativescript provides placeholder which can be replaced with any view at runtime. It would be great if a placeholder can be replaced with AdView using Admob. An example is given at https://www.nativescript.org/blog/monetize-your-nativescript-apps-with-admob-(part-1---ios) and https://www.nativescript.org/blog/monetize-your-nativescript-apps-with-admo
The documentation says you can pass null
or an empty string to the shadow directive to remove the shadow. I'm dynamically passing a number value or null depending on the platform with this method:
public iosShadow(level: string): number {
if (this.platform === 'ios') {
return Number(level);
}
return null;
}
And view:
<StackLayout [shadow]="iosShadow(2)
-
Updated
Mar 23, 2020 - TypeScript
In iOS, Gradient layout is animated when shown for the first time in the NativeScript + Angular app.
(tns version: 3.4.3, tns-ios version: 3.4.1)
Steps to reproduce:
- Create an empty project.
- Add Gradient plugin to the project.
- Add Gradient Layout to html
-
Updated
May 31, 2019 - TypeScript
Improve this page
Add a description, image, and links to the nativescript-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nativescript-plugin topic, visit your repo's landing page and select "manage topics."
Version
2.4.0
Reproduction link
https://github.com/nativescript-vue/nativescript-vue
Platform and OS info
tns-tns-android 6.2.0 / Arch Linux / nativescript-vue: 2.4.0 / nativescript-vue-devtools: 1.2.0
Steps to reproduce