Skip to content
#

PWA

pwa logo

Progressive Web Apps start with a traditional web site/application and progressively enhance with modern features. When sites are secure they can leverage ServiceWorkers to provider users with offline support, Push notifications can help re-engage users, and Web App Manifests let users install PWAs alongside native apps.

Here are 4,388 public repositories matching this topic...

angular
Summer-Lin
Summer-Lin commented Mar 16, 2020

Dear all,
I don't use Quasar Cli and Vue-cli. I build a project by myself with webpack 4.x
I want to import one component like QSelect and don't import everything from Quasar.
Do you have any suggest ?

Now I import like this and it can work, but I think it's wrong this way.
When I build the project it's more than 300KB and it's too big.

The document want me install

pitust
pitust commented Jul 4, 2019

This uses the latest release of Onsen UI. In case the issue is not reproducible in desktop browsers, just follow the previous steps and also modify the platform version at the end (you can also open the mentioned site on a device).

Environment

Onsen UI Version: 2.10.8

Framework: react-dom 16.8.6 (I think it also forces react to be 16.8.6)

Framework binding: react-onsenui 1.11

saleor
purpledot
purpledot commented Jan 27, 2020

What I'm trying to achieve

Create checkout with a checkout line.

Steps to reproduce the problem

  1. checkout = Checkout.objects.create(...)
  2. checkout.lines.create(...) or CheckoutLine.objects.create(checkout=checkout, ...)

OR

  1. checkout = Checkout.objects.create(...)
  2. if checkout: pass

What I expected to happen

Database insertion without additional coun

michelschmit
michelschmit commented Jan 21, 2020

Describe the bug
On Firefox with amplify-js-vue. Since the only trigger event of UserNameField inputs is v-on:keyup, select a value from the firefox autofill dropdown only with mouse doesn't call the usernameChanged function.

To Reproduce
Steps to reproduce the behavior:

  1. Click in username input
  2. Click on a saved username from the Firefox autofill dropdown

Link to

vue-storefront
offline-plugin
mattgaspar
mattgaspar commented Jul 31, 2019

Are you aware of any different behavior when a PWA (using offline-plugin) is added to the home screen using "Add to Home Screen" on Chrome/Android or Safari/iOS?

I'm having problems with the app getting stuck using the cached version when it was installed and never updating.
I even have offline-plugin responseStrategy set to network-first but it seems to always use the cached version after add

mootari
mootari commented Dec 28, 2017

Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.

It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix

jeffposnick
jeffposnick commented Dec 7, 2017

The code in https://github.com/vuejs-templates/pwa/blob/development/template/build/service-worker-dev.js is meant to be the content of a service worker file, and will only run as expected if inside of the ServiceWorkerGlobalScope.

However, as part of the dev webpack build, it ends up being inlined inside of index.html, meaning that it will run (and do nothing) inside the WindowClient (i

bug
denilsonsa
denilsonsa commented Dec 24, 2016

Simple suggestion: add a QR code to the webpage. This way, people can easily share the address without having to type anything. It can probably be at the top-left of the page (which is empty now). Tapping on it might expand it (similar to how the ⓘ button works), to make it easier to scan.

![image](https://cloud.githubusercontent.com/assets/121676/21466028/df209766-c9b9-11e6-9c0b-a41308e4a533.p

staabm
staabm commented Sep 17, 2019

extend the docs on how the bot can be used with GitHubActions.

GithubActions is a neat and fast new way to interact with githubs, its worksflows etc.
its much more powerfull then the regular CI systems we are used to.

this would make it possible to add things like "trigger the lighthousebot via a keyword in a comment" or similar

web-skills
You can’t perform that action at this time.