Status Update
Comments
mu...@google.com <mu...@google.com>
mu...@google.com <mu...@google.com> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
Description
Before filing an issue, please read and follow these instructions carefully.
First, please search through existing issues to ensure that the bug has not already been reported. You can start the search here:https://issuetracker.google.com/savedsearches/566234
If the issue has already been reported, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any details of your experience with it.
If your issue has not been reported, please provide all of the following:
A short description of the issue:
My add-on creates a card that pulls a phone number from a Google Sheet. I've created a newTextParagraph that includes a standard HTML tel: link to turn the phone number into a clickable link actionable in Windows. The link doesn't show, just the text.
A small code sample that reliably reproduces the issue. The sample should run as-is or with minimal setup, without external dependencies.
What steps will reproduce the problem?
What is the expected output? What do you see instead? If you see error messages, please provide them.
This is the same syntax as an html <a href = "tel:123456789"> 123456789 </a>. This is fine in normal HTML but it isn't rendering correctly in cardService.
Please provide any additional information below.
N/A