Mike Purcell

Results 10 comments of Mike Purcell

Yes please! As a newb android developer I found the sample code to be somewhat difficult to implement into a "kiosk" browser. I think just the basics would be fine....

There is an easy fix for this. Can you add a public callback so we can override the default behavior in AdvancedWebView `onShowFileChooser` method? For now I just created my...

Hi @akuma34, check out this gist: https://gist.github.com/digitalprecision/735820df14f696fc2c6c8b251b2b05d6 It uses the PermissionHelper API developed by k0sh, and the standard webview API, but I was able to easily get it to work...

Actually I found FinestWebView to be buggy and not load our page as desired, however AdvancedWebView does. Quick question, do you have the ability for us to add a circular...

I defer to your best judgement as I am a novice android developer (do more php/mysql/systems stuff) so my guidance may not be the best in this context. Feel free...

@mmalisz Glad to help. Hoping the author patches in the functionality at some point.

ETA on this bug, kind of a big deal.

This appears to have been identified via https://github.com/jessepollak/card/issues/257

I haven't been able to revisit this in awhile, I may have some time next week to see if I can introduce a solution, unless someone beats me to the...

I am having the same issue, when using TLS I am unable to connect, it just silently fails. I can connect with the same cert stack (root, cert, key) via...