mfinkle / geckobrowser

Very basic Android browser application that uses the GeckoView widget
Mozilla Public License 2.0
102 stars 26 forks source link

onAlert #1

Closed massinissa2k closed 10 years ago

massinissa2k commented 10 years ago

Hello,:-) Thank you very much for what you doing.

The onAlert( GeckoView view , Browser browser , String message , GeckoView.PromptResult result ) seem to be not working.

Good luck.

mfinkle commented 10 years ago

Make sure you are using the pre-built libraries I have here: http://people.mozilla.org/~mfinkle/geckoview/

The support for onAlert has not landed in mozillla-central yet, but will soon.

mfinkle commented 10 years ago

Code has landed