Confirmed users
3,339
edits
(File a new GeckoView bug) |
m (Fix section indentation) |
||
| Line 14: | Line 14: | ||
* '''Self-Contained''': Because GeckoView is a standalone library that you bundle with your application, you can be confident that the code you test is the code that will actually run. | * '''Self-Contained''': Because GeckoView is a standalone library that you bundle with your application, you can be confident that the code you test is the code that will actually run. | ||
* '''Standards Compliant''': Like Firefox, GeckoView offers excellent support for modern Web standards. | * '''Standards Compliant''': Like Firefox, GeckoView offers excellent support for modern Web standards. | ||
== Getting Help == | == Getting Help == | ||
| Line 25: | Line 21: | ||
If you have questions or need assistance, please reach out by: | If you have questions or need assistance, please reach out by: | ||
* Talking to us in [ircs://irc.mozilla.org:6697/#mobile #mobile] on [[Irc|irc.mozilla.org]] | * Talking to us in the [ircs://irc.mozilla.org:6697/#mobile #mobile] IRC channel on [[Irc|Mozilla's IRC server "irc.mozilla.org"]] | ||
* Sending questions to the [https://mail.mozilla.org/listinfo/mobile-firefox-dev mobile-firefox-dev] mailing list | * Sending questions to the [https://mail.mozilla.org/listinfo/mobile-firefox-dev mobile-firefox-dev] mailing list | ||
== Get Started == | |||
''Building a browser? Check out [https://mozilla-mobile.github.io/android-components/ Android Components], our collection of ready-to-use support libraries!'' | |||
=== Configure Gradle === | === Configure Gradle === | ||