By the way, i'm gonna try to find a way to make tooltip damages scale with lvl and mastery spent into it, if its not gonna require to rebuild too much .
Re: WiP Career Builder Update
Posted: Sun Oct 07, 2018 7:45 am
by Ugle
Would love it if it was dynamic too. Aka usable on tablets and cell phones too (without having to push the "view in desktop mode")
Re: WiP Career Builder Update
Posted: Sun Oct 07, 2018 2:32 pm
by Xergon
Ugle wrote: Sun Oct 07, 2018 7:45 am
Would love it if it was dynamic too. Aka usable on tablets and cell phones too (without having to push the "view in desktop mode")
Actually it is mobile friendly just need small tweeks in CSS Styles because there is no scroll for content overflow, to fix that main style.css values for overflow-x and overflowY should be changed from:
Ugle wrote: Sun Oct 07, 2018 7:45 am
Would love it if it was dynamic too. Aka usable on tablets and cell phones too (without having to push the "view in desktop mode")
Actually it is mobile friendly just need small tweeks in CSS Styles because there is no scroll for content overflow, to fix that main style.css values for overflow-x and overflowY should be changed from:
Either values auto, scroll or visible should work. That should fix it and scroll should appear.
But i do not have access to Heroku dev server where the whole career builder is setup so i cannot change that maybe Ramasse can do that.
Scroll works, you just have to refresh the page after you select a career. It has other bugs aswell though, some skills/tactics are unspeccable on phone, and some tooltips require you to long press the skill to appear. Seems random which skills work and which don't.
Ugle wrote: Sun Oct 07, 2018 7:45 am
Would love it if it was dynamic too. Aka usable on tablets and cell phones too (without having to push the "view in desktop mode")
Spoiler:
Actually it is mobile friendly just need small tweeks in CSS Styles because there is no scroll for content overflow, to fix that main style.css values for overflow-x and overflowY should be changed from:
Either values auto, scroll or visible should work. That should fix it and scroll should appear.
But i do not have access to Heroku dev server where the whole career builder is setup so i cannot change that maybe Ramasse can do that.
Scroll works, you just have to refresh the page after you select a career. It has other bugs aswell though, some skills/tactics are unspeccable on phone, and some tooltips require you to long press the skill to appear. Seems random which skills work and which don't.
Ye just tested it on my phone, when things are too high on screen its getting buggy, but if u keep them lower you can click on them and select almost 100% every time... very strange...
EDIT: Ok, i think i found out problem just need to find out solution for it. The problem is, if the tool tip will cover thing you are clicking then you cant click on that thing...
Actually it is mobile friendly just need small tweeks in CSS Styles because there is no scroll for content overflow, to fix that main style.css values for overflow-x and overflowY should be changed from:
Either values auto, scroll or visible should work. That should fix it and scroll should appear.
But i do not have access to Heroku dev server where the whole career builder is setup so i cannot change that maybe Ramasse can do that.
Scroll works, you just have to refresh the page after you select a career. It has other bugs aswell though, some skills/tactics are unspeccable on phone, and some tooltips require you to long press the skill to appear. Seems random which skills work and which don't.
Ye just tested it on my phone, when things are too high on screen its getting buggy, but if u keep them lower you can click on them and select almost 100% every time... very strange...
EDIT: Ok, i think i found out problem just need to find out solution for it. The problem is, if the tool tip will cover thing you are clicking then you cant click on that thing...
Tested, can confirm that's the issue for me aswell.
Re: WiP Career Builder Update
Posted: Sun Oct 07, 2018 9:06 pm
by Ramasee
Matt richards, the person who made the original coding (these issues existed on the old one too), seemed to have designed the app for scaling, but it really only works in landscape mode for phones (at least the ones I've tested).
This was something that I was going to look into after getting the damn thing accurate.
Re: WiP Career Builder Update
Posted: Sun Oct 07, 2018 9:31 pm
by michela89
The squig herder page for me is on and endless loading loop. The other classes work well.
Re: WiP Career Builder Update
Posted: Sun Oct 07, 2018 10:37 pm
by Xergon
michela89 wrote: Sun Oct 07, 2018 9:31 pm
The squig herder page for me is on and endless loading loop. The other classes work well.