omise / omise-android

Omise Android SDK
https://docs.opn.ooo
Other
50 stars 32 forks source link

Could we have DomStorage enable from WebView in AuthorizingPaymentActivity? #141

Closed luongvo closed 4 years ago

luongvo commented 4 years ago

Same to the question above, could we have DomStorage enable from WebView in AuthorizingPaymentActivity? Or can you provide a way to enable DomStorage on AuthorizingPaymentActivity's WebView via Intent data 🤔

The context is:

I'm not sure if there is any security concerns to enable DOM storage on AuthorizingPaymentActivity's WebView

domStorageEnabled = true
nuxzero commented 4 years ago

@luongvo Thank you for raised this issue. This seems like the JavaScript can't work without enable domStorageEnabled. Anyway, we are working on this issue. So, we will let you if there is an update. 🙂

nuxzero commented 4 years ago

@luongvo We just release the version 3.1.2 that included enabling Dom Storage on the WebView. Please update your application to the latest version and the error should be gone.

If you have any question that related to this issue please feel free to re-open this issue and ask your questions. 🙂

luongvo commented 4 years ago

@nuxzero great, I will give it a try, thanks