Skip to content Skip to sidebar Skip to footer

Strange Symbol Appearing In Html On Android - Phonegap App

I'm creating a mobile app with backbone, phonegap and for css topcoat (http://topcoat.io/). I have a strange problem when viewing the app on my android phone. Im using android ver

Solution 1:

This is an encode issues. Where is the code that generates this HTML. It could be the linebreak code causing it. Remove the line break.

<li class="topcoat-list__item">
        <div class="player-details">
            <span>Tim Krul</span><span>Goalkeeper</span>
        </div>   
        <div class="player-more">
            <a target="_blank" href="http://www.premierleague.com//en-gb/players/profile.overview.html/tim-krul">More</a>
        </div>              
</li>

Post a Comment for "Strange Symbol Appearing In Html On Android - Phonegap App"