{"id":28100357,"url":"https://github.com/tidev/titanium-web-dialog","last_synced_at":"2026-05-15T08:04:16.724Z","repository":{"id":36982938,"uuid":"113011018","full_name":"tidev/titanium-web-dialog","owner":"tidev","description":"Use the SFSafariViewController (iOS) and Chrome Pages (Android) in Titanium.","archived":false,"fork":false,"pushed_at":"2025-04-28T02:09:13.000Z","size":5202,"stargazers_count":30,"open_issues_count":17,"forks_count":18,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-29T18:08:47.346Z","etag":null,"topics":["android","chrome-tabs","cross-platform","ios","javascript","native","sfsafariviewcontroller","titanium","titanium-module"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"tidev","liberapay":"tidev"}},"created_at":"2017-12-04T07:41:12.000Z","updated_at":"2025-03-12T07:07:14.000Z","dependencies_parsed_at":"2025-03-10T16:33:43.127Z","dependency_job_id":"87ca6ba5-5464-4733-a2d8-8db3c8ce7f56","html_url":"https://github.com/tidev/titanium-web-dialog","commit_stats":null,"previous_names":["appcelerator-modules/titanium-web-dialog"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Ftitanium-web-dialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Ftitanium-web-dialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Ftitanium-web-dialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Ftitanium-web-dialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidev","download_url":"https://codeload.github.com/tidev/titanium-web-dialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003561,"owners_count":21997904,"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":["android","chrome-tabs","cross-platform","ios","javascript","native","sfsafariviewcontroller","titanium","titanium-module"],"created_at":"2025-05-13T18:33:49.697Z","updated_at":"2026-05-15T08:04:16.719Z","avatar_url":"https://github.com/tidev.png","language":"Java","funding_links":["https://github.com/sponsors/tidev","https://liberapay.com/tidev"],"categories":[],"sub_categories":[],"readme":"# Titanium Web Dialog\n\nUse the native `SFSafariViewController` (iOS) and `Chrome Pages` (Android) within Appcelerator Titanium.\n\n\u003cimg src=\"./fixtures/example-screens.jpg\" width=\"890\" alt=\"Titanium Web Dialog\" /\u003e\n\n## Requirements\n\n- Titanium SDK 9.0.0 or later\n- iOS 9+ and Android 4.1+\n\n## iOS Note\n\nThe iOS part of this module is based on Ti.SafariDialog, which has been deprecated for a cross-platform solution. All API's of Ti.SafariDialog\nstill work here and have been extended by more features over time.\n\n## Android Note\nIn order to use the `close` event on Android it is recommended to have a short delay between `var WebDialog = require('ti.webdialog');` and `WebDialog.open({})`. Otherwise it might not fire the `close` event.\n\n## API's\n\n### Top-Level\n\n#### Methods\n\n* `open(arguments)`\n    * `url` (String)\n    * `barColor` (String)\n    * `animated` (Boolean, iOS only)\n    * `entersReaderIfAvailable` (Boolean, iOS only)\n    * `barCollapsingEnabled` (Boolean)\n    * `tintColor` (String, iOS only)\n    * `dismissButtonStyle` (`DISMISS_BUTTON_STYLE_*`, iOS only)\n    * `showTitle` (Boolean, Android only)\n    * `fadeTransition` (Boolean, Android only)\n    * `enableSharing` (Boolean, Android only) - Enable Share... menu item to share link\n    * `closeIcon` (String, Android only) - image path to show as close-button icon\n\n* `isSupported()` -\u003e Boolean\n* `isOpen()` (iOS only) -\u003e Boolean\n* `close()` (iOS only)\n\n#### Properties\n\n* `DISMISS_BUTTON_STYLE_DONE` (iOS only)\n* `DISMISS_BUTTON_STYLE_CLOSE` (iOS only)\n* `DISMISS_BUTTON_STYLE_CANCEL` (iOS only)\n\n#### Events\n\n* `open` -\u003e `success` (Boolean), `url` (String)\n* `close` -\u003e `success` (Boolean), `url` (String)\n* `load` -\u003e `success` (Boolean), `url` (String) - iOS only\n* `redirect` -\u003e `url` (String) - iOS only\n* `error` -\u003e `message` (String) - Android only\n\n### `AuthenticationSession` (iOS only)\n\n#### Methods\n\n* `createAuthenticationSession(arguments)`\n    * `url` (String)\n    * `scheme` (String)\n\n#### Events\n\n* `callback` -\u003e `success` (Boolean), `callbackURL` (String)\n\n## License\n\nApache 2.0\n\n## Author\n- [Hans Knöchel](https://github.com/hansemannn)\n- [Prashant Saini](https://github.com/prashantsaini1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Ftitanium-web-dialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidev%2Ftitanium-web-dialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Ftitanium-web-dialog/lists"}