Copy link to clipboard
Copied
Hey Guys,
After adding this to the application descriptor:
<webContentsDebuggingEnabled>true</webContentsDebuggingEnabled>
i'm seeing the error.
Adobe AIR Android sdk version doesn't support webContentsDebuggingEnabled as xml tag
Am I missing something? How do we get StageWebView debugging on Android? iOS works great btw.
Ah, I had the tag under <Application.. - it needs to be above that, and at the top, under <Android..
Copy link to clipboard
Copied
Ah, I had the tag under <Application.. - it needs to be above that, and at the top, under <Android..