Treat faces as buttons instead of images on mobile#3607
Treat faces as buttons instead of images on mobile#3607
Conversation
| ng-click="track(trackingReminderNotification, option.numericValue, $event)" ng-src="{{option.img}}"> | ||
| ng-click="track(trackingReminderNotification, option.numericValue, $event)"> | ||
| <img ng-src="{{option.img}}" | ||
| style="width: 100%;"> |
There was a problem hiding this comment.
This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.
| on-hold="trackAllWithConfirmation(trackingReminderNotification, option.numericValue, $event)" | ||
| ng-click="track(trackingReminderNotification, option.numericValue, $event)"> | ||
| <img ng-src="{{option.img}}" | ||
| style="width: 100%;"> |
There was a problem hiding this comment.
This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.
| on-hold="trackAllWithConfirmation(trackingReminderNotification, option.numericValue, $event)" | ||
| ng-click="track(trackingReminderNotification, option.numericValue, $event)"> | ||
| <img ng-src="{{option.img}}" | ||
| style="width: 100%;"> |
There was a problem hiding this comment.
This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.
| ng-src="{{option.img}}"></div> | ||
| <div class="primary-outcome-variable-rating-buttons"> | ||
| <button ng-repeat="option in numericRatingOptions" ng-click="track(trackingReminderNotification, option.numericValue, $event)"> | ||
| <img ng-src="{{option.img}}"> |
There was a problem hiding this comment.
This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.
| ng-click="track(trackingReminderNotifications[0], option.numericValue, $event)" | ||
| ng-src="{{option.img}}"> | ||
| ng-click="track(trackingReminderNotifications[0], option.numericValue, $event)"> | ||
| <img ng-src="{{option.img}}"> |
There was a problem hiding this comment.
This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.
| ng-src="{{option.img}}"> <br></div> | ||
| <div class="primary-outcome-variable-rating-buttons"> | ||
| <button ng-repeat="option in positiveRatingOptions" ng-click="track(trackingReminderNotification, option.numericValue, $event)"> | ||
| <img ng-src="{{option.img}}"> |
There was a problem hiding this comment.
This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.
| ng-click="track(trackingReminderNotifications[0], option.numericValue, $event)" | ||
| ng-src="{{option.img}}"> | ||
| ng-click="track(trackingReminderNotifications[0], option.numericValue, $event)"> | ||
| <img ng-src="{{option.img}}"> |
There was a problem hiding this comment.
This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.
| ng-src="{{option.img}}"> <br></div> | ||
| <div class="primary-outcome-variable-rating-buttons"> | ||
| <button ng-repeat="option in negativeRatingOptions" ng-click="track(trackingReminderNotification, option.numericValue, $event)"> | ||
| <img ng-src="{{option.img}}"> |
There was a problem hiding this comment.
This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.
| ng-click="track(trackingReminderNotifications[0], option.numericValue, $event)" | ||
| ng-src="{{option.img}}"> | ||
| ng-click="track(trackingReminderNotifications[0], option.numericValue, $event)"> | ||
| <img ng-src="{{option.img}}"> |
There was a problem hiding this comment.
This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.
No description provided.