• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
1

Android StageWebView debugging isn't working

Explorer ,
Mar 18, 2016 Mar 18, 2016

Copy link to clipboard

Copied

Does anyone use this feature? Is it working?

SDK: AIR 21 SDK & Compiler for Macintosh: 21.0.0.176 SDK & Compiler Download

App descriptor:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/21.0">

...

<android>

  <webContentsDebuggingEnabled>true</webContentsDebuggingEnabled>

...

USB debugging:

android_usb.png

StageWebView AS3:

...

if (StageWebView.isSupported) {

   webView = new StageWebView(true); // false - also StageWebView debugging isn't working

  webView.stage = this.stage;

   webView.viewPort = new Rectangle(0, 0, stage.stageWidth, stage.stageHeight);

   webView.loadURL(url);

}

...

App with open StageWebView launched, but WebView isn't inspected.

chrome_devices.png

TOPICS
Performance issues

Views

953

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 21, 2016 Mar 21, 2016

Hi,


We have looked up this issue at our end, and Android StageWebView debugging is working fine. Please see the snapshots below for your reference:


StageWebViewDebugging.png

StageWebViewDebugging_devTools.png



We have investigated this issue at Android 5.0 and chrome 48 version with AIR SDK 21.0.0176.


Could you please let us know on which Android and chrome version currently you are working on. It should be 4.4+ for Android and the chrome version should be 45+ , so please update your versions if they are below than specified and then try out.


Please let us kno

...

Votes

Translate

Translate
Adobe Employee ,
Mar 21, 2016 Mar 21, 2016

Copy link to clipboard

Copied

Hi,


We have looked up this issue at our end, and Android StageWebView debugging is working fine. Please see the snapshots below for your reference:


StageWebViewDebugging.png

StageWebViewDebugging_devTools.png



We have investigated this issue at Android 5.0 and chrome 48 version with AIR SDK 21.0.0176.


Could you please let us know on which Android and chrome version currently you are working on. It should be 4.4+ for Android and the chrome version should be 45+ , so please update your versions if they are below than specified and then try out.


Please let us know if you are still facing any issues with updated versions.



Thanks,

Adobe AIR Team

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 21, 2016 Mar 21, 2016

Copy link to clipboard

Copied

LATEST

Please describe at 3/10/2016 - Release - AIR 21 Runtime and SDK Android StageWebView debugging requirements: Android 4.4+, Chrome 45+.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines