<?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: Kosta Malsev</title>
    <description>The latest articles on DEV Community by Kosta Malsev (@kostamalsev).</description>
    <link>https://dev.to/kostamalsev</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%2F676180%2F9bd7e950-a48c-4f93-b38f-d330c6ccfedf.jpeg</url>
      <title>DEV Community: Kosta Malsev</title>
      <link>https://dev.to/kostamalsev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kostamalsev"/>
    <language>en</language>
    <item>
      <title>Best Mobile Web Development Tools To Consider in 2021</title>
      <dc:creator>Kosta Malsev</dc:creator>
      <pubDate>Thu, 29 Jul 2021 08:43:57 +0000</pubDate>
      <link>https://dev.to/kostamalsev/best-mobile-web-development-tools-to-consider-in-2021-5d93</link>
      <guid>https://dev.to/kostamalsev/best-mobile-web-development-tools-to-consider-in-2021-5d93</guid>
      <description>&lt;p&gt;If you choose to develop a web app, you may be confused to find that your app—which runs great on desktop—appears differently and behaves unexpectedly on the mobile version of the same browser!&lt;/p&gt;

&lt;p&gt;It's a bit unexpected, since mobile browsers implement the same &lt;a href="https://www.w3.org/TR/"&gt;W3C spec&lt;/a&gt; as desktop browsers. Unfortunately, &lt;a href="https://caniuse.com/?compare=safari+15,ios_saf+14.5-14.7&amp;amp;compareCats=all#results"&gt;mobile browsers have different implementations of the spec.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Therefore, it's sensible to debug web apps on the actual mobile device.&lt;/p&gt;

&lt;h2&gt;
  
  
  Development tools for web apps on mobile
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. &lt;a href="https://developer.apple.com/safari/tools/"&gt;Safari Web Inspector (macOS)&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Web inspector and debugger for iOS devices.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qPMW-fVZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/314enbv3s9838wftfwd2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qPMW-fVZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/314enbv3s9838wftfwd2.jpg" alt="https://www.idownloadblog.com/2019/06/21/how-to-use-safari-web-inspector-ios-mac/"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A powerful tool for debugging your web app.&lt;/li&gt;
&lt;li&gt;You can inspect elements, edit CSS, add breakpoints, see local storage, monitor network and more.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Requires connecting your mobile device to a Mac via USB cable; complicated setup.&lt;/li&gt;
&lt;li&gt;Exclusive to iOS devices; runs only on macOS.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. &lt;a href="https://blog.campvanilla.com/debug-website-on-mobile-device-5c27c8809d39"&gt;Chrome DevTools (Windows, macOS and Linux)&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Web inspector and debugger for Android devices.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bc3PoJbi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wdpxio1zi5nxdhhqz3yl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bc3PoJbi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wdpxio1zi5nxdhhqz3yl.png" alt="https://developer.chrome.com/docs/devtools/"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A simple tool for debugging your web app.&lt;/li&gt;
&lt;li&gt;Full DevTools functionality much like Safari Web Inspector.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Requires connecting your mobile device to a desktop device via USB cable and may include driver installation.&lt;/li&gt;
&lt;li&gt;Exclusive to Android devices.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. &lt;a href="https://github.com/barhatsor/scepter"&gt;Scepter (Any device with browser)&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Open-source mobile web inspector; runs as a web app on mobile devices and inspects elements using a touch interface.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--J1JazocT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hymjeatc11vdh5wnc8pe.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--J1JazocT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hymjeatc11vdh5wnc8pe.gif" alt="https://github.com/barhatsor/scepter"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cross-platform. No installation needed; simple to use.&lt;/li&gt;
&lt;li&gt;A fresh take on developing a different kind of web dev tool for mobile, without physically connecting to a desktop device.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;As of now, the tool is limited to inspecting elements and console. No support for JavaScript debugging, CSS properties, breakpoints etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. &lt;a href="https://developer.samsung.com/remotetestlab/galaxy/rtlDeviceList.action#502"&gt;Remote Device Farm (Windows, macOS and Linux)&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;A time slot on a remote device, with a client app which is installed on the developer's desktop (eg. &lt;a href="https://developer.samsung.com/remotetestlab/galaxy/rtlDeviceList.action#502"&gt;Samsung&lt;/a&gt;, &lt;a href="https://www.browserstack.com/"&gt;BrowserStack&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UmVl9dFp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3use03tz1wnslbtcivye.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UmVl9dFp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3use03tz1wnslbtcivye.png" alt="https://developer.samsung.com/remotetestlab/galaxy/rtlDeviceList.action#502"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pros:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Useful when you don't have the device model.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Very slow. The client download takes time.
Debugging is complicated.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;There's much to improve for web development tools on mobile devices.&lt;/p&gt;

&lt;p&gt;In my opinion, as more JS frameworks adopt mobile-first design, there should be more tools to debug code on mobile.&lt;/p&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://webplatform.github.io/docs/concepts/mobile_web/mobile_debugging/"&gt;Web Debugging on Mobile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://caniuse.com/?compare=safari+15,ios_saf+14.5-14.7&amp;amp;compareCats=all#results"&gt;Browser Spec. Support Comparison&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.campvanilla.com/debug-website-on-mobile-device-5c27c8809d39"&gt;Debug Sites on Android Devices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/barhatsor/scepter"&gt;Scepter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.samsung.com/remotetestlab/galaxy/rtlDeviceList.action#502"&gt;Samsung Remote Test Lab&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>react</category>
    </item>
  </channel>
</rss>
