Hansol Lee

Results 7 comments of Hansol Lee

Hi @ie-devteam, Thanks for reporting! I can't have a look at it right now but I'll make sure to check it when other works are done :)

I'm sorry to say but this plugin is not being maintained now. Can't promise when we'll be able to fix this :(

Hello @hicnar ! Yeah actually, this implementation was a to-do but was delaying on it cause we thought there was no demand for this. Since we now know you want...

As far as we saw, there was no way to block default behaviors on iOS. If you know any, please let us know.

Hello @hicnar , We'll start working on it this weekend. Just to let you know :)

Hi @nexussmart , In normal Android development(i.e. native Android), it is very easy to detect volume button events without requesting [ACTION_MANAGER_OVERLAY_PERMISSION](https://developer.android.com/reference/android/provider/Settings.html#ACTION_MANAGE_OVERLAY_PERMISSION) that we request here. **You can just override onKeyDown...

Yep, that's exactly what you can do if it's your own app. However, in our case, as we're developing a plugin, we cannot override your(or other app's) MainActivity, so we...