Software Archive
Read-only legacy content
17061 Discussions

Break line properly

madson_g_
Beginner
241 Views

How to break text lines properly in xdk? I was using css style word-wrap: break-word!important; but it breaks a word in the middle without hyphen. My paragraph is inside a row and just the first words are shown.

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
241 Views

The Intel XDK does not dictate how your CSS works, that is a function of the webview that your app runs inside. See this blog for some background > https://blogs.intel.com/evangelists/2014/09/02/html5-web-app-webview-app/ < I recommend you build for Crosswalk, as the differences in Android are very difficult to track.

0 Kudos
Reply