Below is a brief overview on how to get started troubleshooting bugs in your Ionic projects. Introduction There are two main types of bugs that occur when developing in Ionic: Web bugs The first type are bugs that can be reproduced in the browser and are not related to the native functionality of the app. These web technology bugs can be troubleshot just like any other bug in web development: in your browser using the browser’s DevTools. This is one huge advantage of hybrid mobile development. N...