Available on Google PlayApp Store

@beeant and mobile device users ONLY. The mobile web version of JCJP is not working on my mobile… - Feed Post from kekkou to beeant

@beeant and mobile device users ONLY. The mobile web version of JCJP is not working on my mobile device. Please check using your mobile device. This only occurs if the HTML/Java code detects a mobile device that is accessing JCJP.

@mog86uk Yes, I know that the computer version of JCJP (after shrinking the window) is working normally.
posted by kekkou

Comments 6

  • kekkou
    More specifically, the top left and top right icons are missing, and the Social Feeds page is blank.
  • beeant
    Hello kekkou,
    Thank you very much for your report :)
    I just made a big changes on the front-end codes today. I'm sorry for the problem.
    I just fixed it.
    Did mog68uk said something? he must've noticed this too haha.

    Anyway, I'm sorry I haven't been replying emails, including yours.
    Please post a report again if you noticed any other problem.
    Thank you
  • kekkou
    @beeant I anticipated that @mog86uk may reply to this post eventually, so I wrote a note for him here.

    Thank you for fixing the issue. The JCJP mobile version is working now.
  • Echo24
    ... had the same problem earlier ... maybe it was an April fools joke.
  • mog86uk
    @kekkou Haha. I like that you anticipated what my response would be.

    @beeant Interesting news about big changes made to the front-end codes. I wouldn't actually have noticed that problem, since I don't own any mobile devices (other than a PSP...)

    However, I've been using Firefox for JCJP more than Chrome recently. On Firefox, if the window is narrow and I go the the JCJP sign in page, it doesn't display the "Username" text box -- so you can't log in on mobile view with Firefox as you can't enter your username.

    This is a really easy fix, as the problem is simply caused by a "float: left" rule on the motto DIV, which is needed for full size view but not necessary at all for mobile view. This style rule pushes the "username" textbox outside of the page. I'm just going to add the following line to Greasemonkey to fix the problem for myself, which I'd done before on Windows 7 but hadn't yet for Windows 10. Maybe would be cool for other Firefox users not to have this problem still. Could just copy-paste it from below. ^^

    @media only screen and (max-width:1000px){.motto{float:none;}}
  • mog86uk
    @beeant Actually, in mobile view on Firefox (and Internet Explorer) the top left and right icons don't work at all (never have worked). They only work for Chrome, Opera and Safari. When I looked into this problem before it seemed that the click event code is only using the "-webkit" transforms and not listing the "-moz" and "-ms" versions of this.

    So I guess there isn't too much point fixing the mobile view login for Firefox until those icons are woring. I don't think I can fix this for myself even with Greasemonkey, so will have to wait until it is actually fixed like everyone else this time. :P
kekkou
beeant

Share

Participants

Echo24mog86ukmog86uk