並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 54件

新着順 人気順

"progressive web app"の検索結果1 - 40 件 / 54件

  • What makes a good Progressive Web App?  |  Articles  |  web.dev

    What makes a good Progressive Web App? Stay organized with collections Save and categorize content based on your preferences. Progressive Web Apps (PWA) are built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device with a single codebase. To help you create the best possible experience, use the core and opti

    • AMP から Progressive Web App へ

      .app 1 .dev 1 #11WeeksOfAndroid 13 #11WeeksOfAndroid Android TV 1 #Android11 3 #DevFest16 1 #DevFest17 1 #DevFest18 1 #DevFest19 1 #DevFest20 1 #DevFest21 1 #DevFest22 1 #DevFest23 1 #hack4jp 3 11 weeks of Android 2 A MESSAGE FROM OUR CEO 1 A/B Testing 1 A4A 4 Accelerator 6 Accessibility 1 accuracy 1 Actions on Google 16 Activation Atlas 1 address validation API 1 Addy Osmani 1 ADK 2 AdMob 32 Ads

        AMP から Progressive Web App へ
      • Progressive Web App Progress in iOS 12.2 Beta 1 (Build 16E5181f)

        As a regular (and passionate) iOS user with a strong belief in the Web, I beta-test any and all new iOS builds as soon as I can get my hands on them. My main motivation is to see how they do when it comes to Progressive Web App features. Each new iOS version comes with a new version of Safari, yet changes in Safari tend to almost never get highlighted in the iOS release notes (and the 12.2 beta 1

          Progressive Web App Progress in iOS 12.2 Beta 1 (Build 16E5181f)
        • A Tinder Progressive Web App Performance Case Study

          Tinder recently swiped right on the web. Their new responsive Progressive Web App — Tinder Online — is available to 100% of users on desktop and mobile, employing techniques for JavaScript performance optimization, Service Workers for network resilience and Push Notifications for chat engagement. Today we’ll walk through some of their web perf learnings. Journey to a Progressive Web AppTinder Onli

            A Tinder Progressive Web App Performance Case Study
          • Progressive Web Appで実現する動画アプリの最新テクニック ──Google I/O 2017 セッションレポート

            Progressive Web Appで実現する動画アプリの最新テクニック ──Google I/O 2017 セッションレポート 河合良哉 この記事は2017年5月17、18、19日に米国カリフォルニア州マウンテンビューにあるAmphitheatreで行われたGoogleの開発者向けカンファレンスGoogle I/Oの3日目に「The Future of Audio and Video on the Web」というタイトルのセッションの内容です。 はじめに タイトルをパッと見て、例えばWeb Audioの話も絡むのか!?と思いきや、内容はビデオでしたが、2000年からwebのみならずリビングにあるテレビ(動画)から、YouTube、SNSでの動画も含めて歴史を追った説明、デモをまじえ動画を中心としたwebサイトの現在できる最高のExperience、そして見えかけている未来のwebでの動

              Progressive Web Appで実現する動画アプリの最新テクニック ──Google I/O 2017 セッションレポート
            • WebサイトをPWA(Progressive Web App)に変える簡単な手順(翻訳)|TechRacho by BPS株式会社

              概要 原著者の許諾を得て翻訳・公開いたします。 英語記事: The easy way to turn a website into a Progressive Web App 原文公開日: 2017/11/21 著者: Alexandre Plennevaux Webサイトを簡単にPWA(Progressive Web App)に変える方法(翻訳) Progressive Web Appって何? PWAは基本的にWebサイトの一種で、モバイルでアクセスするときにユーザーのデバイスに保存可能で、ネイティブアプリと同じように振る舞います。読み込み画面を備えていて、ChromeのUIを非表示にでき、接続が切れてもコンテンツが表示されます。最大のメリットはユーザーのエンゲージメント(engagement)を促進することです。AndroidのChromeブラウザ(他のモバイル用ブラウザについてはわか

                WebサイトをPWA(Progressive Web App)に変える簡単な手順(翻訳)|TechRacho by BPS株式会社
              • A Pinterest Progressive Web App Performance Case Study

                Pinterest’s new mobile web experience is a Progressive Web App. In this post we’ll cover some of their work to load fast on mobile hardware by keeping JavaScript bundles lean and adopting Service Workers for network resilience. Why a Progressive Web App (PWA)? Some history.The Pinterest PWA started because they were focused on international growth, which led them to the mobile web. After analyzing

                  A Pinterest Progressive Web App Performance Case Study
                • A React And Preact Progressive Web App Performance Case Study: Treebo

                  Treebo is India’s top rated budget hotel chain, operating in a segment of the travel industry worth $20 billion. They recently shipped a new Progressive Web App as their default mobile experience, initially using React and eventually switching to Preact in production. What they saw compared to their old mobile site was a 70%+ improvement in time to first paint , 31% improvement in time-to-interact

                    A React And Preact Progressive Web App Performance Case Study: Treebo
                  • Progressive Web App Checklistを読んでまとめてみた - mottox2 blog

                    Googleが公開しているProgressive Web App Checklistをサラッと読んでまとめてみました。 思ったより普通で、Webでいい体験を提供しましょうというニュアンスが強めだった。 > BaselineBaseline Lighthouseで計測可能。基本的なチェックリスト。 Site is served over HTTP Pages are responsive on tablets & mobile devices レスポンシブ対応をすること All app URLs load while offline オフラインでも読み込みが出来ること ServiceWokerによってオフライン対応が可能 Metadata provided for Add to Home screen HomeScreenに追加する時のmeta情報を提供すること manifest.jsonに

                      Progressive Web App Checklistを読んでまとめてみた - mottox2 blog
                    • Progressive Web App Libraries in Production

                      Two years ago, our team at Google started work on JavaScript libraries to reduce the friction for building Progressive Web Apps. We started with Service Worker tools like sw-precache and sw-toolbox — now used by 1000s of brands to power offline caching & instant loading (on repeat visit) in their production mobile sites: In 2017, if you aren’t taking advantage of Service Workers, you’re leaving pe

                        Progressive Web App Libraries in Production
                      • Progressive Web Appを作ってみる - Qiita

                        Progressive Web Appとは ServiceWorker、PushNotification、WebManifestをウェブアプリに導入することで、ネイティブアプリに近い操作性(パフォーマンスやユーザーエクスペリエンス)を提供することを可能にします。 また、これら機能に対応していないブラウザに対しては従来通りのウェブサイトとして提供されます。 環境構築 では、実際にProgressiveWebApp(以下、PWA)に対応した、サイト(シングルページレイアウト)を作っていきましょう。 ディレクトリ構成は以下のとおり ├── images │   ├── bg.png │   ├── building.jpg │   ├── lake.jpg │   ├── sky.jpg │   └── tree.jpg ├── index.html ├── manifest.json ├──

                          Progressive Web Appを作ってみる - Qiita
                        • GitHub - RobinLinus/snapdrop: A Progressive Web App for local file sharing

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - RobinLinus/snapdrop: A Progressive Web App for local file sharing
                          • Angular Progressive Web App Guide

                            Progressive Web Apps made ridiculously easy with Angular

                            • GitHub - whilelucky/pwa: An opinionated progressive web app boilerplate

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - whilelucky/pwa: An opinionated progressive web app boilerplate
                              • GitHub - vladikoff/PWAify: 🖥 Brings Progressive Web App to your desktop.

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - vladikoff/PWAify: 🖥 Brings Progressive Web App to your desktop.
                                • Windows 10向け「Twitter」アプリが刷新、“Progressive Web App”として生まれ変わる/Webアプリの新機能をネイティブアプリの使い勝手で。「April 2018 Update」で利用可能

                                    Windows 10向け「Twitter」アプリが刷新、“Progressive Web App”として生まれ変わる/Webアプリの新機能をネイティブアプリの使い勝手で。「April 2018 Update」で利用可能
                                  • A Tinder Progressive Web App Performance Case Study

                                    Addy Osmani (@addyosmani) is an Engineering Manager working with the Chrome and Web Developer Relations teams at Google. He's written open-source books like 'Learning JavaScript Design Patterns' and 'Essential Image Optimization' and created open-source projects like Yeoman, HNPWA and Critical. You can find more of his work on web performance over on his Medium channel. Tinder recently swiped righ

                                      A Tinder Progressive Web App Performance Case Study
                                    • GitHub - GoogleChromeLabs/bubblewrap: Bubblewrap is a Command Line Interface (CLI) that helps developers to create a Project for an Android application that launches an existing Progressive Web App (PWAs) using a Trusted Web Activity.

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - GoogleChromeLabs/bubblewrap: Bubblewrap is a Command Line Interface (CLI) that helps developers to create a Project for an Android application that launches an existing Progressive Web App (PWAs) using a Trusted Web Activity.
                                      • Progressive Web Appを作ってみる - Qiita

                                        Progressive Web Appとは ServiceWorker、PushNotification、WebManifestをウェブアプリに導入することで、ネイティブアプリに近い操作性(パフォーマンスやユーザーエクスペリエンス)を提供することを可能にします。 また、これら機能に対応していないブラウザに対しては従来通りのウェブサイトとして提供されます。 環境構築 では、実際にProgressiveWebApp(以下、PWA)に対応した、サイト(シングルページレイアウト)を作っていきましょう。 ディレクトリ構成は以下のとおり ├── images │   ├── bg.png │   ├── building.jpg │   ├── lake.jpg │   ├── sky.jpg │   └── tree.jpg ├── index.html ├── manifest.json ├──

                                          Progressive Web Appを作ってみる - Qiita
                                        • Building Progressive Web App With React

                                          Progressive web apps (PWAs) came in the lime light recently. It uses the best of web and the best of apps to give a smooth experience to users and feels like native app. PWAs are responsive and fast, consume less data, need less storage space, support push notifications and offline use in browser. Twitter recently launched mobile.twitter.com which delivers mobile app like experience to users in br

                                            Building Progressive Web App With React
                                          • GitHub - davidmyersdev/octo: A local-first, progressive web app for knowledge management

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - davidmyersdev/octo: A local-first, progressive web app for knowledge management
                                            • AMP から Progressive Web App へ

                                              .app 1 .dev 1 #11WeeksOfAndroid 13 #11WeeksOfAndroid Android TV 1 #Android11 3 #DevFest16 1 #DevFest17 1 #DevFest18 1 #DevFest19 1 #DevFest20 1 #DevFest21 1 #DevFest22 1 #DevFest23 1 #hack4jp 3 11 weeks of Android 2 A MESSAGE FROM OUR CEO 1 A/B Testing 1 A4A 4 Accelerator 6 Accessibility 1 accuracy 1 Actions on Google 16 Activation Atlas 1 address validation API 1 Addy Osmani 1 ADK 2 AdMob 32 Ads

                                                AMP から Progressive Web App へ
                                              • What, Exactly, Makes Something A Progressive Web App? - Infrequently Noted

                                                Alex Russell on browsers, standards, and the process of progress. Since Frances and I published a blog post last year introducing Progressive Web Apps, a healthy conversation has started about what is and isn't a PWA. There are a lot of opinions and many shades of gray. What are the hard requirements? Which requirements are marginal? What's aspirational? This article outlines these requirements, a

                                                • Next.js環境でのPWA(Progressive Web App)の導入手順

                                                  PWA(Progressive Web App)とは? PWAとは、新しいウェブ API と伝統的なプログレッシブな拡張戦略を使用し、クロスプラットフォームのウェブアプリケーションにネイティブアプリと同様の使い勝手をもたらすウェブアプリのことです。 簡単に言ってしまうと、ウェブアプリでありながらネイティブアプリのように使用できるようにする機能です。 PWAは、通常のウェブアプリのように、HTML、CSS、Javascript等で構成されます。 また、下記のようなメリットがあります。 通常のウェブアプリよりも高速 インストール可能 どのブラウザでも動く オフラインでも閲覧可能 プッシュ通知を送れる・受け取れる これを用いられているウェブアプリを例としてご紹介すると、Twitterです。 PCのChrome上では検索ボックスの右側にPCに下矢印のマークが表示されます。 これをクリックすると、ポ

                                                    Next.js環境でのPWA(Progressive Web App)の導入手順
                                                  • GitHub - Minishlink/pwa-qr-code-scanner: Lightweight progressive web app for scanning QR codes offline

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                      GitHub - Minishlink/pwa-qr-code-scanner: Lightweight progressive web app for scanning QR codes offline
                                                    • Improving Progressive Web App offline support detection  |  Blog  |  Chrome for Developers

                                                      Progressive Web Apps (PWAs) are a pattern for building modern, installable applications using web technology for mobile and desktop devices. One of the criteria for building a modern web experience, and not coincidentally PWAs, is that the app must continue to work even if the device is offline. That means no Chrome Dino screen if the user loses network access on their device! The goal of all PWA

                                                      • Build Your First Progressive Web App With React

                                                        Progressive Web Apps are the much-hyped future of the web. Let’s build one! Google has been pushing PWA’s hard as the solution to many of the problems of the modern web — particularly issues for mobile users. https://developers.google.com/web/progressive-web-apps/: Build your first progressive web app with React PWA are essentially fast, performance-focused web applications that are streamlined fo

                                                          Build Your First Progressive Web App With React
                                                        • GitHub - GoogleChromeLabs/ProgressiveWordPress: A Sample WordPress-based Progressive Web App

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                            GitHub - GoogleChromeLabs/ProgressiveWordPress: A Sample WordPress-based Progressive Web App
                                                          • What is Progressive web App (and Why Should You Care)?

                                                            Before we start on Progressive web apps, let’s first have a look at the current state of World wide web. As of January 2017, 8.05 billion devices are connected worldwide (More than the current world’s population which is at 7.5 billion). Out of which 55% (4.42 billion) connections are used on smart phone devices. Chrome on mobile is having 1 billion monthly users which is whopping 150% increase fr

                                                              What is Progressive web App (and Why Should You Care)?
                                                            • Building a Progressive Web App in React

                                                              In case you haven’t heard, Progressive Web Apps (PWAs) are finally ready for prime time. It might not yet be obvious to many people how to install a PWA, but if you’ve done it once you won’t forget it and it’s simpler than using an app store. There are many reasons to start building PWAs and converting current responsive web apps, including: Offline support: Service workers keep much of your appli

                                                                Building a Progressive Web App in React
                                                              • GDG神戸 Progressive Web Appハンズオン勉強会

                                                                GDG神戸 Progressive Web Appハンズオン勉強会の資料です。

                                                                  GDG神戸 Progressive Web Appハンズオン勉強会
                                                                • Nuxt.js+TypeScriptなアプリをProgressive Web App(PWA)化する - Qiita

                                                                  Nuxt.js #2 Advent Calendar 2018の4日目の投稿となります。 Nuxt.jsにTypeScriptを適用したプロジェクトとして下記をよく利用させてもらっています。そちらがまだPWA化していなかったので、対応してみました。 jeehyukwon/nuxt-serverless: Nuxt.js Serverless SSR Starter on AWS (Lambda + API Gateway + S3) with Serverless Framework https://github.com/jeehyukwon/nuxt-serverless Progressive Web App(PWA)とは Googleが力を入れるプログレッシブウェブアプリ(PWA)とはなにか? | SEO研究所サクラサクラボ https://www.sakurasaku-labo.j

                                                                    Nuxt.js+TypeScriptなアプリをProgressive Web App(PWA)化する - Qiita
                                                                  • html5j Webプラットフォーム部 第19回勉強会「Progressive Web AppとWebAssembly」 #html5jplat

                                                                    今回のテーマは「Progressive Web AppとWebAssembly」 https://html5j-webplat.connpass.com/event/74013/ タイムテーブル 時間 テーマ 登壇者 19:00-19:30 開場 - 19:30-19:35 はじめに - 19:35-20:00 今からでも遅くない!Progressive Web Apps超入門! @uskay 20:05-20:35 できる!WebAssembly @chikoski 20:35-20:50 休憩 20:50-21:20 日経電子版のサイト高速化とPWA対応 @sisidovski 21:20-21:30 撤収 -

                                                                      html5j Webプラットフォーム部 第19回勉強会「Progressive Web AppとWebAssembly」 #html5jplat
                                                                    • GitHub - googlearchive/sample-media-pwa: A sample video-on-demand media Progressive Web App

                                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                        GitHub - googlearchive/sample-media-pwa: A sample video-on-demand media Progressive Web App
                                                                      • GitHub - pwa-builder/pwa-install: Web Component from the PWABuilder team that brings an awesome "install" experience to your Progressive Web App!

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - pwa-builder/pwa-install: Web Component from the PWABuilder team that brings an awesome "install" experience to your Progressive Web App!
                                                                        • Progressive Web App: A New Way to Experience Mobile | On The Flip Side

                                                                          There have been a few turning points in the history of the web platform that radically changed how web apps were built, deployed and experienced. Ajax was one such pivot that led to a profound shift in web engineering. It allowed web applications to be responsive enough to challenge the conventional desktop apps. However on mobile, the experience was defined by native apps and web apps hardly came

                                                                            Progressive Web App: A New Way to Experience Mobile | On The Flip Side
                                                                          • LaravelでProgressive Web App(PWA) - Qiita

                                                                            前提 SPAではないLaravel5.6+Vue.jsなプロジェクト。 動作確認はPCとAndroidのChrome。Lighthouse。 誰かが作ったライブラリを使うから楽だけど先に技術的な仕組みの概要くらいは調べたほうが良い。 Service Worker登録とホーム画面に追加 まずは簡単な所から。 用意するファイルは3つほど。 public/manifest.json もちろんアイコンも必要。 { "short_name": "AirHorner", "name": "Kinlan's AirHorner of Infamy", "icons": [ { "src": "launcher-icon-1x.png", "type": "image/png", "sizes": "48x48" }, { "src": "launcher-icon-2x.png", "type": "i

                                                                              LaravelでProgressive Web App(PWA) - Qiita
                                                                            • How to display a "new version available" of your Progressive Web App

                                                                              How to display a "new version available" for a Progressive Web App In this article, I will show you how to add a notification to your site and display it each time that there is a new version of the service worker available. You’ll also learn how to refresh the page, so that the user is up to date and has the latest version of any cached files. Have you ever been on a website and noticed a popup n

                                                                                How to display a "new version available" of your Progressive Web App
                                                                              • Turning a GitHub page into a Progressive Web App | Christian Heilmann

                                                                                I just released my dice simulator app and in doing so learned about a few things about turning a GitHub Page into a PWA. To make this easier for subsequent projects, I put together a bare-bones template to turn any GitHub page into a PWA. Nothing in there is sophisticated and all it does is provide installability and caching of files offline. As a reminder, you can host HTML, CSS and JavaScript fi

                                                                                • Progressive Web app を Windows 10 のインストールパッケージに固めてしまおう(Microsoft ストアに出せるようになるよ) - かずきのBlog@hatena

                                                                                  さて、Progressive Web app(PWA)が Microsoft store で配られるのですが自分のサイトも!!と思ってる人は以下のような手順でいけると思います。 マニフェストを用意しよう PWA Builder というサイトを使うと簡単に出来ます。 www.pwabuilder.com まぁ、マニフェストファイル用意するだけなら別にいらないんですが。 このサイトに URL を入れて開始すると manifest.json を生成してくれます。まだマニフェスト無いひとはやってみよう! manifest.json という名前で保存して Web サイトの html の head タグに以下のような定義を追加します。 <link rel="manifest" href="manifest.json"> manifest.json と修正した html をデプロイしましょう。 注意点

                                                                                    Progressive Web app を Windows 10 のインストールパッケージに固めてしまおう(Microsoft ストアに出せるようになるよ) - かずきのBlog@hatena