Debugging an Android app in Firefox

I am currently using Firefox Developer Edition as my default browser (especially at work). The problem is that I did not find a way to debug my applications on it, on chrome I just go to chrome: // I check it there too. In the Firefox Web IDE, I find my device, but it shows me only those web pages that I have open, and not the application. These applications, which I mean, are built on top of Cordoba using JS, HTML and CSS.

Is there any way to do this Gecko / Firefox or just on chrome browsers?

+4
source share
1 answer

FF Web IDE is only for debugging Web or Firefox applications. You cannot debug the Cordoba application from FF. You need Chrome.

+1
source

Source: https://habr.com/ru/post/1666682/


All Articles