https://github.com/m1ga/ti.popover
https://github.com/m1ga/ti.popover
android popup titanium-mobile titanium-module
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/m1ga/ti.popover
- Owner: m1ga
- License: other
- Created: 2021-12-04T09:35:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T07:28:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T01:12:54.639Z (about 2 months ago)
- Topics: android, popup, titanium-mobile, titanium-module
- Language: Java
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ti.popover (Android)
Based on the awesome [Balloon](https://github.com/skydoves/Balloon/) library by [@skydoves](https://github.com/skydoves).
```xml
```
```js
$.popover.show({
view: $.attach_to,
direction: require("ti.popover").POPOVER_ARROW_DIRECTION_DOWN
})
```