David Dal Busco
David Dal Busco
thx @devoto13 adding the `style.css` as workaround seems to work for my website "styles": [ "node_modules/@fortawesome/fontawesome-svg-core/styles.css", "src/styles.scss" ]
I provided a PR to use Cocoapods for Google dependencies: https://github.com/EddyVerbruggen/cordova-plugin-googleplus/pull/615 Till the PR is merged, you could install it like the following: ``` cordova plugin add https://github.com/peterpeterparker/cordova-plugin-googleplus#cocoapods ... ```
PR https://github.com/EddyVerbruggen/cordova-plugin-googleplus/pull/615 has been merged (to fetch dependencies from cocoapods) and @EddyVerbruggen has released a new version of the plugin v8.0.0 Therefore, except if someone is still facing the above...
Might be related/duplicated by https://github.com/EddyVerbruggen/cordova-plugin-googleplus/issues/632 I think that if you didn't notice the error while installing the platform as described in #632 then you might end up with the above...
Thx for the feedback @flamders 👍 That's good news, means the patch might solve two issues at once 😉
Good idea, also I would learn something because I don't now that subject at all ;) I might prioritize some other subjects but an interesting subject, thx for the input
@danielsogl you were faster than me to open the enhancement request which was on the pipeline I still have to migrate here too ;) Fully agree with you, but to...
Seems that the problem was related with the cache. I should check with the next deployment if I could reproduce the problem. If yes, means there is some cache problem...
It is a requirement of my PDFTron licensed client. We are implementing a custom "Save" feature. Therefore, I guess, the popup is less useful in such process. I'll discuss with...
@gevgeny @soundshed I withdraw my comment. Seems it works while debugging (ionic serve) but not when I want to build a proper app using aot ionic build iOS --prod =>...