Chris Weight

Results 9 comments of Chris Weight

> /EncoderDecoderTogether.min This worked for me, cheers :)

@tistisman - you can already freeze columns: https://swimlane.gitbook.io/ngx-datatable/api/column/inputs#frozenleft-boolean

I can confirm this is *still* an issue.

Nope, I'm having the same issue too, it just doesn't want to resolve...combined with the other issues on the board, it's a problem...

Ok, did some digging the source code and for Android, you can actually request the thing you want to do directly and it _should_ then automagically pop up the permission...

`// HACK: on iOS, the 'hasWritePermission' call also triggers the Permission request alert, so we can just // call that return new Promise((resolve, reject) => { this.calendar .hasWritePermission() .then(hasPermission =>...

No worries, cheers!

I've opened https://github.com/capacitor-community/fcm/pull/158 from my fork to address this - any maintainers able to take a look and feedback (@stewones)?