Hans
Hans
btw. this would be cool for other overlays as well. In the github app for example you can see toasts that are added to a page instead of globally😊
For example in the github app, when you "done" a notification: You get the same toast that i described in use case 1 - a "undo" toast, where you can...
Adding a button kinda "would work", but if we take the undo toast as an example: Normally i would have a text like "undo" and the click function to the...
Wouldn't it be easier then to just add a click handler? 🤔 This would also give the advantage that it would work with header and message for example
Are there docs for plugin developers, what changes should be done to support capacitor v4 with our plugins?
That sounds amazing! I'm currently using Angular's HttpClient or (in apps where i need ssl pinning) the Cordova Plugin u mentioned. I don't know if i understand it correctly and...
Personally i like to have only that code in my app that is necessary, thats why i really liked when in V3 also Plugins like Haptic etc gets removed from...
Some more thoughts: - Canceling Requests (Cordova Plugin supports that) - Timeout & Retrys - Web-Support if using Plugin directly - Data serializer, to be able to send json as...
Same Issue here
i will create a repo in the next days, thank you!