Android-components: Find in page browser component

Created on 18 May 2018  路  3Comments  路  Source: mozilla-mobile/android-components

As part of mozilla-mobile/focus-android#967 we're going to add the ability to find text in a page. I think it makes sense to componentize JavaScript/WebView communication. Would we want a UI component as well?

help wanted 馃専 feature

Most helpful comment

See comment in https://github.com/mozilla-mobile/focus-android/issues/967 - WebView has APIs for that. No JavaScript needed. :)

We want to add something for that to engine(-gecko/webview) here. But it will take some time until the engine component is ready to be used in Focus. So for now I recommend to use the WebView APIs in Focus and request the matching GeckoView APIs as soon as possible!

All 3 comments

See comment in https://github.com/mozilla-mobile/focus-android/issues/967 - WebView has APIs for that. No JavaScript needed. :)

We want to add something for that to engine(-gecko/webview) here. But it will take some time until the engine component is ready to be used in Focus. So for now I recommend to use the WebView APIs in Focus and request the matching GeckoView APIs as soon as possible!

Ah! How did I miss that! That makes this quite a bit easier :)

Filed a new issue for the session/engine work: #656.

Was this page helpful?
0 / 5 - 0 ratings