Roeland Verbakel
Roeland Verbakel
Would be nice indeed if you can make an update that is compatible with Angular 9
Okay, I resolved this issue I had to update Capacitor to version 3 https://capacitorjs.com/docs/updating/3-0 After I took all the steps, the error disappeared.
yes, you should remove the import of the Google Auth plugin of the MainActivity.java https://capacitorjs.com/docs/updating/3-0#switch-to-automatic-android-plugin-loading this means you can comment out / remove the import com.codetrix..... and also the code...
Working on a drag and drop editor in the [skilltree project](https://github.com/handihow/skilltree). I finished being able to drag and drop skilltrees. Now trying to do the same for the skills inside...
Hi thanks for comments Andrico, unfortunately showing the pop-ups didn't work for me. I decided to go with a package 'react-sortable-tree' to handle editing (and re-arranging) the skills in the...
Please merge this PR.
thanks Anthony!