mrwrighty
mrwrighty
What version of nativescript does this refer to. I'm running 8.1.5 and 8.1 for iOS and still getting flooded in the console with this message. CONSOLE WARN: WeakRef.clear() is non-standard...
Updated Node and now have v17.6.0 Running ns doctor does not complete and stops at getting Nativescript components No issues were detected. ✔ Xcode is installed and is configured properly....
OK after a lot of fiddling around I now have a working node v17.6.0. As I'm running Xcode 13.2.1 it is I believe still for Intel until 13.3 is fully...
Getting the same error whether I use Terminal with or without Rosetta. Not sure how this manifested itself as I can no longer compile apps. Compilation stops at the last...
Ok this is a repeat of https://github.com/dapriett/nativescript-google-maps-sdk/issues/452 Not fixed in 3.0.2
Bug in your code above, mkdir /libs && mv nativescript-googlemaps-3.0.3.tgz.zip mkdir /libs/nativescript-googlemaps-3.0.3.tgz Remove mkdir command Change to mkdir /libs && mv nativescript-googlemaps-3.0.3.tgz.zip /libs/nativescript-googlemaps-3.0.3.tgz
Still not working with downloaded zip file, any page with a mapView fails to load with no error. `` Remove the mapView above and the page loads. ns plugin list...
Same here, no CSS is applied to the element. I need to make the CheckBox about 3 or 4 times bigger than it is by default.
I used an image in the end, one image as an empty box and the other is box with tick and do and image swap on tap.
checkedChange not firing in Javascript, but tap does. Have tried brackets around the event, but this causes a syntax error. (checkedChange)="checkTap"