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

[iOS] size "stretch" doesn't stretch image #4353

Closed
golddove opened this issue Jul 10, 2020 · 3 comments · Fixed by #5296
Closed

[iOS] size "stretch" doesn't stretch image #4353

golddove opened this issue Jul 10, 2020 · 3 comments · Fixed by #5296
Labels
Area-Inconsistency Bugs around renderer inconsistencies across different platforms Bug Platform-iOS
Projects
Milestone

Comments

@golddove
Copy link
Member

Platform

  • iOS

Version of SDK

latest main

Details

Expected the last image to stretch to the width of the card. Payload:

{
	"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
	"type": "AdaptiveCard",
	"version": "1.2",
	"body": [
		{
			"type": "Image",
			"url": "https://picsum.photos/25?image=882",
			"size": "small"
		},
		{
			"type": "Image",
			"url": "https://picsum.photos/25?image=882",
			"size": "medium"
		},
		{
			"type": "Image",
			"url": "https://picsum.photos/25?image=882",
			"size": "large"
		},
		{
			"type": "Image",
			"url": "https://picsum.photos/25?image=882",
			"size": "auto"
		},
		{
			"type": "Image",
			"url": "https://picsum.photos/25?image=882",
			"size": "stretch"
		}
	]
}

Simulator Screen Shot - iPhone 11 Pro Max - 2020-07-10 at 13 02 04

@golddove golddove added the Bug label Jul 10, 2020
@ghost ghost added the Triage-Needed label Jul 10, 2020
@ghost ghost added this to Needs triage in Bug Triage Jul 10, 2020
@shalinijoshi19 shalinijoshi19 moved this from Needs triage to Approved in Bug Triage Jul 10, 2020
@ghost
Copy link

ghost commented Jul 10, 2020

Hi @golddove. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions.

@shalinijoshi19
Copy link
Member

shalinijoshi19 commented Jul 10, 2020

@golddove is this inconsistent with how the behavior is on other platforms?
@jwoo-msft I've approved this for now but @golddove is this related to a potential 20.07 investigation? Priority wise I'd say the Inputs/Teams mobile/Cisco bugs should be higher priority for this sprint;

@shalinijoshi19 shalinijoshi19 added Area-Inconsistency Bugs around renderer inconsistencies across different platforms Platform-iOS labels Jul 10, 2020
@golddove
Copy link
Member Author

Yes, JS respects stretch. Not a priority, just filing the bug.

@ghost ghost moved this from Approved to In Code Review in Bug Triage Jan 20, 2021
Bug Triage automation moved this from In Code Review to Closed Jan 23, 2021
@RebeccaAnne RebeccaAnne added this to the 21.01 milestone Feb 1, 2021
@ghost ghost added the AdaptiveCards v21.01 label Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Inconsistency Bugs around renderer inconsistencies across different platforms Bug Platform-iOS
Projects
No open projects
Bug Triage
  
Closed
Development

Successfully merging a pull request may close this issue.

3 participants