{"id":20604877,"url":"https://github.com/allaboutapps/a3webview","last_synced_at":"2025-10-19T19:58:52.019Z","repository":{"id":52118139,"uuid":"90121724","full_name":"allaboutapps/A3WebView","owner":"allaboutapps","description":"Wrapper around WebView","archived":false,"fork":false,"pushed_at":"2021-05-07T09:08:27.000Z","size":209,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-06T16:54:04.151Z","etag":null,"topics":["id-allaboutapps-android"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allaboutapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-03T07:39:42.000Z","updated_at":"2021-10-01T11:58:55.000Z","dependencies_parsed_at":"2022-09-08T06:41:46.829Z","dependency_job_id":null,"html_url":"https://github.com/allaboutapps/A3WebView","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/allaboutapps/A3WebView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allaboutapps%2FA3WebView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allaboutapps%2FA3WebView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allaboutapps%2FA3WebView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allaboutapps%2FA3WebView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allaboutapps","download_url":"https://codeload.github.com/allaboutapps/A3WebView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allaboutapps%2FA3WebView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262731788,"owners_count":23355424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["id-allaboutapps-android"],"created_at":"2024-11-16T09:25:24.324Z","updated_at":"2025-10-19T19:58:46.962Z","avatar_url":"https://github.com/allaboutapps.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A3WebView\n\nUtilities to wrap around the Android WebView.\n\n[ ![Build Status](https://api.travis-ci.org/allaboutapps/A3WebView.svg?branch=master) ](https://travis-ci.org/allaboutapps/A3WebView)\n[ ![Download](https://api.bintray.com/packages/allaboutapps/A3-Android/at.allaboutapps.web.a3webview/images/download.svg) ](https://bintray.com/allaboutapps/A3-Android/at.allaboutapps.web.a3webview/_latestVersion)\n\n## This library contains the following\n\n* **A3WebActivity**  \n  Standalone Activity with Builder for easy display of HTML content.\n* **A3WebFragment**  \n  Fragment displaying HTML content.\n* **A3WebView**  \n  Wrapper around WebView that also displays loading and error.\n  \n## Usage\n\nCreate WebViewSettings with some information about what you would like to do:\n\n```java\nWebViewSettings settings =\n\tWebViewSettings.loadUrl(\"https://allaboutapps.at\").enableJavaScript();\n\n  // or\n\nWebViewSettings settings =\n\tWebViewSettings.loadData(\n\t\t\"\u003ccenter\u003eDisplaying some \u003cb\u003einline content\u003c/b\u003e in a WebView\u003c/center\u003e\");\n\t\t\n  // or\n  \nWebViewSettings settings =\n\tWebViewSettings.loadAssetFile(\"imprint.html\")\n\t\t.disableLoadingIndicator()\n\t\t.openLinksExternally();\n```\n\t\t\t\nUse those settings along with one of  `A3WebActivity`, `A3WebFragment`, or `A3WebView` to load and display your content. The Activity also uses a builder for some additional options.\n\n```java\nIntent intent =\n\tA3WebActivity.with(getContext(), settings)\n\t\t.enableHomeAsUp()\n\t\t.setTitle(\"aaa - all about apps\")\n\t\t.build();\n\t\t\n  // or\n\t\t\nFragment fragment = A3WebFragment.newInstance(settings);\n\n  // or\n\nwebView.loadWithSettings(settings);\n```\n\n## Including it in your project\n\n    compile \"at.allaboutapps.web:a3webview:${latestVersion}\"\n\n## License\n\n\tMIT License\n\n\tCopyright (c) 2017 aaa - all about apps GmbH","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallaboutapps%2Fa3webview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallaboutapps%2Fa3webview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallaboutapps%2Fa3webview/lists"}