Colonel Panic

Results 24 comments of Colonel Panic

hey, it seems not to happen to me when using the example app (on Sony w/ Android 9), I guess it's something in your webapp's code causing this behaviour. check...

Thx @camoralb, will test/merge it when I'm back from vacation

Care to test? Didn't check yet, and won't be able in the next time

In short, open the storyboard in xcode, remove the app header from the UI there, fix the rest of the layout, then remove all the code referencing the header.

I recently looked into a similar [issue](https://github.com/xtools-at/iOS-PWA-Wrapper/issues/10) with the iOS wrapper. My approach would rather be "whitelisting" social login urls/domains , so they don't open in a new window in...

I guess you could try adding intent filters for those domains to the manifest, but that's not a real solution either (user is prompted which app to use, but if...

try this ``` /* Chromium Only */ @supports (contain: paint) and (not (-moz-appearance: none)) { dialog.fixed { top: 0; transform: none; } } ```

I've had some troubles on a RPi too and was able to fix the broken scapy-install by getting it from apt: `sudo apt-get install python-scapy` (using Python 3.5) maybe this...

i'm experiencing something similar - when pausing a podcast and then losing audio focus (eg by playing a WhatsApp voice message or watching a video on Twitter - both of...

Hi, I've already looked into this when I've started this project :D To run Cortana, you have to use MS IoT Core, which, according to my findings, can't be installed...