Jan Gessinger
Jan Gessinger
EDIT: See my new answer below. OLD: I solved it with a pseudo item: Component: ``` @HostBinding('style.--gridster-margin') gridsterMargin!: string; options: GridsterConfig = { initCallback: (instance) => { this.gridsterMargin = instance.options.margin...
Also waiting for this to switch. Is this feature on the roadmap?
Here is an updated version of my solution, because I forgot some important information to get this work: Component: (adds the margin as css variable to the component) ``` import...
Same problem here. Is this a fixable bug by the dev team? Or cant this behavior be changed and we have to force (somehow) the connection directly to the coordinator?
Just to add this new reference here: https://www.npmjs.com/package/capacitor-android-shortcuts Thanks again for contributing ;)
Im not planning to add iOS support. I dont even own a Mac for it nor have an iPhone. My plugin is specific for android shortcuts. Maybe there is another...