• moderworks

    (@moderworks)


    Hello, the editor is not updated when adding a message from an iPhone. fter pressing the “add message” button, it is added to the chat, but still remains in the editor window (medium-editor.js).

    How to solve a problem?

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter moderworks

    (@moderworks)

    Small clarification. The problem is observed in Google Chrome on iPhone.

    Plugin Author wordplus

    (@wordplus)

    No idea! Probably its cached your scripts? Try to clean cache! There is no issues from plugin side.

    Thread Starter moderworks

    (@moderworks)

    This is what I did first.
    Okay, I’ll figure it out. Good luck!

    Thread Starter moderworks

    (@moderworks)

    Hello,
    What did I get.

    https://ibb.co/sqkswvr
    https://ibb.co/XkzVHmS

    I’m disturbing you again. I partially figured out the connection code. As far as I understand, in earlier versions, emoticons could also be enabled in the admin panel, the bp-better-messages.php file retained the code line ‘mobileEmojiEnable’ => ‘0’. It should be something like this: ‘mobileEmojiEnable’ => ( $this->settings[‘mobileEmojiEnable’] == ‘1’ ? ‘1’ : ‘0’ ) + layout-settings.php to the admin. Right? But the trigger in the bp-messages-free.js file
    I am not strong in js, unfortunately. I ask for help, what needs to be changed in the bp-messages-free.js code to enable emoticons in the mobile version?

    https://ibb.co/rx38pq5

    I would be very grateful. Spent quite a lot of time on this.

    Plugin Author wordplus

    (@wordplus)

    Hi there!

    Yes, it was available as option in plugin settings before and it caused so many issues so the only right way were to remove that option.

    Im not able to return it back, it does not works properly on mobile devices.

    Thanks!

    Thread Starter moderworks

    (@moderworks)

    You should not be so categorical) After my refinement, it works fine on mobile devices. I managed to find interested people and resolve the connection issue. Emoticons in the editor are good practice. Why did you use joypixels.js – I don’t understand. It’s really not the best solution.

    Regarding the error in the browser. The bug was noted on one of the versions of Google Chrome. The plugin works correctly with the latest version of the browser.

    Thank!

    Plugin Author wordplus

    (@wordplus)

    Hi there!

    So after your refinement, it works well on mobile?
    Can you show me the link where I can check that?

    Thanks!

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Problem with editor on iphone’ is closed to new replies.