簡體   English   中英

CSS問題:使用觸摸打孔排序無法在Mobile(Safari)中使用

[英]CSS Issue: Sortable Using Touch Punch not working in Mobile (Safari)

我使用觸摸打孔創建了拖放或可排序的圖像。即使在android系統中,Chrome也可以正常運行。 但似乎無法在使用iPhone的Safari中工作。

https://jsfiddle.net/y05w1mog/

可能是CSS問題。圖片應可拖動到以下四個選項之一。

 td {
  width: 200px;
 vertical-align: top;
}

.box {
    border: 2px inset #aaaaaa;
     height: 240px;
overflow-x: hidden;
  text-align: center;
 padding: 10px;
 overflow-y: auto;
}

.box img {
    position: relative !important;
}

 #div-images img {
height: 120px;
position: absolute;
top: 5px;
left: 0;
}

  #div-images {
  height: 100px;
  width: 150px;
  position: relative;
  margin: 0 auto;
  border: 3px double black;
  padding: 5px;
  }

  th {
  background-color: #538DD5;
  color: white;
  }

原來

密閉:“窗口”,

從觸摸打孔器,是不是在野生動物園工作。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM