What steps will reproduce the problem?
1. add an eventlistener
webView.addEventListener(LocationChangeEvent.LOCATION_CHANGING,onURLChange);
2. protected function onURLChange(event:LocationChangeEvent):void{
event.preventDefault();
}
3. It doesn't work..
What is the expected output? What do you see instead?
The default page jumping should be prevented. But instead it didn't work
What version of the product are you using? On what operating system?
Flex SDK 4.5.1 runned only on the simulator
Please provide any additional information below.
Original issue reported on code.google.com by wangjl1...@gmail.com on 23 Jul 2011 at 9:38
Original issue reported on code.google.com by
wangjl1...@gmail.com
on 23 Jul 2011 at 9:38