{"id":21903841,"url":"https://github.com/hansemannn/titanium-tooltip","last_synced_at":"2026-03-09T06:33:08.898Z","repository":{"id":80614757,"uuid":"226674936","full_name":"hansemannn/titanium-tooltip","owner":"hansemannn","description":"Use the native AMPopTip (iOS) and ViewTooltip (Android) library to display tooltips above any view and window in Titanium!","archived":false,"fork":false,"pushed_at":"2026-01-14T13:29:31.000Z","size":10053,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-14T17:29:33.048Z","etag":null,"topics":["javascript","native","tidev","titanium","tooltips"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/hansemannn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-08T13:50:05.000Z","updated_at":"2026-01-14T13:28:36.000Z","dependencies_parsed_at":"2023-07-08T02:45:47.011Z","dependency_job_id":null,"html_url":"https://github.com/hansemannn/titanium-tooltip","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hansemannn/titanium-tooltip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-tooltip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-tooltip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-tooltip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-tooltip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansemannn","download_url":"https://codeload.github.com/hansemannn/titanium-tooltip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-tooltip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30284776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["javascript","native","tidev","titanium","tooltips"],"created_at":"2024-11-28T15:29:43.762Z","updated_at":"2026-03-09T06:33:08.877Z","avatar_url":"https://github.com/hansemannn.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tooltips in Titanium\n\nUse the native `AMPopTip` (iOS) and `ViewTooltip` (Android) library to display tooltips above any view and window in Titanium!\n\n## Requirements\n\n- [x] Titanium SDK 9.2.0+\n- [x] Android: Add the following to your `[app]/platform/android/build.gradle`:\n```gradle\nallprojects {\n  repositories {\n    maven { url 'https://jitpack.io' }\n  }\n}\n```\n\n## APIs\n\n### Methods\n\n- `show(params)` - Shows a new tooltip. See the example below for all options!\n- `hideActiveTooltip` - Hide an active tooltip in the current window.\n\n### Constants\n\nThe following constants are used for the `direction` property:\n\n- `TOOLTIP_DIRECTION_UP`\n- `TOOLTIP_DIRECTION_DOWN`\n- `TOOLTIP_DIRECTION_LEFT`\n- `TOOLTIP_DIRECTION_RIGHT`\n\n## Example\n\n```js\nimport Tooltips from 'ti.tooltip';\n\nconst params = {\n    container: $.win,\n    sourceView: $.view,\n    direction: Tooltips.TOOLTIP_DIRECTION_UP,\n    title: 'Hello world',\n    backgroundColor: '#ffffff',\n    textColor: '#000000',\n    borderRadius: 15,\n    borderColor: '#ff0000',\n    borderWidth: 2,\n    padding: 10,\n    arrowMargin: 0,\n    arrowWidth: 20,\n    arrowHeight: 24,\n    onClick: () =\u003e {\n        alert('Tooltip tapped!');\n    }\n};\n\nTooltips.show(params);\n```\n\n## Authors\n\n- Prashant Saini (Android)\n- Hans Knöchel (iOS)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-tooltip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansemannn%2Ftitanium-tooltip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-tooltip/lists"}