Aaron B. Russell
Aaron B. Russell
Doesn't look like many PRs are being merged right now but if you need the fix urgently you can apply this patch to your local copy of `src/ios/DatePicker.m`: https://github.com/VitaliiBlagodir/cordova-plugin-datepicker/pull/214/files
I am also seeing this issue -- automatic refresh does not appear to work in the most recent release.
Hi @KevinSheedy, my config is as follows: ``` { "fullscreen": true, "autoStart": true, "lazyLoadTabs": false, "websites": [ { "url": "https://example.com", "duration": 15, "tabReloadIntervalSeconds": 60 }, { "url": "https://example.com/2", "duration": 15,...
Yeah that's working -- must be something weird with the page I'm using rather than your plugin. Perhaps it has something to do with the problematic page pulling data in...
It looks like this original version might be abandoned. I've fixed this issue on my fork at https://github.com/arussell/AlexaNissanLeaf .
I am also seeing this issue under 24.10.0, `get_internal_network()` returns WAN IP. Hard coding internal Docker range with `INTERNAL_SYSTEM_IPS = ("172.16.0.0/12")` and rerunning `./install.sh` does not fix the issue, still...
@aamarques I tried this earlier in this thread, but it didn't seem to help: > I am also seeing this issue under 24.10.0, `get_internal_network()` returns WAN IP. Hard coding internal...