#aerologic-identity-modal-mobile
1 messages · Page 1 of 1 (latest)
aerologic-identity-modal-mobile
@fossil hatch and it works fine if you redirect to safari or Chrome but it fails inside a webview?
What type of webview are you using on iOS exactly? Can you share some code?
For Android, someone on my team explained you likely want to do this: https://stackoverflow.com/questions/40659198/how-to-access-the-camera-from-within-a-webview/47525818#47525818 https://developer.android.com/reference/android/webkit/WebChromeClient#onPermissionRequest(android.webkit.PermissionRequest)
Yes it works great from Safari and Chrome. I have already found and tried those links, but it says the permissions have already been granted or denied. I try to explicitly give permission but it doesn't seem to change things.
Let me try one more time and report back.
We can concentrate on Android first and see if we can get anywhere with that.
I don't think we'll get anywhere sadly, we don't really have much knowledge of this
why aren't you using our Mobile SDKs directly for this instead?
https://stripe.com/docs/identity/verify-identity-documents?platform=ios we have those which would likely be better than using a Webview
Well our mobile apps already use web views, so I was hoping it would just work as in a browser without any additional dev work/time.
We also use Xamarin, which complicates the use of the SDKs a bit.
oh yeah that is a lot of complex factors that are likely to cause a problem
Honestly I don't think we would be able to help you debug this especially as you use Xamarin
Yeah it isn't super ideal. It's something I inherited, so unfortunately I didn't have a say in it.
Thanks for the replies though! I'll have to look into the SDKs and look into overriding our Stripe verification natively.