Title: Ios problem
Last modified: January 25, 2023

---

# Ios problem

 *  Resolved [caroivan](https://wordpress.org/support/users/caroivan/)
 * (@caroivan)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/ios-problem-3/)
 * Hey , congrats for the plugin, it’s all fine with it, but I have a problem, it
   works perfectly on pc and in my android phone, but when I enter to my page: walybot.
   com in my girlfriend’s phone (Iphone 11) , the chatbot just dont work, no matter
   what I do, it just stay loading and never answer.
 * ![](https://ibb.co/jMrk6BS)
 * Here a screenshot:
   [Whats-App-Image-2023-01-25-at-9-39-04-AM hosted at ImgBB — ImgBB (ibb.co)](https://ibb.co/jMrk6BS)
    -  This topic was modified 3 years, 4 months ago by [caroivan](https://wordpress.org/support/users/caroivan/).

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/ios-problem-3/#post-16408045)
 * Hi,
 * Indeed! Try version 0.4.6. It should be fixed 🙂
 *  Thread Starter [caroivan](https://wordpress.org/support/users/caroivan/)
 * (@caroivan)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/ios-problem-3/#post-16408092)
 * Thank you so much, you are awsome, it is already working perfectly with the update.
 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/ios-problem-3/#post-16408122)
 * Super, I am glad [@caroivan](https://wordpress.org/support/users/caroivan/)! 
   I can go to bed happily haha (1am here in Japan), that made me stayed up a bit
   more 🙂 Don’t hesitate to leave a little review, it helps. And of course, if 
   any issue, also let me know!
 *  Thread Starter [caroivan](https://wordpress.org/support/users/caroivan/)
 * (@caroivan)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/ios-problem-3/#post-16408201)
 * Thnak you Jordy, I reviewed the plugin and followed you in your social media.
   I just have two suggestion, I would like the chatbot to have: 1) an indicator
   that the bot is “thinking” as “…” moving or a text; 2) An icon for the user and
   the bot such as chatgpt. Aditionally, I was thinking that when an user use too
   much the bot, it just make bigger and longer, so if there is many request it 
   would cause an issue with the page design, so it would be great if the bot instead
   of became longer just have a rigth bar when you can up and down. Here is an application
   that I create in node js that have the icon an the indicator: [Codex – Your AI (split-icardenasc.vercel.app)](https://split-icardenasc.vercel.app/)
 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/ios-problem-3/#post-16409571)
    1. I have already a spinner in the button; you don’t think it’s enough? Let’s see;
       I didn’t have any other feedback about this so I felt like it was okay. I can
       see the “…” would be cool, thing is, the chatbot is in pure JS, so it’s very
       light and easy to modify for anyone right now (even my injecting code), so I
       don’t want to complexify it too much. I’ll make another bot in React as well,
       which will be much closer to ChatGPT, and usable in both client-side and admin-
       side (and it will do something really cool but that will be a surprise!)
    2. Update to 0.4.7, just released 🙂 If you remove the ai_name and user_name, you’ll
       get avatars instead.
    3. If you want to limit the max height of the chatbot, you could use CSS for this
       right? That way, you can do it exactly the way you want. Normally, my CSS is
       clean enough to add the scrollbar exactly where it should be (that happens when
       the chatbot is in a popup).
 *  Thread Starter [caroivan](https://wordpress.org/support/users/caroivan/)
 * (@caroivan)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/ios-problem-3/#post-16409620)
 * Thank you for your answer Jordy, 1. the spinner button is great, but despite 
   others gpt chats, it does not write progressive (letter by letter), so I personally
   would like an indication directly on the text such as the (…) or that the bot
   write letter by letter in the text area, thats a part of the gpt magic. In the
   other hand, I have a question, in tools we have a content generator that allows
   us to write with a title, keywords, sections, writing style and tone; I love 
   it, but I would like to put it into my wordpress site, so users can acces to 
   it directly my the website, not just in the wordpress admin, is it possible to
   include a shortcode that allows us to incluide that advaced generator in our 
   websites? Thank you so much again Jordy.
 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/ios-problem-3/#post-16409633)
 * About this progressive letters: I am not sure it’s a good idea to mimic ChatGPT
   if it’s not exactly ChatGPT. I explain:
 * I know a lot of chatbot tries to imitate to look “cool”, but it’s not that great.
   ChatGPT actually streams the answer actually being built in realtime from the
   server. They can do this easily because it’s their own system (and we could do
   this too, but it causes other issues, especially if we want to moderate usage,
   calculate statistics, etc). So yeah, many chatbots imitates it by “typing” a 
   character every few milliseconds. That looks extremely robotic to me, plus it
   actually delays the actual answer (which the chatbot already received, but because
   of that effect, it takes more time to actually display). This is why I am not
   for it.
 * However, we could think of a different effect, like a transition on the height
   of the container to welcome the answer, then a very quick and smooth opacity 
   animation. That could actually be nice, without delaying the answer nor badly
   imitating a typewriter 😜
 * My priority is to make everything super solid, stable and adaptable. It’s very
   important for me, as I want to help users creating **something great**, rather
   than just providing something that seems fun out of the box but half broken and
   impossible to adapt. I am careful at every step.
 * _I have a question, in tools we have a content generator that allows us to write
   with a title, keywords, sections, writing style and tone; I love it, but I would
   like to put it into my wordpress site, so users can acces to it directly my the
   website_
 * I would like to keep the current Content Generator in the WP Admin, as it really
   made for it, and parts of it will be re-used in the Post Editor for example. 
   Also, it has a certain design, that will be modified overtime but always for 
   the WP Admin.
 * However, I am working on another solution: AI Forms. This is my big project this
   week, and hopefully I will be able to release it today or tomorrow. Basically,
   you’ll be able to use blocks to create a page with fields (textfields, select,
   etc) and a button will gather the inputs, and produce an outputs. With the AI
   Forms, you will be able to create your own Content Generator too 🙂 And better,
   it will be styled just like your theme.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Ios problem’ is closed to new replies.

 * ![](https://ps.w.org/ai-engine/assets/icon-256x256.png?rev=3431928)
 * [AI Engine - The Chatbot, AI Framework & MCP for WordPress](https://wordpress.org/plugins/ai-engine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ai-engine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ai-engine/)
 * [Active Topics](https://wordpress.org/support/plugin/ai-engine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ai-engine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ai-engine/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/ios-problem-3/#post-16409633)
 * Status: resolved