mrwrighty

Results 25 issues of mrwrighty

### Issue Description After migrating my projects to a new MacBook Pro M1 my builds seem very slow. NS Doctor:- ✔ Your ANDROID_HOME environment variable is set and points to...

Old app worked fine with NS6 and NS7. Had to mod project so updated to Nativescript 7.1.2 Application refuses to load any page with a mapView defined. Upgraded to and...

### Issue Description When using ns debug ios I get the following error:- Unable to apply changes on device: ........ Error is: Could not start house arrest for application Device...

bug-pending-triage

Mac OS Catalina 10.15.7 NS 8.0.3 Xcode 12.4 Plugins Dependencies: @nativescript/core ~8.0.0 @proplugins/nativescript-drop-down ^9.0.2 nativescript-intl ^4.0.2 │ nativescript-iqkeyboardmanager 1.5.1 nativescript-ui-dataform 5.0.0 nativescript-ui-listview 7.0.0 Dev Dependencies: @nativescript/ios 8.0.0 @nativescript/webpack ~5.0.0-beta.0 NS...

NS 8.0.7 Xcode 12.4 Every time I run ns debug ios the app compiles fine and runs on the simulator. If I open Chrome to start the debugging process with...

Nativescript 8.0.7 Xcode 12.4 Webpack 5.0.0-beta.0 Editing the webpack.config.js file does not push changes to simulator on debug. Any changes to the webpack.config.js file are ignored after running ns debug...

Generating an image set for iOS is missing the contents.json file so the images are unassigned within Xcode. The only fix I can see is to drag and drop the...

When trying to load a new page I get the following error:- Uncaught TypeError: Cannot read property 'loadContent' of undefined (Anonymous Function) My code is:- `$.afui.loadContent("uib_page_1",false,false,"slide");` Also get error:- Uncaught...

Removed callback(null) for cancelAction in iOS. If left in this results in datePickerClosed event being called.

cla: yes

Can you list the events available on the DateTimePicker. I have used datePickerClosed, datePickerOpened, are there any others. I have an issue where cancel triggers the datePickerClosed function even though...