Norman Breau
Norman Breau
> I understand, folks. I'd rather have you focus on substantial things. I guess this issue boils down to adjusting the docs a bit. Agreed, I'll move this issue over...
This needs to be carefully worded, as server-driven pages have limited abilities if you still want to be compliant with Apple App Store and Google Play store policies. We don't...
> Do I understand correctly that fetching static HTML off a remote source (for the purposes of templating) would not cause issues with Apple App Store/Google Play Store store policies,...
> Thank you for the detailed answer! The case I was interested in personally is the scenario where there is no remote JS at all, only remote static HTML. Basically,...
Based on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Cache), it looks like the Cache API is a service worker feature. I'm pretty sure service workers are **not** supported by the underlying webviews. They are supported in...
Ah ok! Interesting. If that's the case I'd suspect it to work like the other web storage strategies. I think it should be tested though. > Various sites out there...
The current dev docs removed usages of `ANDROID_HOME` and uses `ANDROID_SDK_ROOT` instead. I think this issue is satisfied? If not, we should document what specifically needs to be improved.
> Any chance you can please include a link to those specific docs thanks. I'm not sure on the actual official docs. Sorry I'm a bit new to this. The...
PR welcome: https://github.com/apache/cordova-docs/blob/master/www/_data/tools.yml
This page is explaining the platform pinning behaviour that the CLI does, so I think we can probably just remove `9.x` and leave it open ended. We could also probably...