CommandFusion / iViewer-For-Android

CommandFusion iViewer for Android
2 stars 0 forks source link

Carriage Return Not Recognized Bug #105

Closed GregSoli closed 11 years ago

GregSoli commented 11 years ago

Setup: Lexus 7 OS v4.2.2

Serial strings on buttons or text elements don't recognize the Carriage Return ( \r or \x0D) but do recognize a Line Feed (\n or \x0A). This works properly on Apple devices.

fpillet commented 11 years ago

Hrm this issue was supposed to be fixed. Thanks for the heads up. Are you using text wrapping?

GregSoli commented 11 years ago

I am on labels but buttons don't have that option. I did a replace in JS that substitutes a \n for the \r and it works properly. On Apple devices it works properly with either.

On Thu, Mar 7, 2013 at 6:12 PM, Florent Pillet notifications@github.comwrote:

Hrm this issue was supposed to be fixed. Thanks for the heads up. Are you using text wrapping?

— Reply to this email directly or view it on GitHubhttps://github.com/CommandFusion/iViewer-For-Android/issues/105#issuecomment-14592741 .

Greg Soli Audio Advice, Inc. 704-614-2574

fpillet commented 11 years ago

Fixed for next build. Thanks!