{"id":20146519,"url":"https://github.com/fworks/screenfullgwt","last_synced_at":"2025-07-21T05:06:00.475Z","repository":{"id":12296635,"uuid":"14925946","full_name":"fworks/screenfullgwt","owner":"fworks","description":"Simple GWT wrapper for screenfull.js (http://sindresorhus.com/screenfull.js)","archived":false,"fork":false,"pushed_at":"2019-04-04T10:31:06.000Z","size":101,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T19:45:34.991Z","etag":null,"topics":["cross-browser","google-web-toolkit","gwt","java","javascript","javascript-fullscreen-api","screenfull"],"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/fworks.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":"2013-12-04T14:27:38.000Z","updated_at":"2019-04-04T10:31:07.000Z","dependencies_parsed_at":"2022-09-14T22:40:45.158Z","dependency_job_id":null,"html_url":"https://github.com/fworks/screenfullgwt","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/fworks/screenfullgwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fworks%2Fscreenfullgwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fworks%2Fscreenfullgwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fworks%2Fscreenfullgwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fworks%2Fscreenfullgwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fworks","download_url":"https://codeload.github.com/fworks/screenfullgwt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fworks%2Fscreenfullgwt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265509007,"owners_count":23779275,"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":["cross-browser","google-web-toolkit","gwt","java","javascript","javascript-fullscreen-api","screenfull"],"created_at":"2024-11-13T22:23:54.018Z","updated_at":"2025-07-21T05:06:00.455Z","avatar_url":"https://github.com/fworks.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# screenfullgwt\n\n[![](https://img.shields.io/travis/fworks/screenfullgwt/master.svg)](https://travis-ci.org/fworks/screenfullgwt)\n[![](https://img.shields.io/maven-central/v/com.github.fworks/screenfullgwt.svg)](https://mvnrepository.com/artifact/com.github.fworks/screenfullgwt)\n[![](https://img.shields.io/github/license/fworks/screenfullgwt.svg)](#)\n\n\nSimple gwt wrapper for the screenfull.js\n\n\"Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don't have too.\" (http://sindresorhus.com/screenfull.js)\n\n# maven\n\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.fworks\u003c/groupId\u003e\n  \u003cartifactId\u003escreenfullgwt\u003c/artifactId\u003e\n  \u003cversion\u003e4.0.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n# How to use\n\n1) Inherit the module\n```\n\u003c!-- fullscreen --\u003e\n\u003cinherits name=\"com.github.fworks.screenfullgwt.ScreenFullGWT\" /\u003e\n```    \n\n2) Just call the static methods\n```\nScreenFull.toggleFullScreen();\nScreenFull.requestFullScreen();\nScreenFull.isFullScreen();\nScreenFull.element();\nScreenFull.enabled();\nScreenFull.exitFullScreen();\n// and more\n```\t\t\t\t\n        \nExample (adding the toggle fullscreen on a button click handler:\n```\nfullscreenButton.addClickHandler(new ClickHandler() {\n  @Override\n  public void onClick(ClickEvent event) {\n    ScreenFull.toggleFullScreen();\n  }\n});\n```            \n\n# Notes\n\nNote that it is just a wrapper for the screenfull.js file defined here.\n\nPlease go to http://sindresorhus.com/screenfull.js to see more details about the js.            \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffworks%2Fscreenfullgwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffworks%2Fscreenfullgwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffworks%2Fscreenfullgwt/lists"}