Joe Ginley
Joe Ginley
I implemented some code to allow us to programmatically close the activity. You can do Builder.close() Kotlin Example: ``` val webviewBuilder = FinestWebView.Builder(this) webviewBuilder.setWebViewListener(object : WebViewListener() { override fun onPageFinished(url:...
I implemented some code to allow us to programmatically close the activity. You can do Builder.close() Kotlin Example: ``` val webviewBuilder = FinestWebView.Builder(this) webviewBuilder.setWebViewListener(object : WebViewListener() { override fun onPageFinished(url:...
Yeah that is weird...were you able to reproduce?
I will try to find a solution as it is a pretty annoying bug.
It seem to be a theme issue. My app uses Theme.Halo.Light and the camera theme uses appCompat. When I leave the activity i reset the theme of my app and...
It is just what I had my app set too, i could probably update it if I get the support library but I think it should be possible to override...
Can you do this please?
I agree, this feature has been very helpful for me and does work.
Don't use this version of checkm8, it doesn't work anymore. Go to https://github.com/synackuk/checkm8-a5 and follow the instructions on the page.