Problem resolved.


It's caused by Web Inspector not updating the debug console output 
immediately.

On Wednesday, May 7, 2014 6:45:39 PM UTC+1, mcoupar wrote:
>
> Hi
>
> Does Angular do anything under the hood that could be interfering with 
> custom events?
>
> I'm developing a media app for Playstation 3 and 4.  Such apps are 
> developed in HTML5, and I'm using Angular 1.3 Beta 7 as the framework.  The 
> PS4 sends internal event messages to the application layer like below
>
>
>                 window["accessfunction"] = function ( response ) {
>
>                     console.debug ( "window.accessfunction " + response );
>
>                 }
>
> So, for example, when I disconnect the PS4 from the network, a message 
> will be received to "window.accessfunction".  This works as expected when I 
> do not use Angular, but as soon as I introduce Angular, my disconnection 
> message is not received until I reconnect again.  
>
> Unless you have a devkit you won't be able to test this and I've filed a 
> support request with Sony, but from the description, can anyone think of a 
> reason why Angular might interfere with this process?
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to