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,656 public repositories matching this topic...

angular
wideweide
wideweide commented Mar 25, 2020

I want to format some selection node to some other ,but not found the api,some function like :

  1. import some css, that can redefine the style
  2. add some predefined style,that can be apply to selected element
  3. do any replace as I want (maybe what I need is get selection's element node,content,then set content)

add parent element div and class

<p>autor: abc</p><p>date:2020...</>
-
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

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

aravindkaws
aravindkaws commented Feb 22, 2020

** Which Category is your question related to? **
Interactions
** What AWS Services are you utilizing? **
Cognito, Lex

I'd like to be able to do a face auth and if a valid user is found, I'd like to simulate a click of the Microphone button without the user having to do so. How can this be done with the existing Chatbot component ?

vue-storefront
gridsome
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

web-skills
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

You can’t perform that action at this time.