You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' }.
Activity
stevenbenner commentedon Apr 2, 2016
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' }
.dennis97519 commentedon Apr 3, 2016
Yeah, the new tooltip positions would be good.