microsoft / pxt-microbit

A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
https://makecode.microbit.org
Other
703 stars 581 forks source link

Course "SparkFun Videos" doesn't have picture on iPad on homescreen #1671

Open Helen09 opened 5 years ago

Helen09 commented 5 years ago

Describe the bug Course "SparkFun Videos" doesn't have picture on iPad

Steps to reproduce the behavior:

  1. Navigate to https://makecode.microbit.org/beta
  2. Scroll down the scroll bar to bottom of the page and observe course "SparkFun Videos"

Expected behavior Course "SparkFun Videos" should have picture on iPad 20181127

Actual behavior Course "SparkFun Videos" doesn't have picture on iPad

Desktop (please complete the following information):

Additional context Repro's on all browsers on iPad mini 4

abchatra commented 4 years ago

Closing more than an year old bugs. If this still reproduces please reopen.

v-katherine commented 1 month ago

Hi @abchatra, this bug still reproduced in the latest build, so i reopen this bug.

ganicke commented 1 month ago

@v-katherine - Kinda need to know what the card image <div> contains. Not sure if you know how to get that info but you can hover over and right click to get the "Inspect" option. Not sure if there's a way to do that in Safari on the iPad. This is what I get using Edge on PC...

<div class="ui cardimage" data-src="https://i.ytimg.com/vi/kaNtg1HGXbY/hqdefault.jpg"
aria-hidden="true" role="presentation"
style="background-image: url(&quot;https://i.ytimg.com/vi/kaNtg1HGXbY/hqdefault.jpg&quot;);"></div>
v-katherine commented 1 month ago

@ganicke I tried but cannot find the card image in Safari on iPad. I think the image should be same as Edge on PC.