Biztech JS

Results 9 comments of Biztech JS

I am facing the same issue. Is there any update?

Hi @fabioz23 , @NiklasMerz , I changed the following line ```swift let data = command.arguments[0] as AnyObject?; ``` To ```swift let args = command.arguments as? [[String: Any]]; let data =...

Hello @HarelM , I have added following flag: - android:requestLegacyExternalStorage="true" I am able to select files and images from Device storage but not from the google drive option. Hope this...

Hello @PieterVanPoyer , It will take time to create a repo. If you can suggest any other troubleshooting options or workarounds? Hope this helps.

Is there any workaround available till then, It's been a while.

Thanks for the reply @luqmaants .Did you used `` inside ``. Also I am facing this issue in iOS only, Do you think this will resolve the issue?

@lincolnthree , the issue still persists. Have you found any solution for this?

@ambu50 , I have webview installed: `ionic-native/ionic-webview: ^5.6.1` and the issue still persists

Hi @IfreannMedia , Sorry for the late reply. I tried the code and it doesn't seem to be working in my project. Can you please provide more details on what...