Problem resolved.

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



Marc Coupar
Software Developer


M +44 1273 325874
E [email protected]
www.neonstingray.com

Deloitte. Technology Fast 50 Award - 2012
Deloitte. Technology Fast 50 Award - 2013
RedHerring. Technology Top 100 Award - 2013


On Wed, May 7, 2014 at 6:45 PM, mcoupar <[email protected]>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 a topic in the
> Google Groups "AngularJS" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/angular/IrgRaf08Q68/unsubscribe.
> To unsubscribe from this group and all its topics, 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.
>

-- 
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