Norman Breau

Results 827 comments of Norman Breau

I mistakenly thought that appium was appveyor CI for windows testing. Names were too similar. Appium is still something we would like to incorporate at some point so I've reopened...

Are you observing this behaviour on both android and iOS? Glancing over the android code base, it looks like there is an effort to maintain encoding by choosing PNG CompressFormat...

> [@breautek](https://github.com/breautek) Hi, just checking in on this issue is it being considered a bug, and is there any plan to address it? Please let us know if any additional...

> @breautek thanks for triggering the automated checks. > > Would you be able to kindly confirm that the failures on the automated checks are due to environment timeouts as...

> "No Image Data" this usually indicates that the intent was cancelled and the user didn't select any image or didn't capture any image. However on factory fresh devices when...

Can you try testing the dev build? ``` cordova plugin remove cordova-plugin-camera cordova plugin add https://github.com/apache/cordova-plugin-camera.git ``` It is a new major so it includes several breaking changes which is...

> I have just tested and still have the same issue. I will try to see if I can find anything in logcat, but not quite sure what to look...

Camera plugin v8 streamlines support for scoped storage which might have addressed this issue, or at the very least provide more meaningful error messages. See https://cordova.apache.org/announcements/2024/11/02/camera-plugin-camera-8.0.0.html for more details

Next major for API 34 support will bump the JDK requirement to 17. Despite the docs stating it requires JDK 11, JDK 17 should work on cordova-android@12. So you should...

I moved this to the docs repo. I think we should just document using a specific version of command line tools instead of latest.