What steps will reproduce the problem?
1. load a local html file via StageWebView.loadLocalURL(...)
2. call an AS3-Function from the local html file
3. Debug with Flex Debugger as IOS-Device (IPad)
4. Set breakpoint at beginning of onLocationChange
What is the expected output? What do you see instead?
Expected: Debugger will stop at breakpoing
Actual: Call does not work
What version of the product are you using? On what operating system?
AIR 3.4, Flash Builder 4.6
Please provide any additional information below.
It's actually rather a Flash Builder/AIR-Debugger problem. The Call works on
the device, but not when debugging and simulating an iPad. This is because
Capabilities.os in StageWebViewDisk.as will have a value of "Windows 7" (or
whatever OS you are using), rather than IOS.
Original issue reported on code.google.com by daniel.t...@gmail.com on 22 Nov 2012 at 2:33
Original issue reported on code.google.com by
daniel.t...@gmail.com
on 22 Nov 2012 at 2:33