<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kimizuka</author_name>
  <author_url>https://blog.hatena.ne.jp/kimizuka/</author_url>
  <blog_title>みかづきブログ・カスタム</blog_title>
  <blog_url>https://blog.kimizuka.org/</blog_url>
  <categories>
    <anon>iOS</anon>
  </categories>
  <description>passiveをfalseにしてtouchmoveのEvent.preventDefaultを実行すれば、Pull to Refresh（引っ張って更新）を止めることができます。 document.addEventListener('touchmove', function(evt) { evt.preventDefault(); }, { passive: false }); 今回は、touchmoveのEvent.preventDefaultをそのままに、Pull to Refreshを止める方法を模索します。 試したこと ❶ 画面全体をoverflow-y: scrollの要素で囲う ❷…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.kimizuka.org%2Fentry%2F2021%2F09%2F22%2F154234&quot; title=&quot;iOS15のSafariに搭載されたPull to Refresh（引っ張って更新）をtouchmoveのEvent.preventDefaultを実行にせずに強引に無効にする 📱 - みかづきブログ・カスタム&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/k/kimizuka/20201009/20201009231253.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-09-22 15:42:34</published>
  <title>iOS15のSafariに搭載されたPull to Refresh（引っ張って更新）をtouchmoveのEvent.preventDefaultを実行にせずに強引に無効にする 📱</title>
  <type>rich</type>
  <url>https://blog.kimizuka.org/entry/2021/09/22/154234</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
