You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On testing I discovered that snippets provided for markers on Android 4.4 would lose their newline characters. In contrast on iOS newline characters make it through OK.
It appears that this is caused by line 944 of GoogleMaps.java which reads:
snippet = snippet.replaceAll("\n", "");
Commenting this line out lets snippets have newline characters.
The text was updated successfully, but these errors were encountered:
On testing I discovered that snippets provided for markers on Android 4.4 would lose their newline characters. In contrast on iOS newline characters make it through OK.
It appears that this is caused by line 944 of GoogleMaps.java which reads:
Commenting this line out lets snippets have newline characters.
The text was updated successfully, but these errors were encountered: