Develop Mobile Components
When you’re developing Lightning web components, it’s important to review and validate your components not only on the desktop, but also on mobile devices. To preview your components on virtual mobile devices and see changes as you code, use the Salesforce CLI Mobile Extensions plug-in. Then download and run virtual device builds of the Salesforce mobile app to preview how your components coexist with other components in Salesforce.
Mobile development with LWC is a large subject area, covering additional features, considerations, and approaches that are different for mobile devices, with their smaller screens, different input methods, and possibly limited or zero connectivity.
Learn the fundamentals of Lightning Web Components from this guide. When you're ready to build mobile-friendly features, see the Mobile and Offline Developer Guide, an essential companion to this guide when doing mobile development.
See Also
- Mobile Development Tools and Processes
- Set Up Mobile Development Tools
- Preview Lightning Web Components on Mobile