简体   繁体   English

适用于本机Android浏览器的开发工具

[英]Dev Tools for Native Android Browser

I haven't done much development for Android, and I am looking to debug some JS/CSS in the native Android Internet browser (Version 4.1.2). 我尚未为Android进行大量开发,并且正在寻找在本机Android Internet浏览器(版本4.1.2)中调试一些JS / CSS的方法。 So far, I have found the ADB extension for Chrome on Android, but not much in the way of the native browser. 到目前为止,我已经找到了适用于Android的Chrome浏览器的ADB扩展,但与本机浏览器的方式相差不大。

I am seeing some strange anomalies in my JS/CSS appear in the native Android browser that I do not see in the Chrome browser or on iOS devices. 我发现我的JS / CSS中出现一些奇怪的异常,这些异常出现在本机Android浏览器中,而我在Chrome浏览器或iOS设备中看不到。

I'm looking for guidance/recommendations/suggestions/tools that I can use for debugging JS/CSS on the native Android browser. 我正在寻找可用于在本机Android浏览器上调试JS / CSS的指南/建议/建议/工具。

Thanks! 谢谢!

You can use the jsHybugger App to find your JS/CSS anomalies. 您可以使用jsHybugger App查找JS / CSS异常。 Just install the APK on your device and use the ADB extension for Chrome on your desktop to debug your webpage. 只需在设备上安装APK,然后在桌面上使用适用于Chrome的ADB扩展程序即可调试网页。 The jsHybugger App acts as a proxy between the native Android Browser and your webserver, and enables you to debug your page. jsHybugger应用程序充当本机Android浏览器和您的网络服务器之间的代理,并允许您调试页面。

The software is not free but there is a cheap shorttime license available. 该软件不是免费的,但是有便宜的短期许可证。 https://www.jshybugger.com https://www.jshybugger.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM