microsoft / microsoft/AdaptiveCards

The time of iOS and Android should be consistent!!!

Open
#8,076 2 comments 0 reactions 1 assignee View on GitHub

@jwoo-msft is already working on this.

Since Dec 6, 2022.

Area-Renderers Bug
Dominant language
C#
Stars
2k
Forks
595
Avg merge
1d 19h
Merged PRs (30d)
1

Description

Target Platforms

iOS, Android

SDK Version

AdaptiveCards Schema 1.5 (commit: 7704807)

Application Name

/

Problem Description

The time of iOS and Android should be consistent!!!

Sample 1:
From: 12:00 AM, To: 12:00 PM
The time(12:00 AM) is inconsistent with the data submitted by iOS and Android.

Sample 2:
From: 11:55 AM, To: 12:05 PM
Right!

Screenshots

image
image (1)
image (2)

Card JSON
{
    "$schema":"http://adaptivecards.io/schemas/adaptive-card.json",
    "type":"AdaptiveCard",
    "version":"1.4",
    "body":[
        {
            "type":"Input.Time",
            "label":"From:",
            "placeholder":"From",
            "id":"time_from"
        },
        {
            "type":"Input.Time",
            "label":"To:",
            "placeholder":"To",
            "id":"time_to"
        }
    ],
    "actions":[
        {
            "type":"Action.Submit",
            "title":"Set time",
            "data":{
                "id":"1234567890",
                "path":"set_effective_time"
            }
        }
    ]
}
Sample Code Language

No response

Sample Code

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.