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

Unable to inspect 'subTitle' in iOS for ion2-calendar, where as we are able to inspect 'title' in iOS, but not 'subtitle' #350

Open
user243243 opened this issue Nov 22, 2022 · 1 comment

Comments

@user243243
Copy link

user243243 commented Nov 22, 2022

Ionic version: (check one with "x")
[ ] 2.x
[ ] 3.x
[x] 4.x

Ion2-calendar mode: (check one with "x")
[x] components mode
[ ] modal mode

I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] help me

Current behavior:

Unable to inspect 'subTitle' in iOS for ion2-calendar, where as we are able to inspect 'title' in iOS, but not 'subtitle'

Expected behavior:

When inspecting the calendar elements, subtitle should also be inspectable.

Steps to reproduce:

  1. Implement ionic2-calendar
  2. Run it in iOS simulator or on gigafox devices
  3. step for iOS simulator:- Go to xcode -> Developer tool -> Accessibility inspector -> In simulator open the screen where ionic2-calendar is implemented. Now inspect the subtitle. We are able to inspect other elements but not subtitle

3.1. step for Giga fox device- Run the app -> open inspector -> In app open the screen where ionic2-calendar is implemented. Now inspect the subtitle. We are able to inspect other elements but not subtitle

Related code:
this.daysConfig = []
this.daysConfig.push({
date: new Date(2022, 10, 22),
title: "SomeTitleText",
subTitle: "SomeSubTitleText"
});

@user243243
Copy link
Author

@dflor003 @lynzz @sachinshelke @dbodyas : Any idea on above issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant