Long strings not wrapping

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Long strings not wrapping

Re: Long strings not wrapping

Post by Ernie » Fri Feb 25, 2011 1:42 pm

Yeah, this is just the way Apple's web browser works. You'll just need to handle this manually for long items. Try using the <wbr> tag... put it where it's ok for a line break. This is a hint to the web view; it will wrap there only if it needs to.

Re: Long strings not wrapping

Post by miklosb » Fri Feb 25, 2011 1:31 pm

slide 2 of card 1 has the clipped string

Long strings not wrapping

Post by miklosb » Fri Feb 25, 2011 1:30 pm

Long string with no white space not wrapping in screen.
Long strings are just clipped.
Example defined string:
iloveitwhenyougodownstairstogetmeabeer
seen in ipod touch portrait mode
iloveitwhenyougodown
Test deck located at
http://dl.dropbox.com/u/14789056/test3

Top