With Eruda Mobile Browser Console you will be able to access the WebView console in your mobile app.It works with native apps, pwa and normal browsers.Currently it was tested for:
Added the ability to remove features on the fly.For example removing 'Settings' tab after the plugin is initialized, or any other tab.The add feature is not working and is In Progress. But you can always restart the plugin with new features.Also added the feature to programatically change some options on each tab.
For the 'Console' tab now you can disable the Javascript execution, for example, besides changing other options.For the 'Info' tab you can add or remove content programatically as well.
https://github.com/liriliri/eruda/blob/master/LICENSEThe MIT License (MIT)
Copyright (c) 2016-present liriliri
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.