Skip to content
ios logo

iOS

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 22,012 public repositories matching this topic...

flutter
ivanryndyuk
ivanryndyuk commented Sep 30, 2019

Issue Description

Method Future<LatLng> getLatLng(ScreenCoordinate screenCoordinate) returns different results for the same ScreenCoordinate on iOS and Android.

Steps to Reproduce

  1. Add GoogleMap widget filling entire device screen.
  2. Set initialCameraPosition.target to (lat; lng) coordinates.
  3. Retrieve GoogleMapController in onMapCreated handler.
  4. In onCameraIdle
js-xlsx
KurtMar
KurtMar commented Sep 12, 2019

I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:

https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18

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.

villain-bryan
villain-bryan commented Mar 16, 2018

Issue details

While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.

Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.

panstromek
panstromek commented Sep 2, 2019

This feature allows you search a page directly by just typing its URL and "TAB" key. It works on Quasar forum for example (but also on YouTube, Facebook, StackOverflow etc.).

This would be very handy, because you can skip two steps when looking up a docs page.

What we need to do to achieve this:

  1. Sync search input with URL query (or route param, but query is probably easier with current

Learn about ios

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