Carlos Zinato

Results 31 comments of Carlos Zinato

Hey Antonio @acdcjunior did you manage to merge your changes? I'm very interested in that :)

thanks, @acdcjunior, this is looking very good!

Let's merge this!

That looks quite promising @nazrdogan , well done! Can't wait to see more about App Clips and Widgets (#250)

To me the same timeout problem was happening, but 100ms is enough in my case (I'm making a simple "Exit the App?" dialog screen)

yeap, that's what I did: ``` useEffect(() => { setTimeout(() => { window.addEventListener('keydown', onKeyDownMenu); }, 100); }, []); const onKeyDownMenu = (event) => { switch (event.keyCode) { case 8: //backspace...

No problems, thanks for having a look at this. We made some progress and it appears that loading modules from a function scope is the problem on Android and something...

It is still not working, and I'm not sure if this is something that Axway can help me with but I've sent it all to an Axway developer, let's see...

Update: Jan from Axway found out that the code from Titaniumifier produces require() with a second argument, true, which is causing the problem somehow. Here is what he's found so...

Hi, is there a way to use this module for Urban Airship? Thank you!