Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile device specific (notification-bar-like) placement (feature request) #144

Open
dennis97519 opened this issue Feb 6, 2016 · 2 comments
Labels
Feature Software improvements that involve implementing new features. Question Questions or discussions that do not require any software changes.

Comments

@dennis97519
Copy link

Is it possible to make a mobile wiki style tooltip that pops up from the bottom? and trigger this style on mobile user agent string or a mobile flag.
wiki citation popup

@stevenbenner
Copy link
Owner

Not with PowerTip today. At least not easily.

You can try to detect if you're on a mobile device or in a small virtual screen resolution then disable the PowerTip tooltips entirely and use some custom code, or different plugin designed to do those kinds of popups. But that sounds kind of painful to me.

I haven't had to do this yet, so I can't recommend any good tools to do this. But I'm confident that someone (probably many someones) has written scripts to do exactly those types of popups.

But to rephrase this as a feature request; I could consider adding new tooltip positions based on the window edges instead of an element in the page. For example { placement: 'screenBottom' }.

@stevenbenner stevenbenner added the Question Questions or discussions that do not require any software changes. label Apr 2, 2016
@dennis97519
Copy link
Author

Yeah, the new tooltip positions would be good.

@stevenbenner stevenbenner added the Feature Software improvements that involve implementing new features. label Apr 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Software improvements that involve implementing new features. Question Questions or discussions that do not require any software changes.
Projects
None yet
Development

No branches or pull requests

2 participants