Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't recieve event in secure app #291

Closed
vnabatov opened this issue Sep 12, 2017 · 1 comment
Closed

Can't recieve event in secure app #291

vnabatov opened this issue Sep 12, 2017 · 1 comment
Labels

Comments

@vnabatov
Copy link

vnabatov commented Sep 12, 2017

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)

@vnabatov vnabatov changed the title Can't get event in secure app Can't recieve event in secure app Sep 12, 2017
@brianbaker
Copy link
Member

v2 will not support isSecure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants