You are not logged in.
I vote for after :)
SURVEY STATUS [4 votes]:
BEFOR: =|
AFTER: ===|
Please vote guys :)
Lars is free to edit my post with survey updates ;)
Last edited by lucaferrario (2012-03-14 20:03:17)
Offline
The "after" seems better for me on the screenshot.
Offline
Oh... Well, so, if you like the new one... I said I didn't like it because it looks a bit strechted... But if you still like it... Well, upload the new icon to the oneye source
Offline
Ohohhh you're right espectalll123, the lasts icons are a bit stretched. I didn't notice that
What about these ones?
Offline
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucid" />
That line of code was a bad idea, it makes part of the content untouchable. Please change to
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
Also, I don't know why, but in my personal 0.9 server I try to login in my iPad, but when I'm in web app mode (in Safari there are no problems) it always says that I'm typing wrong my password! UPDATE: it suddendly worked!
Oh... and what about locking the desktop scroll, so you only can move the windows and its content? Here you have a JS line which solves it:
document.body.addEventListener('touchmove', function(e){ e.preventDefault(); });
P. S.: I have to learn PHP and install SVN...
Last edited by espectalll123 (2012-09-29 15:37:31)
Offline
We're not using SVN any longer. Please, click "Fork me on GitHub" (right/top) and create a pull request with your changes.
Just tell us, if you need some help .
Best regards,
Lars Knickrehm
The oneye project.
Offline
We're not using SVN any longer. Please, click "Fork me on GitHub" (right/top) and create a pull request with your changes.
Just tell us, if you need some help
.
Oh, thanks! Now I need to install Git!
P. S.: If the GitHub link appears all the time in the forum, why do I haven't seen it until now?
Last edited by espectalll123 (2012-09-30 10:32:01)
Offline