[ 
https://issues.apache.org/jira/browse/CB-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018349#comment-14018349
 ] 

ASF subversion and git services commented on CB-6848:
-----------------------------------------------------

Commit 8d1e33748600813bd892fa6495895d1ef3ba490d in cordova-plugin-console's 
branch refs/heads/master from [~cmarcelk]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=8d1e337 ]

CB-6848 Add Android quirk, list applicable platforms


> console.log() on Android uses only the first argument
> -----------------------------------------------------
>
>                 Key: CB-6848
>                 URL: https://issues.apache.org/jira/browse/CB-6848
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>            Reporter: Marcel Kinard
>            Assignee: Marcel Kinard
>            Priority: Minor
>
> On Android, doing
> {code}
>     console.log("1", "2", "3", "4", "5");
> {code}
> results in
> {code}
>     D/CordovaLog( 2749): file:///android_asset/www/index.html: Line 29 : 1
>     I/chromium( 2749): [INFO:CONSOLE(29)] "1", source: 
> file:///android_asset/www/index.html (29)
> {code}
> This is different that other implementations of console.log such as described 
> on https://developer.mozilla.org/en-US/docs/Web/API/console.log that takes 
> multiple args. This appears to be a limitation of 
> http://developer.android.com/reference/android/webkit/WebChromeClient.html#onConsoleMessage(android.webkit.ConsoleMessage)
>  which can receive only one message containing one string on each invocation.
> So since it can't accept multiple args, this should be documented as a 
> platform quirk somewhere.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to