OpenF2 / F2

Redefining web integration for the financial services community
Apache License 2.0
130 stars 62 forks source link

Can't recieve event in secure app #291

Closed vnabatov closed 3 years ago

vnabatov commented 7 years ago

if isSecure is true

//F2-examples\examples\apps\JavaScript\CompareTool\appclass.js

F2.Events.on(
    "buy_stock", 
    function(data){
       console.log('get', data)        
    }
);

doesn't work (can't see get messages in console) is it expected behavior?

example if we set isSecure=false F2-examples\examples\container\js\sampleApps.js:44 then it works (can see get messages in console)

brianbaker commented 3 years ago

v2 will not support isSecure