Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android][User Input Issues] [Can't enter an Input.Date] #4112

Closed
jpjpjp opened this issue Jun 4, 2020 · 4 comments
Closed

[Android][User Input Issues] [Can't enter an Input.Date] #4112

jpjpjp opened this issue Jun 4, 2020 · 4 comments
Assignees
Labels
Bug Partner-CiscoWebEx Bugs impacting CiscoWebEx integration scenarios Platform-Android Resolution-External Bugs resolved as external to AdaptiveCards. Resolution-No Repro

Comments

@jpjpjp
Copy link

jpjpjp commented Jun 4, 2020

Platform

Android

What platform is your issue or question related to? (Delete other platforms).

  • Android

Author or host

Host on Webex Teams

Version of SDK

We have our own fork of [email protected]

Details

When entering a Date on a card with an Input.Date field on Android, the Android Calendar shows up but there does not appear to be any button that allows the user to "enter" the date.

Date Enter

Replicated with Webex Teams Android app with the following Android Device:

Android Phone Details

Create a free Webex Teams account https://www.webex.com/team-collaboration.html to replicate

JSON is the original default sample from the Adaptive Cards Designer (attached)

{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.0",
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "Publish Adaptive Card schema",
"weight": "bolder",
"size": "medium"
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "auto",
"items": [
{
"type": "Image",
"url": "https://pbs.twimg.com/profile_images/3647943215/d7f12830b3c17a5a9e4afcc370e3a37e_400x400.jpeg",
"size": "small",
"style": "person"
}
]
},
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Matt Hidinger",
"weight": "bolder",
"wrap": true
},
{
"type": "TextBlock",
"spacing": "none",
"text": "Created {{DATE(2017-02-14T06:08:39Z,SHORT)}}",
"isSubtle": true,
"wrap": true
}
]
}
]
}
]
},
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "Now that we have defined the main rules and features of the format, we need to produce a schema and publish it to GitHub. The schema will be the starting point of our reference documentation.",
"wrap": true
},
{
"type": "FactSet",
"facts": [
{
"title": "Board:",
"value": "Adaptive Card"
},
{
"title": "List:",
"value": "Backlog"
},
{
"title": "Assigned to:",
"value": "Matt Hidinger"
},
{
"title": "Due date:",
"value": "Not set"
}
]
}
]
}
],
"actions": [
{
"type": "Action.ShowCard",
"title": "Set due date",
"card": {
"type": "AdaptiveCard",
"body": [
{
"type": "Input.Date",
"id": "dueDate",
"title": "Select due date"
},
{
"type": "Input.Text",
"id": "comment",
"isMultiline": true,
"placeholder": "Add a comment"
}
],
"actions": [
{
"type": "Action.OpenUrl",
"title": "OK",
"url": "https://adaptivecards.io"
}
]
}
},
{
"type": "Action.OpenUrl",
"title": "View",
"url": "https://adaptivecards.io"
}
]
}

@jpjpjp jpjpjp added the Bug label Jun 4, 2020
@ghost ghost added the Triage-Needed label Jun 4, 2020
@shalinijoshi19 shalinijoshi19 added Partner-CiscoWebEx Bugs impacting CiscoWebEx integration scenarios Platform-Android labels Jun 4, 2020
@shalinijoshi19
Copy link
Member

@jwoo-msft is this related to #3671 you think? @almedina-ms also for FYI.

@ghost ghost removed the Triage-Needed label Jun 4, 2020
@ghost
Copy link

ghost commented Jun 4, 2020

Hi @jpjpjp. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions. @matthidinger / @dclaux / @RebeccaAnne / @paulcam206 / @jwoo-msft / @almedina-ms FYI.

@shalinijoshi19
Copy link
Member

@golddove to help with repro;ing it with our stock renderer + Visualizer. @jwoo-msft / @matthidinger FYI

@shalinijoshi19
Copy link
Member

@jpjpjp closing this one out per the offline sync as something that you will be investigating at your end. Do feel free to update this issue with any details that might help the integration scenario going forward. We weren't able to repro this with the public Android images or with our stock Android renderer + Visualizer test app (@golddove feel free to include specifics with what you tested here)

@shalinijoshi19 shalinijoshi19 added Resolution-No Repro Resolution-External Bugs resolved as external to AdaptiveCards. labels Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Partner-CiscoWebEx Bugs impacting CiscoWebEx integration scenarios Platform-Android Resolution-External Bugs resolved as external to AdaptiveCards. Resolution-No Repro
Projects
None yet
Development

No branches or pull requests

3 participants