<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Samer</title>
    <description>The latest articles on DEV Community by Samer (@alsudani).</description>
    <link>https://dev.to/alsudani</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3792529%2F6097f870-24df-421b-bb9c-a95c54ba8a67.png</url>
      <title>DEV Community: Samer</title>
      <link>https://dev.to/alsudani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alsudani"/>
    <language>en</language>
    <item>
      <title>Suppressing iOS VoiceOver "swipe left/right" instructions on Custom Dot Control</title>
      <dc:creator>Samer</dc:creator>
      <pubDate>Wed, 25 Feb 2026 19:22:48 +0000</pubDate>
      <link>https://dev.to/alsudani/suppressing-ios-voiceover-swipe-leftright-instructions-on-custom-dot-control-21bn</link>
      <guid>https://dev.to/alsudani/suppressing-ios-voiceover-swipe-leftright-instructions-on-custom-dot-control-21bn</guid>
      <description>&lt;p&gt;We have a custom "Dot Control" in React Native (iOS). When focused, VoiceOver announces: "Dot Control, [label], swipe left/right and top/bottom to navigate".&lt;br&gt;
We only want to support left/right for carousel navigation, not top/bottom. How can we suppress the "top/bottom" part of the announcement on iOS, while keeping the element accessible?&lt;br&gt;
We are already using accessibilityRole="adjustable", is there a native trait to hide that message?&lt;/p&gt;

</description>
      <category>a11y</category>
      <category>ios</category>
      <category>mobile</category>
      <category>reactnative</category>
    </item>
  </channel>
</rss>
