mrwrighty
mrwrighty
How do I use the close() event. Cannot seem to get it to work. ` export function onDateOpen(args){ var weDate = args.object.page.getViewById("weekending"); //DateTimePicker Dialogs.alert({ title: "Warning", message: "You cannot select...
Hi I understand there is a dateChanged event linked to the DateTimePicker. It does not appear that this event is triggered at any point. ` ` Should this work.
Trying to set up background upload as per code on these pages and getting the following error: export 'bghttp' (imported as 'bghttp') was not found in '@nativescript/background-http' (possible exports: session)
I'm using the following code to set the MinDate, based on the date from another datetimepicker:- export function onEndDateTap(args){ var startdate = args.object.page.getViewById("startdate"); var leavestart = new Date(startdate.text); DateTimePicker.pickDate({ minDate:...
I have been using PhotoViewer on a new app. If I have up to 11 images all seems OK, but above 11 images the console says PhotoViewewer received the image...
Great course, many thanks. New to Flutter/dart, been using Nativescript and looking to move over to Flutter. I get this on the unknown user. E/RecaptchaCallWrapper( 8269): Initial task failed for...
I'm using the following code to set the MinDate, based on the date from another datetimepicker:- `` `export function onEndDateTap(args){ var startdate = args.object.page.getViewById("startdate"); var leavestart = new Date(startdate.text); DateTimePicker.pickDate({...
Importing nativescript-sqlite import { Sqlite } from "nativescript-sqlite"; Above line reports: - Could not find a declaration file for module 'nativescript-sqlite'. 'node_modules/nativescript-sqlite/sqlite.js' implicitly has an 'any' type. Try `npm i...
Here are my settings:- ```javascript nativescript_background_geolocation_lt_1.BackgroundGeolocation.ready({ reset: true, debug: false, url: 'https://myURL/service.asmx/uploadgeo, logLevel: nativescript_background_geolocation_lt_1.BackgroundGeolocation.LOG_LEVEL_VERBOSE, desiredAccuracy: nativescript_background_geolocation_lt_1.BackgroundGeolocation.DESIRED_ACCURACY_NAVIGATION, distanceFilter: 75, stopTimeout: 1, elasticityMultiplier: 4, autoSync: true, stopOnTerminate: false, startOnBoot: true, foregroundService: true,...
## Your Environment * Plugin version: 1.91 * Platform: iOS * OS version: 12.1.4 * Device manufacturer / model: iPhone X and 5C * Nativescript version (`tns info`): * Plugin...