Title: Mobile/Tablet Friendly ?
Last modified: August 22, 2016

---

# Mobile/Tablet Friendly ?

 *  [KHannibal](https://wordpress.org/support/users/khannibal/)
 * (@khannibal)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/)
 * Hi Jamel,
 * First of all, I’ve to say I’m completely overwhelmed by your plugin. It’s really
   fantastic and I’ll write a review for you. 🙂
 * However, I’m experiencing some glitches when using a smartphone (in my case :
   iPhone 4, latest iOS 7 version) or a tablet (iPad 2, latest iOS 7 version). I
   understand I have to tap on a word to make the window appear, but this window
   automatically disappear after 1-2 seconds. The problem appear on my website but
   on your Demo website as well.
 * Is that a problem you can fix or is it iOS specific ?
 * Thank you for your answer and keep improving your plugin, it’s awesome. 🙂
 * Cheers !
 * [https://wordpress.org/plugins/bluet-keywords-tooltip-generator/](https://wordpress.org/plugins/bluet-keywords-tooltip-generator/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/mobiletablet-friendly/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/mobiletablet-friendly/page/2/?output_format=md)

 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310375)
 * Hi Khannibal
    thanks for your words 🙂 to be honest I could say that I haven’t
   tested the plugin on several devices yet to make it the most mobile friendly,
   but i’ll checkout this problem and I’ll be back 😉
 *  Thread Starter [KHannibal](https://wordpress.org/support/users/khannibal/)
 * (@khannibal)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310383)
 * It’s not urgent but if you can look into it, it would be really nice. Thank you!
   🙂
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310459)
 * try now please to re-install the KTTG plugin, I’v made some modifications
    hope
   it can help 🙂
 *  Thread Starter [KHannibal](https://wordpress.org/support/users/khannibal/)
 * (@khannibal)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310461)
 * I don’t see what you modified, it’s still the same version on wordpress.org ?
   
   Anyway, I reinstalled but sadly nothing changed… The behavior I described is 
   still the same on your demo site and on my site. 🙂
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310498)
 * excuse me for the delay KHannibal but I have not had the opportunity testing 
   my plugin tooltips on an IPhone 4 I only tested it on an other mobile device 
   and it works properly.
    sorry for the unresolved problem for the moment 🙁 but
   I guess that some css statements are not supported by iOS 7
 *  [rose.jim](https://wordpress.org/support/users/rosejimverizonnet/)
 * (@rosejimverizonnet)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310515)
 * I wonder if the following cssplay suggestions might fix the problem:
    [http://www.cssplay.co.uk/menu/cssplay-tooltips.html](http://www.cssplay.co.uk/menu/cssplay-tooltips.html)
 * His solution appears to work on the ipad.
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310519)
 * hi Rose
    yes it must be helpful 😉
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310526)
 * Hi KHannibal
 * after removing the suspect transition style property only in my site, please 
   try to visit this page to checkout if the problem persists using the IPhone 4:
   
   [http://www.blueskills.net/talking-birds](http://www.blueskills.net/talking-birds)
 *  [rose.jim](https://wordpress.org/support/users/rosejimverizonnet/)
 * (@rosejimverizonnet)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310529)
 * Sorry, no. It doesn’t work on the ipad. The highlighted words are completely 
   insensitive to a click: no tooltip becomes visible.
 * Still a script kiddie, I did try to put blueskills code into your index.php:
 *     ```
       $delimiter_1='<span class="bluet_tooltip" onmouseover = "void(0)">$2<span>';
       $delimiter_2='<b>$2</b> : ';
       $delimiter_3='</span></span><img class="close" src="'. plugins_url( 'assets/transparent.gif', __FILE__ ) . '" alt="" />';
       ```
   
 * This enabled the tooltip to appear on an ipad, but then it persisted, and would
   not disappear later. Not sure what to try next.
 *  [rose.jim](https://wordpress.org/support/users/rosejimverizonnet/)
 * (@rosejimverizonnet)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310530)
 * By the way, the page I’m testing is [http://ma4jr.org](http://ma4jr.org)
 * I can make the tooltip disappear by clicking on the slider in the widget area!???!
 *  [rose.jim](https://wordpress.org/support/users/rosejimverizonnet/)
 * (@rosejimverizonnet)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310549)
 * A better solution:
 *     ```
       delimiter_1='<span class="bluet_tooltip" onmouseover = "void(0)" ongestureend = "void(0)" >$2<span>';
       $delimiter_2='<b>$2</b> : ';
       $delimiter_3='</span></span>';
       ```
   
 * tooltip seems to be created twice on ‘touch’, but it does disappear when the 
   tooltip is touched again.
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310550)
 * thanks rose
    I thought it’ll be better to not use javascript (only CSS) but this
   is not always effective I’ll create an optinized javascript version, it seems
   it will be better
 *  Thread Starter [KHannibal](https://wordpress.org/support/users/khannibal/)
 * (@khannibal)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310556)
 * I’ll try again tonight. Thanks for your time ! 🙂
    Oh, and as a little present,
   I’ll translate your plugin in French. 😉
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/#post-5310557)
 * that will be really great 🙂
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/page/2/#post-5310588)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/mobiletablet-friendly/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/mobiletablet-friendly/page/2/?output_format=md)

The topic ‘Mobile/Tablet Friendly ?’ is closed to new replies.

 * ![](https://ps.w.org/bluet-keywords-tooltip-generator/assets/icon-256x256.jpg?
   rev=1277221)
 * [Tooltipy (tooltips for WP)](https://wordpress.org/plugins/bluet-keywords-tooltip-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bluet-keywords-tooltip-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/reviews/)

 * 16 replies
 * 3 participants
 * Last reply from: [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/mobiletablet-friendly/page/2/#post-5310588)
 * Status: not resolved