菜鸟教程小白 发表于 2022-12-12 18:47:03

android - 有没有办法在cordova上启动谷歌设备检查在设备功能上运行应用程序


                                            <p><p>我正在使用cordova调试应用程序,我一直想知道是否有办法在应用程序开始在设备上运行时启动谷歌设备检查。</p>

<p> <a href="/image/6HKSw.png" rel="noreferrer noopener nofollow"><img src="/image/6HKSw.png" alt="Google Device Inspect"/></a> </p>

<p>这个屏幕对大多数人来说都比较熟悉,但只是想知道是否有更有效的方法来打开 webView 的检查,而无需等待应用安装然后启动检查器并最后点击刷新以获取网络信息。</p>

<p>所以有些回调像:</p>

<blockquote>
<p>cordova run --device OS --launch device-inspect</p>
</blockquote></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p> <a href="https://www.genuitec.com/products/gapdebug/" rel="noreferrer noopener nofollow">GapDebug</a> ,这似乎只是 chrome inspect 的一个包装器,它 promise 了一个这样的功能:</p>

<blockquote>
<p>GapDebug detects an app termination and restart, such as during an app update, and automatically reconnects the app with the previous debug session. Quickly get back to debugging when the app closes on your device.</p>
</blockquote>

<p>取自他们的<a href="https://www.genuitec.com/products/gapdebug/features/" rel="noreferrer noopener nofollow">features site</a> ...</p></p>
                                   
                                                <p style="font-size: 20px;">关于android - 有没有办法在cordova上启动谷歌设备检查在设备功能上运行应用程序,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/35745216/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/35745216/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: android - 有没有办法在cordova上启动谷歌设备检查在设备功能上运行应用程序