The Wayback Machine - https://web.archive.org/web/20200618040354/https://github.com/topics/ios
Skip to content
#

iOS

ios logo

iOS is the operating system for all of Apple’s mobile products. The operating system was unveiled at Macworld Conference and Expo in 2007 to support the company’s new venture, the iPhone. Since then, the operating system has grown to incorporate other products, including the iPad and iPod Touch.

Here are 25,604 public repositories matching this topic...

flutter
MatthewDLudwig
MatthewDLudwig commented Apr 3, 2020

Previously when using material icons I used the <i> tag and I believe I recall that material.io suggested that tag as well. Having checked again today I'm now seeing material.io suggesting that a <span> tag be used (which according to a lot of highly debated stack overflow answers is the correct tag to use for icons).

The issue is that material.io and the github pages documentation are not

mkcert
sedalu
sedalu commented Apr 13, 2019

Filippo, as we discussed as GothamGo, using mkcert as an infrastructure CA to secure internal service-to-service http calls is probably a use case falls within the mission of mkcert. The readme provides enough detail on how to do this manually, but it warns against "production" use. Please clarify that this use case is not discouraged. Thanks.

sheetjs
dandv
dandv commented Jan 6, 2020
const XLSX = require('xlsx');

const wb = XLSX.utils.book_new();

const ws = XLSX.utils.json_to_sheet([]);

XLSX.utils.book_append_sheet(wb, ws, 'Bug sheet');

ws.A1 = { t: 's', f: 'square' };

XLSX.writeFile(wb, 'formula.ods');

The resulting .ODS file contains:

<table:table-cell table:formula="of:=square" office:value-type="string"><text:p>undefined</text:p></table
erkanarslan
erkanarslan commented Mar 5, 2020

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.2.2
  • Cross-platform modules: 6.0.1
  • Android Runtime: 6.2.0
  • iOS Runtime: 6.2.0
  • Plugin(s): unrelated

Describe the bug
openFile method of utils module does not preview the

bdaneshgar
bdaneshgar commented Apr 28, 2020

What did you do?

Using the City Guide example

What did you expect to happen?

If I select a cell (say Toronto) I expect Toronto to be the cell that performs the 'present modally' segue animation

What happened instead?

instead another random cell expands

General Information

  • iOS Version(s): 13

  • Swift Version: 5

  • Devices/Simulators: iphone x

  • Reproducibl

bytecode1024
bytecode1024 commented Apr 20, 2020

Describe the bug

I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.

Is this a bug or simply a misuse of a simple list?

To Reproduce

Steps to reproduce the behavio

wideweide
wideweide commented Mar 25, 2020

I want to format some selection node to some other ,but not found the api,some function like :

  1. import some css, that can redefine the style
  2. add some predefined style,that can be apply to selected element
  3. do any replace as I want (maybe what I need is get selection's element node,content,then set content)

add parent element div and class

<p>autor: abc</p><p>date:2020...</>
-
zellzh
zellzh commented Jan 21, 2020

Version

2.0.0-beta.4

Reproduction link

https://didi.github.io/cube-ui/example/#/scroll/v-scrolls

Steps to reproduce

1.配置bs的click: true

2.监听内层bs内容的click事件

3.在移动端真机测试click产生bug

What is expected?

内外层bs配置click: true后, 在移动端能正常触发click事件

What is actually happening?

1.当内外层bs都配置click: true时: 外层能滚动阶

Created by Apple Inc.

Released June 29, 2007

Website
www.apple.com/ios
Wikipedia
Wikipedia
You can’t perform that action at this time.