Nathan Walker
Nathan Walker
It was updated just yesterday and now supports Angular 10.
@aquinn637 Thanks for the sample repo. I went ahead and upgraded the project to {N} 7 and Angular 10.1 with working sidedrawer. Perhaps this helps show you the changes needed...
@cjohn001 I investigated this for a bit today and appreciate you sharing that repro. Indeed style is `undefined` and currently looking into the presenter setup as well as alternate ways...
@grigala this is great! thank you for kicking this off.
We will likely rename this to just `pdf` as we will likely in the future work in other pdf features into this, for example also allowing PDFKit usage on iOS...
This is amazing everyone. We’ll try to publish this before end of week.
@nativescript/[email protected] published now. 🤗 We will likely add more features to this over time as mentioned, like including ability to create pdf's as well as convenience to go beyond just...
@KATT when you get a chance could you try something? Open this file: ``` code node_modules/@nativescript/apple-pay/payment-authorization-view-controller-delegate.ios.js ``` On line 42, change it to this: ``` var pData = NSJSONSerialization.JSONObjectWithDataOptionsError(payment.token.paymentData, NSJSONReadingOptions.MutableContainers);...
Isn't a cancel a close though? Just wondering without anything to notify when canceled would leave out a way to respond to when the datepicker is no longer on screen,...
@crowers we had to back out Osei's fix in core as it caused a side effect but in the process we did find a workaround if you want to try...