Ks Tan

Results 76 comments of Ks Tan

I'm tried to search online resources unfortunately I can't find suitable reference to you. imho below maybe some info for you: Basically you need to define function return type,, variables...

there is some example inside here for declare props/interface in `.d.ts` hope it helpful: https://github.com/antoniandre/vue-cal/issues/168

You can refer above image, seems it server side received multiple access in same second. below is nativescript event, it shown first attemp success, and immediately show 2nd attemp error....

Hi, you may use this, I'd make this allow registration. If you encounter any issue please dont hesitate to let me know. ** By the way, oid-none and oid-full I'm...

hi, after some try seems above amendment is work (previously seems server side ssl missing origin ca-bundle) so android blocked. I believe you can make this as standard ```js //add...

Hi, I'm reopen this issue just for follow up hope can make keycloak officially support

I add above sample into project/node_modules/nativescript-oauth2/providers/providers.js then change auth-service.js and add following sample ``` function configureOAuthProviderKeycloak() { let customizeLoginServer = filestorage.readCustomizeLoginServer(); let server ='https://yourkeycloakserver/auth'; let realm = 'yourrealm'; let keycloakProviderOptions...

im tested 2.1.8 in mac no this issue, can you try others version like 2.1.7 (or 2.1.6,5,4...) have similar issue?

what is your php version, beside, you able to try in mac/linux see same thing happen?

Weird, you may checkout current project and then execute cli php -S 0.0.0.0:8000 Then browse to http://localhost:8000/examples Try explore is sample pdf show or have same issue?