ptmkenny
ptmkenny
Not stale; having this issue now.
For reference, this does not seem to be an issue with Ionic React; I use about a dozen ion icons, and when I check the build directory, I only see...
Did you `cap sync` as described in the README?
Jetbrains Toolbox now seems to helpfully place files here on macOS: `$HOME/Applications/JetBrains\ Toolbox/Android\ Studio.app/Contents/MacOS/jetbrains-toolbox-launcher` So there's no need to mess with identifying the version and such anymore. If it's as...
The capacitor docs are out of date; [Ionic stopped supporting cordova packages](https://ionicframework.com/blog/a-new-chapter-for-ionic-native/) and this is now handled by danielsogl here: https://github.com/danielsogl/awesome-cordova-plugins Follow the instructions in the readme for awesome-cordova-plugins and...
@Elte156 Sure, https://bulma.io/. You will see whatever your browser/OS preference is, but you can change it by opening a new tab in Chrome, go to settings -> appearance -> light/dark...
Thanks for this information. I tried your suggested config but it doesn't seem to work: ``` lhci --config .dark.json collect --url https://www.bulma.io ``` In this case, on my local machine...
@Elte156 It must be something that the OS/Chrome is doing itself because, in addition to changing from Light to Dark and back in the browser, I noticed I can also...
It seems [Chrome has a flag for forcing dark mode](https://superuser.com/questions/1566855/force-dark-mode-for-web-contents-in-google-chrome-chromium-using-command-line): ``` --enable-features=WebContentsForceDark ``` Is there a way to use this flag with lighthouse-ci?
@Elte156 Unfortunately, that did not work. It seems there is something special about the dark mode behavior, but I can't find good documentation for it so I [asked Stack Overflow](https://stackoverflow.com/questions/78290613/how-can-i-force-chrome-to-use-dark-mode-for-all-websites-via-the-command-line)....