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 23,980 public repositories matching this topic...

flutter
fastlane
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

iRoachie
iRoachie commented Oct 7, 2019

We've recently updated our github workflow to have 3 branches:

master - current version on npm that's live
next - upcoming features and changes
patch - bug fixes (usually released within a day)

We should update the contributing section on the website and maybe .github/CONTRIBUTING.md to let users know which branch they should base their changes on if they want to make a pull request.

jusw85
jusw85 commented Nov 29, 2019

Issue details

Camera.unproject does not return original value

Reproduction steps/code

    public void create() {
        Vector2 tmpvec = new Vector2();
        tmpvec.set(0, 0);

        Stage stage = new Stage(new ScreenViewport());
        stage.stageToScreenCoordinates(tmpvec); // has the correct screen coords;
        stage.screenToStageCoordinates(tmpvec);
        
JeemBeen
JeemBeen commented Oct 16, 2019
  • Framework7 version: 3.x, 4.x, 5.x
  • Platform and Target: Android Cordova

Describe the bug

If you increase font size in Android system settings text in many components is misaligned
e.g. Buttons, Dialog.

To Reproduce

Install Framework7 Kitchen Sink as Cordova app.

Expected behavior

Correct position of component text e.g. Button, Dialog.

Actual Behavior

Wrong or

saumyamukul
saumyamukul commented Mar 16, 2018
  • cocos2d-x version: 3.16
  • devices test on: Simulator iPhone 8
  • developing environments
    • NDK version: N/A
    • Xcode version: 9.1
    • VS version: N/A
    • browser type and version: N/A

Steps to Reproduce:

  1. Go to EditBoxTests in cocos cpp tests
  2. Increase the size of the password edit box (it is set to 6 initially) and type till the string occupies the entire box.
  3. Turn o
wuyanzu3398
wuyanzu3398 commented Oct 30, 2019

解决前
这是我遇到的问题.
遮罩层失效,SVPHUDView跑到(0,0).原因是iOS13的window用[UIApplication sharedApplication].keyWindow是获取不到的.
因为iOS13window对象,是在SceneDelegate.h生成的.
所以我在SceneDelegate.m加入了这么一句话:
解决后

- (void)scene:(UIScene *)scene willConnectToSession:(UISceneSession *)session

Created by Apple Inc.

Released June 29, 2007

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