django-pwa icon indicating copy to clipboard operation
django-pwa copied to clipboard

Looks like an app, feels like an app, but IS NOT an app.

Results 51 django-pwa issues
Sort by recently updated
recently updated
newest added

Hi, It miss the content type when returning `manifest.json` it would be great to do the same as `serviceworker.js` :) Thank you !

#37 Miss content_type on manifest.json -------------------------------------------------------- Fixed with custom file option like serviceworker, by setting a path variable `PWA_MANIFEST_PATH` at the settings.py #38 sizes not in html -------------------------------------------------------- Corrected the...

### Description: The project documentation suggests configuring PWA_APP_ICONS_APPLE for Apple-specific app icons in the settings.py. However, the progressive_web_app_meta inclusion tag in templatetags/pwa.py, which passes settings to the pwa.html template, only...

Console logs Uncaught (in promise) TypeError: Failed to execute 'addAll' on 'Cache': Request failed django-pwa: ServiceWorker registration successful with scope: https://bazarside.com/

Can a progressive web application created with django-pwa be published to app stores like Google Play or Apple App Store?

When running with Django 4.2, there is a log : ``` /Users/pmind/.virtualenvs/myproject/lib/python3.10/site-packages/pwa/views.py:8: ResourceWarning: unclosed file response = HttpResponse(open(app_settings.PWA_SERVICE_WORKER_PATH).read(), content_type='application/javascript') ``` The source code is : ``` def service_worker(request): response =...

Taking advantage of the builtin "render" function and make the service as much dynamic as possible using the values already declared in the settings.

Missing staticfiles error appears: ``` ValueError at /offline/ Missing staticfiles manifest entry for '/css/django-pwa-app.css' ```

Add compatibility with Django 4.0, maintaining the compatibility for older Django versions

Hello, I have setup everything correctly and the install popup works on desktop but it does not work on mobile devices. Any idea why this could be happening?