loic-parent

Results 15 comments of loic-parent

Hello, I encountered the same issue on iPhone X with IOS 16+. As a workaround, I have adapted my script in this way: 1. Use modal with the picker inside....

This is very similar to [this report of 2019](https://github.com/zxing-js/ngx-scanner/issues/241).

Hello, Could someone help me about it? _Thanks, Loïc_

Hi @shiv19, Thank you for your reply! I have this in Podfile: ``` platform :ios, '13.0' use_frameworks! install! 'cocoapods', :disable_input_output_paths => true def capacitor_pods # … pod 'CapacitorCommunityFirebaseAnalytics', :path =>...

Hello, @shiv19, Sorry for my late reply and thank you for yours :) I will try to update it next week.

Hello, I'm encountering the same issue/behavior with the ion-picker. I didn't have this with the PickerController (that I used before). In my case, this happens when the user change the...

Hi again, One way to "fix" this is to force the textZoom of the webview at 100% and so don't apply changes related to user text settings: File: **MainActivity.java** ```.java...

Hello @amish1188, Ok, thanks for your feedback :) _Regards, Loïc_

Hello @thetaPC ~~Just to let you informed, the same issue occur on iPhone with IOS 16 (and older I suppose) but not in the earlier versions.~~ **EDIT**: This is not...