Daniel

Results 5 comments of Daniel

Thanks for your reply! npm is not able to resolve the dependency to @capacitor/core@^3.0.0, so npm stops installing it, if Capacitor 4 is present (`npm install capacitor-blob-writer`). When I force...

> v1.1.1 should be compatible with Capacitor 4. Please test. Wow, thanks for implementing this that fast! The installation works now, I will check on the weekend if the plugin...

> > v1.1.1 should be compatible with Capacitor 4. Please test. > > Wow, thanks for implementing this that fast! The installation works now, I will check on the weekend...

Yes, I don't understand, why so many people are satisfied with the current behavior. Maybe we are using the Modal in a wrong way? I am using a "page", which...

I found a nice workaround by doing it the Angular native way, hopefully it helps: When you use the ModalController, you actually _can_ bind some methods - and therefore you...