stagewebview changing preventDefault
I have a stagewebview using the native browser. I have an event listener on LOCATION_CHANGING. In the location changing event I trace the new location and also call event.preventDefault();.
The function is getting called as I navigate the page because I am getting my new location url trace but the event.preventDefault is not stopping the page from changing. Shouldn't that prevent the page from actually navigating to the new url?
