traingenerator icon indicating copy to clipboard operation
traingenerator copied to clipboard

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

Open user243243 opened this issue 3 years ago • 1 comments

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 avatar Nov 22 '22 12:11 user243243

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

user243243 avatar Nov 25 '22 12:11 user243243