Pavol Cvengros

Results 7 comments of Pavol Cvengros

workaround for now - add plugin to project without license - do search&replace for word "TRIAL" and replace it with License number :)...

please see my PR: https://github.com/EddyVerbruggen/cordova-plugin-native-keyboard/pull/94

What cordova version? > I tried using your PR by doing > `cordova plugin add https://github.com/securCom/cordova-plugin-native-keyboard.git` > > And then running > `cordova platform add [email protected]` > > But I...

same problem, behavior: - before first use of keyboard all is working as it should = my handler on back button is working - open keyboard first time in messenger...

No, still same issue with no resolution. Back button handler works correctly unless the nativekeyboard is closed/hiden. If keyboard is open it will stop working and on back button whole...

I have the same issue except for me it's like this (same code, different subdomain): - when "https://subdomain.domain.com" is used, session.cookie.secure=true => all works, cookie is set for client, Set-Cookie...

> I have encountered the same issue while using express-session and there might be a solution here: [#958 (comment)](https://github.com/expressjs/session/issues/958#issuecomment-2094058887) it's a solution but it's not :) patching installed modules in...