mpht
mpht
Hey guys! I have stumbled upon the same problem. I also encountered something very similar **about a month ago**: https://github.com/alexziskind1/nativescript-oauth2/issues/116 basically the problem is frame.topmost() ``` the topmost method from...
1) add a patch in your project for example ../projects/your_project_name/patches/camera.ios.patch see code from my previous post (https://github.com/NativeScript/nativescript-camera/issues/234#issuecomment-651114330) 2) Apply the patch using hooks create the following 2 hooks hook 1...
Hi! your issue might be related to something I have just encountered. I would need some more information though. (Issue: #116) - what is the openIdSupport? oid-none or oid-full -...
Please test if this issue also occurs on android. If you use the same configuration as in the DEMO the difference between google and facebook providers is the following: -...
Hi there! If understood correctly everything works fine on Android but on iOS it does not work anymore? I assume you have not touched the auth part of you app...
Just to have everything in one post: @imiskuf created a fork with my code and some deprecation fix - You can go check this out instead of using my patch....