- Learning Ionic
- Arvind Ravulavaru
- 236字
- 2021-07-16 13:40:55
The browser developer tools setup
Before we proceed further, I would recommend setting up the developer tools in your browser in the following format.
Google Chrome
Once the Ionic app is launched, open the developer tools by pressing Cmd + Opt + I on Mac and Ctrl + Shift + I on Windows/Linux. Then click on the last but one icon in the top row, next to the close button as seen in the following screenshot:

This will dock developer tools to the side of the current page. Drag the demarcation line between the browser and the developer tools till you see the view becoming similar to a mobile.
If you click on the Elements tab in the developer tools, you can easily inspect the page and see the output in one go, as shown in the following screenshot:

This view is very helpful for fixing errors and debugging issues.
Mozilla Firefox
If you are a Mozilla Firefox fan, you can achieve the same result as above as well. Once the Ionic app is launched, open developer tools (not Firebug, Firefox's native development tools) by pressing Cmd + Opt + I on Mac and Ctrl + Shift + I on Windows/Linux. Then click on the Dock to side of browser window icon, as shown in the following screenshot:

Now, you can drag the demarcation line to achieve the same result as we have seen in Chrome:

- C語言程序設(shè)計案例教程
- Visual C++串口通信開發(fā)入門與編程實踐
- 前端跨界開發(fā)指南:JavaScript工具庫原理解析與實戰(zhàn)
- JIRA 7 Administration Cookbook(Second Edition)
- SQL for Data Analytics
- Android 9 Development Cookbook(Third Edition)
- C/C++常用算法手冊(第3版)
- 重學(xué)Java設(shè)計模式
- Yocto for Raspberry Pi
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Windows內(nèi)核編程
- Microsoft Azure Storage Essentials
- “笨辦法”學(xué)C語言
- Fastdata Processing with Spark
- Sails.js Essentials