Post
Topic
Board Services
Re: [Bounty] 0.1 BTC to anyone who can fix my webapp
by
MaliceRed
on 21/05/2015, 15:38:38 UTC
Adding another BTC.05 to this bounty, making the total BTC.15

Further inspection..

As a test:

Try replacing


With


Just modified the viewport to that, it made the layout work on my phone within Kik, but is still completely borked (but slightly less broken than before) in Bluestacks and on MaliceRed's phone. The arrows are still broken, strange bug: if you type something into the search box at the bottom, the arrows begin functioning (not a problem on desktop Chrome with the Kik Dev tools)

Ok.. a bit of progress I guess Smiley

Now try adding this to the top of your CSS file. Hopefully this will fix the arrows.

HTML {
    -webkit-text-size-adjust: none;
}

Hello, thanks again for trying to help out.
However, nothing has really changed after implementing this.