Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

fix(ios): added self. to savedCall in scan() #142

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

hauserkristof
Copy link
Contributor

@hauserkristof hauserkristof commented Aug 9, 2022

After tyring to build it Xcode failed because of missing reference:
Képernyőfotó 2022-08-09 - 22 30 37

Fixed it, and it is working properly on iOS, with Ionic Angular:
❯ npx cap doctor
💊 Capacitor Doctor 💊

Latest Dependencies:

@capacitor/cli: 4.0.1
@capacitor/core: 4.0.1
@capacitor/android: 4.0.1
@capacitor/ios: 4.0.1

Installed Dependencies:

@capacitor/cli: 4.0.1
@capacitor/core: 4.0.1
@capacitor/android: 4.0.1
@capacitor/ios: 4.0.1

[success] iOS looking great! 👌

@thegnuu thegnuu merged commit b27f39f into capacitor-community:capacitor-v4 Aug 10, 2022
@thegnuu
Copy link
Collaborator

thegnuu commented Aug 10, 2022

Thank you @hauserkristof

thegnuu added a commit that referenced this pull request Aug 10, 2022
* feat(capacitor): update to capacitor v4

* fix(ios): small bugfixes

* fix(ios): added self. to savedCall in scan() (#142)

Co-authored-by: Kristof Hauser <hauser.kristof@gmail.com>
thegnuu added a commit that referenced this pull request Nov 18, 2022
* ⬆️ Bump minimist from 1.2.5 to 1.2.6 (#112)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Reset last scanned code when resuming scan (#116)

* Update BarcodeScanner.java

reset scanResult after calling resumeScan

* Update Plugin.swift

reset scan result after calling resumeScan

* 2.1.1

* fix IOS orientation (#131)

Steps to reproduce :
open the app in portrait/landscape mode => rotate => open the camera 

Issue
the CameraView was being loaded when the app starts not with each scan.

Somehow the cameraView doesn't recognize that the app has rotated

* Capacitor v4 (#143)

* feat(capacitor): update to capacitor v4

* fix(ios): small bugfixes

* fix(ios): added self. to savedCall in scan() (#142)

Co-authored-by: Kristof Hauser <hauser.kristof@gmail.com>

* 3.0.0

* Add more detailed troubleshooting to the README (#152)

Added more detailed troubleshooting, with a fix for the following  #151

* fix(readme): typos and other enhancements

* iOS interface orientation obsolete (#146)

On iOS the `UIApplication.shared.statusBarOrientation` is deprecated and on newer versions obsolete. It has been replaced by code suggested here:
https://askcodes.net/coding/-statusbarorientation--was-deprecated-in-ios-13-0-when-attempting-to-get-app-orientation
#129

* fix(readme): added ionic stuff

* updating definitions

* adding dependencies

* updating permisions

* feat: Adding ML-Kit Logic

* updating XML Layout

* adding base for graphic drawing

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PaintedShepherd <painted.shepherd@gmail.com>
Co-authored-by: Yannik Ache Eicher <ache@bbit.io>
Co-authored-by: Mohamed Abdelgwad <4671486+scr2em@users.noreply.github.com>
Co-authored-by: Kristof Hauser <hauser.kristof@gmail.com>
Co-authored-by: Raphaël Balet <raphael.balet@outlook.com>
Co-authored-by: Robin <rattenval@hotmail.com>
Co-authored-by: Abdulaziz Alghamdi <a.alghamdi@juleb.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants