[jira] [Closed] (CB-7513) Failed to find PDF header: `%PDF' not found

2023-11-05 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-7513.

Resolution: Cannot Reproduce

Can't reproduce with latest version of the plugin. It might have been fixed or 
might have been an iOS bug that apple fixed.

> Failed to find PDF header: `%PDF' not found
> ---
>
> Key: CB-7513
> URL: https://issues.apache.org/jira/browse/CB-7513
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 3.5.0
> Environment: iOS8 beta 5 and Xcode 6 beta 7
>Reporter: Walter Chacon Solis
>Priority: Minor
>  Labels: Triaged, iOS, iOS8, inAppBrowser, pdf
>
> Can't open a url of a pdf document. InAppBrowser shows a blank page. Even 
> more this is causing a memory leak after a while of waiting for the pdf 
> document to load 
> Xcode logs:
> failed to find PDF header: `%PDF' not found.
> Probably this issue is related to this one: 
> http://stackoverflow.com/questions/25158552/failed-to-find-pdf-header-pdf-not-found



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13309) Make InAppBrowser a Library Module for easier maintenance

2023-11-05 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13309.
-
Resolution: Won't Do

closing as won't do, while I think it's a good idea, it makes the plugin hard 
to maintain, despite you don't have to worry about the java files in plugin.xml 
anymore, you have to keep the android project up to date updating the 
targetSDK, compileSDK, gradle, etc. And we can't ship gradle files, so the 
native project won't compile out of the box.

> Make InAppBrowser a Library Module for easier maintenance
> -
>
> Key: CB-13309
> URL: https://issues.apache.org/jira/browse/CB-13309
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
>Reporter: Joey Robert Bowser
>Priority: Major
>
> We currently just copy in Java files directly in a project, but that has some 
> major problems with layouts and resources.  Now that Android allows Library 
> Projects, we can now add modules as plugins and allow for certain plugins 
> which require layouts (like the InAppBrowser) to define them in XML instead 
> of programmatically, which will allow for a lot of code to be deleted from 
> the project, and for the project to be easier to maintain for Android.
> Another upshot of this change is that we can then add JUnit and Espresso 
> Integration Tests to plugins so that we can actually test plugin changes the 
> same way we run native tests on Android with the Android Test Project.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14086) Status bar overlaps the IAB at the top in iOS 11

2023-11-05 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14086.
-
Resolution: Won't Fix

if using `_self` the website is opened on the website instead of being opened 
on the InAppBrowser, so this is expected, you can use 
`cordova-plugin-statusbar` to change the appearance of the status bar

> Status bar overlaps the IAB at the top in iOS 11
> 
>
> Key: CB-14086
> URL: https://issues.apache.org/jira/browse/CB-14086
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
> Environment: * iOS 11.3.1
>  * cordova-plugin-inappbrowser 3.0.0
>  * cordova-ios 4.5.4
>  * cordova 8.0.0
> {code:java}
> ref = window.open('site_url',
>  '_self',
>  
> 'location=no,zoom=no,hidden=yes,clearsessioncache=no,clearcache=no,disallowoverscroll=yes');{code}
>Reporter: Viacheslav Mayorov
>Priority: Major
> Attachments: image1.png
>
>
> InAppBrowser is used as a wrapper for the site.
> When scrolling the page, the webpage content shows up behind the status bar.
> As I see it's known bug, but it appeared again in iOS 11.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11189) Deprecation and other Warnings with XCode 7.3 and InAppBrowser 1.4.0

2023-11-05 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-11189.
---
Resolution: Fixed

>From the reported code, only `UIBarButtonItemStyleBordered ` was still present 
>nowadays and was removed yesterday. Will be fixed on next 6.0.0 release.

> Deprecation and other Warnings with XCode 7.3 and InAppBrowser 1.4.0
> 
>
> Key: CB-11189
> URL: https://issues.apache.org/jira/browse/CB-11189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 1.4.0
> Environment: XCode 7.3
>Reporter: Danilo Cicognani
>Priority: Critical
>  Labels: easyfix, ios, triaged
>
> After adding plugin InAppBrowser XCode 7.3 repors some warning.
> To test I created a test app:
> cordova create testPlugin com.example.testplugin testPlugin
> cd testPlugin
> cordova platform add ios
> cordova plugin add cordova-plugin-inappbrowser
> Then I opened XCode and run the App. I got these warnings:
> 'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - 
> Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later.
> Null passed to a callee that requires a non-null argument
> Conflicting return type in implementation of 'supported interface 
> orientations': 'UIInterfaceOrientationMask' (aka 'enum 
> UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int')



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-9223) Overwriting plist / manifest rows‏

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-9223.
--
Resolution: Fixed

the link is broken so can know for sure if it's the same thing, but edit-config 
has overwrite and merge options, so should be possible now

> Overwriting plist / manifest rows‏
> --
>
> Key: CB-9223
> URL: https://issues.apache.org/jira/browse/CB-9223
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
> Environment: windows, mac, etc.
> iOS
>Reporter: Daegon Kim
>Priority: Major
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi, phonegap build currently has a feature that allows to not only add, but 
> overwrite rows in the plist / manifest files through the config file.
> http://phonegap.com/blog/2014/01/30/customizing-your-android-manifest-and-ios-property-list-on-phonegap-build/
>  I feel this would also be a feature that cordova would also greatly benefit 
> from - this would open up a whole lot of new opportunities for developers to 
> get things done through a smooth, streamlined procedure. 
>  I really hope this is strongly considered. Thanks,



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12533) Windows Issue(Throwing Promise is undefinded error): While using new screen.orientation.lock('landscape') method only

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12533.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> Windows Issue(Throwing Promise is undefinded error): While using new 
> screen.orientation.lock('landscape') method only
> -
>
> Key: CB-12533
> URL: https://issues.apache.org/jira/browse/CB-12533
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Affects Versions: Master
>Reporter: Vetrivel
>Priority: Critical
>
> In my App, I have installed the "apache/cordova-plugin-screen-orientation" 
> and I have set screen.orientation.lock('landscape'); to Lock Landscape view 
> instead of lockOrientation method as plugin go updated few days back.App got 
> crashes and trowing error "Promise is undefinded error", This issue was not 
> there in Previous versions when i used old version with method 
> "lockOrientation". Please let me know when i can expect the updated release 
> fixing of this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9989) Windows app throwing Internal server error when try to login. Cordova Ver: 4.1.0.

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-9989.

Resolution: Cannot Reproduce

closing since there was no response and windows platform is deprecated

> Windows app throwing Internal server error when try to login. Cordova Ver: 
> 4.1.0.
> -
>
> Key: CB-9989
> URL: https://issues.apache.org/jira/browse/CB-9989
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-whitelist
>Affects Versions: 4.0.0
> Environment: Windows
>Reporter: asm
>Priority: Major
>
> Windows app throwing Internal server error when try to login. Cordova Ver: 
> 4.1.0. Is whitelist plugin is the issue?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12234) Windows Mobile 10: InAppBrowser Background should not be transparent on start

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12234.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> Windows Mobile 10: InAppBrowser Background should not be transparent on start
> -
>
> Key: CB-12234
> URL: https://issues.apache.org/jira/browse/CB-12234
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
> Environment: cordova-windows@4.4.3,cordova-plugin-inappbrowser@1.5.0, 
> Windows 10 Mobile 10.0.14393.479, Lumia 640 
>Reporter: Roberto De Simone
>Priority: Major
> Attachments: screenshot-1.png
>
>
> When opening the inAppBrowser with fullscreen=yes, the bottom navigation bar 
> appears immediately but the content is transparent on start. Only after 
> approximately 1s the background gets white before the content of the external 
> website is loaded. This looks strange. 
> I would expect, that the inAppBrowser opens directly with a white background. 
> See also attached picture for better understanding.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7931) Windows: different behaviors from other platforms

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-7931.

Resolution: Won't Fix

closing since windows platform is deprecated

> Windows: different behaviors from other platforms
> -
>
> Key: CB-7931
> URL: https://issues.apache.org/jira/browse/CB-7931
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: 4.0.0
> Environment: Windows
>Reporter: vldm
>Priority: Major
>
> Plugin media behaves differently from other platforms in following respects.
> Status change is not reported on start and finish of recording.
> Using URL to specify target for recording fails.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8357) captureAudio user interface not visible on Windows platforms

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-8357.

Resolution: Won't Fix

closing since windows platform is deprecated

> captureAudio user interface not visible on Windows platforms 
> -
>
> Key: CB-8357
> URL: https://issues.apache.org/jira/browse/CB-8357
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Affects Versions: 4.1.3
> Environment: OS: Windows 8.1 in VMWare Fusion Emulator
> Emulator: Windows Phone 8 SDK Emulator
>Reporter: Randall Krauskopf
>Priority: Major
>
> According to cordova documentation for the media-capture plugin, a user 
> interface should be visible when the captureAudio method is called in a 
> Windows Phone 8 environment.
> Currently unable to view said interface when the method is called.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11564) Windows Phones platform can not play background audio

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11564.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> Windows Phones platform can not play background audio
> -
>
> Key: CB-11564
> URL: https://issues.apache.org/jira/browse/CB-11564
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
> Environment: Windows Phones
>Reporter: Phuong To
>Priority: Major
>
> There is video demo play background audio for windows and windows phones 
> (version 8.1+) platform: https://youtu.be/zYY6NKf7KQM
> 1. Use the plugin https://github.com/apache/cordova-plugin-media
> cordova plugin add cordova-plugin-media@2.3.0
> 2. There is some reference material here for the additional requirements:
> http://blogs.technet.com/b/chadduffey/archive/2014/06/27/implement-background-audio-for-modern-windows-applications.aspx
> => It just work only for windows platform.
> It does not work for windows phones platform.
> 3. There is some reference How to play audio in the background:
> https://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj841209.aspx
> Instructions
> I follow this reference and declare the background audio task.
> Open the package.phone.appxmanifest file in theplatforms/windows.
> Addition in  tag. 
> 
>  
>  
>   
>  
> After that, build app but it can not build and got a message:
> "Severity Code Description Project File Line Suppression State
> Error DEP0001 : Unexpected Error: Package could not be registered. (Exception 
> from HRESULT: 0x80073CF6)"
> Severity Code Description Project File Line Suppression State
> Error DEP6701 : Bootstrapping failed with unexpected error: 'DEP6700 : 
> LaunchMsvsmon failed on the device side with error code 0x80070019'.
> Severity Code Description Project File Line Suppression State
> Error DEP6700 : LaunchMsvsmon failed on the device side with error code 
> 0x80070019



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13208) File plugin on Windows reads entire file into memory when only a small fragment is requested on `readAsBinaryString`

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13208.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> File plugin on Windows reads entire file into memory when only a small 
> fragment is requested on `readAsBinaryString`
> 
>
> Key: CB-13208
> URL: https://issues.apache.org/jira/browse/CB-13208
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 6.5.0
> Environment: All Windows UAP applications
>Reporter: Samer Albahra
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> `readAsBinaryString` for `FileReader` on Windows is reading the entire file 
> to a buffer then slicing the requested fragment causing the app to crash due 
> to out of memory errors. It should instead be using a stream which seeks to 
> the requested start position and only reads the requested length.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8639) Inconsistency in plugin structure for windows platform

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-8639.

Resolution: Won't Fix

closing since windows platform is deprecated

> Inconsistency in plugin structure for windows platform
> --
>
> Key: CB-8639
> URL: https://issues.apache.org/jira/browse/CB-8639
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: AllPlugins
>Affects Versions: Master
> Environment: Windows
>Reporter: Staci Cooper
>Priority: Minor
>
> Windows vs windows8 support is structured very inconsistently across the 
> plugins.
> Some (like device-motion, file, and file-transfer) only have a src/windows 
> folder, and both "windows" and "windows8" in plugin.xml point to that folder. 
> (This is what I would expect to see). On the other hand:
> Some (like device-orientation, dialogs, and media) only have a src/windows8 
> folder and don't even have a  in plugin.xml.
> Some (like statusbar) only have a src/windows folder and don't even have a 
>  in plugin.xml.
> Some (like contacts and device) have src/windows8 and src/windows folders, 
> used by windows8 and windows respectively in plugin.xml
> Inappbrowser has a src/windows and a www/windows8, used by windows and 
> windows8 respectively.
> This should probably be made more consistent.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13545) windows: screen.orientation.type is always portrait-primary

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13545.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> windows: screen.orientation.type is always portrait-primary
> ---
>
> Key: CB-13545
> URL: https://issues.apache.org/jira/browse/CB-13545
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Affects Versions: cordova@7.0.0
> Environment: windows 8.1 and windows 10
>Reporter: inoue yuta
>Priority: Minor
>
> screen.orientation.type is always portrait-primary on windows (windows 8.1 
> and windows 10).
> this is bug? or screen.orientation.type is not the specification of 
> cordova-plugin-screen-orientation?
> this is work.
> ---
> console.log(screen.msOrientation);
> screen.onmsorientationchange = function(){
>   console.log(screen.msOrientation);
> };
> ---



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11465) unable to decode base64

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11465.
-
Resolution: Fixed

closing since there isn't enough information to reproduce

if the issue is still present, please, create a new issue on 
https://github.com/apache/cordova-plugin-camera/issues

> unable to decode base64
> ---
>
> Key: CB-11465
> URL: https://issues.apache.org/jira/browse/CB-11465
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 3.5.0
>Reporter: Pierre Moati
>Priority: Minor
>
> atob function fails to decode base64 (because there is break lines)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9919) Docs gen uses Windows line endings on Windows

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-9919.

Resolution: Abandoned

closing since there was no response

> Docs gen uses Windows line endings on Windows
> -
>
> Key: CB-9919
> URL: https://issues.apache.org/jira/browse/CB-9919
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
> Environment: Windows 10
>Reporter: Richard B Knoll
>Priority: Minor
>
> The new precommit hook that generates the docs in the camera repo uses the 
> line endings of the environment you're developing in. This means that 
> whenever I commit in in Windows, it tries to commit a huge diff in the README 
> because it changes all of the line endings



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13314) Plugin not detecting Windows version correctly

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13314.
-
Resolution: Won't Fix

closing since windows platform is deprecated and the windows code has been 
removed from the plugin

> Plugin not detecting Windows version correctly
> --
>
> Key: CB-13314
> URL: https://issues.apache.org/jira/browse/CB-13314
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 2.4.1
> Environment: Windows 10 Mobile 10.0.14393 Emulator
> Windows 10 Mobile 10.0.14393 Microsoft Lumia 435
> *Windows Universal Platform*
> *Windows Target Version: 8.1*
>Reporter: Andres Zsogon
>Priority: Minor
>  Labels: windows-universal
>
> Whenever we run the plugin on a Windows 10 Mobile device, it will use the 
> deprecated APIs and throw this warning:
> {panel:title=Warning|bgColor=#CE}
> The method Windows.Storage.Pickers.FileOpenPicker.pickSingleFileAndContinue 
> has been deprecated. Instead, use PickSingleFileAsync
> {panel}
> This occurs because the plugin uses {{navigator.appVersion}} for version 
> detection, but this only reports the target API, not the actual OS version. 
> So the plugin thinks this is a Windows 8.1 phone while it's actually a 
> Windows 10 phone.
> The {{navigator.appVersion}} is almost the same between the emulators and 
> devices I've tried, only the {{Trident}} version is increased from {{7}} to 
> {{8}} in Windows 10 Mobile:
> {panel:title=Emulator (WP8.1); Nokia Lumia 520 
> (WP8.1)|titleBGColor=#29B6F6|bgColor=#E0E0E0}
> 5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; MSAppHost/2.0; rv:11.0; 
> IEMobile/11.0; Microsoft; Virtual) like Gecko
> 5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; MSAppHost/2.0; rv:11.0; 
> IEMobile/11.0; NOKIA; Lumia 520) like Gecko
> {panel}
> {panel:title=Emulator (10.0.14393); Microsoft Lumia 435 
> (10.0.14393.1715)|titleBGColor=#00BCD4|bgColor=#E0E0E0}
> 5.0 (Windows Phone 8.1; ARM; Trident/8.0; Touch; MSAppHost/2.0; rv:11.0; 
> IEMobile/11.0; Microsoft; Virtual) like Gecko
> 5.0 (Windows Phone 8.1; ARM; Trident/8.0; Touch; MSAppHost/2.0; rv:11.0; 
> IEMobile/11.0; Microsoft; Lumia 435) like Gecko
> 10.0.14393.1715
> {panel}
> As long as the target API is WP8.1, the plugin will assume it is running on a 
> WP 8.1 device. 
> The only solution I found is to check {{device.version}} instead of 
> {{navigator.appVersion}}, but this requires the device plugin. When 
> {{device.version}} equals {{6.x}}, it's a Windows Phone 8 device, when it's 
> {{10.x}} it is Windows 10 Mobile. I assume a PR that depends on the device 
> plugin will be rejected, so I haven't created it.
> Targeting Windows 10 would make the app incompatible with all Windows Phone 
> 8.x users, so that's not an option.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13965) Camera app not able to confirm/save/cancel photo after take photo button is pressed

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13965.
-
Resolution: Won't Fix

closing since windows platform is deprecated and the windows code has been 
removed from the plugin

> Camera app not able to confirm/save/cancel photo after take photo button is 
> pressed
> ---
>
> Key: CB-13965
> URL: https://issues.apache.org/jira/browse/CB-13965
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 6.5.0
> Environment: Cordova  version: 6.5.0
> cordova-plugin-2.4.1 and 2.3.0
> Device: surface 
> system type: 64-bit operating system, x64-based processor
> Edition: Windows 10 Home 
> Version: 1709
> OS Build: 16299.248
>Reporter: Michael Thurmond
>Priority: Major
>
> After opening the camera app from my Cordova application, I press the camera 
> button to take a photo, and the device makes the 'click' sound. However, I am 
> unable to save the photo or cancel the photo.
> Event Log Error message:
>  The application-specific permission settings do not grant Local Activation 
> permission for the COM Server application with CLSID 
> {D63B10C5-BB46-4990-A94F-E40B9D520160}
>  and APPID 
> {9CA88EE3-ACB7-47C8-AFC4-AB702511C276}
>  to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19) from address LocalHost 
> (Using LRPC) running in the application container Unavailable SID 
> (Unavailable). This security permission can be modified using the Component 
> Services administrative tool.
>  
> I also noticed that I was never prompted for camera permission when I first 
> opened the camera app from my Cordova app.  I also changed the permissions 
> from the settings with no luck.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13836) Windows phone correct filename

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13836.
-
Resolution: Won't Fix

closing since windows platform is deprecated and the windows code has been 
removed from the plugin

> Windows phone correct filename
> --
>
> Key: CB-13836
> URL: https://issues.apache.org/jira/browse/CB-13836
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-camera
>Reporter: Mark de Groot
>Priority: Minor
>
> All photos are stored as 'photo.jpg' of 'photo.png'. Change the filename to 
> match Android behaviour. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8264) captureImage does not call the errorCallback when the user cancels on windows

2022-10-22 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-8264.

Resolution: Won't Do

closing as won't do since windows platform is now deprecated

> captureImage does not call the errorCallback when the user cancels on windows
> -
>
> Key: CB-8264
> URL: https://issues.apache.org/jira/browse/CB-8264
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Affects Versions: 3.5.0
>Reporter: Dan Levine
>Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When a user cancels out of a media capture, the plugin does not call the 
> provided errorCallback, even though that is the behavior on other platforms.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8218) Cannot read property 'nodeName' of null

2022-10-22 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-8218.

Resolution: Cannot Reproduce

I can't reproduce so it's probably fixed.

But if somebody still faces this issue, please, create a new issue on 
https://github.com/apache/cordova-cli/issues and provide a sample app that 
reproduces the issue.

> Cannot read property 'nodeName' of null
> ---
>
> Key: CB-8218
> URL: https://issues.apache.org/jira/browse/CB-8218
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 4.1.3
> Environment: Mac OSX 10.10.2, node v0.10.32, npm v2.1.4
>Reporter: ShihChi Huang
>Priority: Major
>
> cordova was installed via npm and the latest version is `4.1.2`
> while trying to install few plugins (phonegap-facebook-plugin) and end up 
> seeing this issue.
> ```
> cordova plugin -d add ~/phonegap-facebook-plugin --variable APP_ID=appId 
> --variable APP_NAME=appName
> ```
> ```shell
> hhuang:hello/ (master✗) $ co plugin -d add /tmp/phonegap-facebook-plugin 
> --variable APP_ID=616451688482285 --variable APP_NAME="hybrid-app"
> [14:17:00]
> Calling plugman.fetch on plugin "/tmp/phonegap-facebook-plugin"
> Copying plugin "/tmp/phonegap-facebook-plugin" => 
> "/Users/hhuang/proj/ideas/hello/plugins/com.phonegap.plugins.facebookconnect"
> Calling plugman.install on plugin 
> "/Users/hhuang/proj/ideas/hello/plugins/com.phonegap.plugins.facebookconnect" 
> for platform "ios" with options 
> "{"cli_variables":{"APP_ID":"616451688482285","APP_NAME":"hybrid-app"},"browserify":false}"
> Installing "com.phonegap.plugins.facebookconnect" for ios
> Install start for "com.phonegap.plugins.facebookconnect" on ios.
> Beginning processing of action stack for ios project...
> Parsing ios project files...
> Action stack processing complete.
> Running command: /Users/hhuang/proj/ideas/hello/platforms/ios/cordova/version
> Command finished with error code 0: 
> /Users/hhuang/proj/ideas/hello/platforms/ios/cordova/version
> Writing out ios project files...
> Preparing ios project
> Processing configuration changes for plugins.
> Failed to install 'com.phonegap.plugins.facebookconnect':TypeError: Cannot 
> read property 'nodeName' of null
> at Object.parse 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/parse.js:45:26)
> at Object.module.exports.package_name 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/ios.js:41:22)
> at PlatformMunger.generate_plugin_config_munge 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:319:54)
> at PlatformMunger.add_plugin_changes 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:236:29)
> at 
> /Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:393:14
> at Array.forEach (native)
> at PlatformMunger_process [as process] 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:392:45)
> at Object.exports.process 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:81:12)
> at Object.handlePrepare 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/prepare.js:72:20)
> at 
> /Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:599:21
> TypeError: Cannot read property 'nodeName' of null
> at Object.parse 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/parse.js:45:26)
> at Object.module.exports.package_name 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/ios.js:41:22)
> at PlatformMunger.generate_plugin_config_munge 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:319:54)
> at PlatformMunger.add_plugin_changes 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:236:29)
> at 
> /Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:393:14
> at Array.forEach (native)
> at PlatformMunger_process [as process] 
> (/Users/hhuang/.nvm/v0.10.32/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:392:45)
> at Object.exports.process 
> 

[jira] [Closed] (CB-8030) "cordova plugin search" shouldn't need to be run in a Cordova-based project

2022-10-22 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-8030.

Resolution: Won't Do

closing as won't do since search was deprecated

> "cordova plugin search" shouldn't need to be run in a Cordova-based project
> ---
>
> Key: CB-8030
> URL: https://issues.apache.org/jira/browse/CB-8030
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
> Environment: OS X
>Reporter: Shazron Abdullah
>Priority: Minor
>
> When not inside a Cordova-based project --
> Expected:
> $ cordova plugin search barcode
> [search results]
> Actual:
> $ cordova plugin search barcode
> Current working directory is not a Cordova-based project.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8015) improve readability of console output (LogCat)

2022-10-22 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-8015.

Resolution: Won't Do

closing since the mentioned code no longer exists

> improve readability of console output (LogCat)
> --
>
> Key: CB-8015
> URL: https://issues.apache.org/jira/browse/CB-8015
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Aaron Ruß
>Priority: Minor
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> Messages that are logged to the console via 
> {{CordovaChromeClient.onConsoleMessage(ConsoleMessage)}}  always get written 
> to the JavaScript console with DEBUG level.
> Since LogCat is capable of formatting messages according to their log-level, 
> it would improve readability of the LogCat output considerably, if 
> {{CordovaChromeClient.onConsoleMessage(ConsoleMessage)}} would print the 
> message with the actual log-level of the message, i.e. 
> {{ConsoleMessage.messageLevel()}}.
> Example solution see
> https://github.com/mmig/cordova-android/commit/506ab013ba3c72e979176ff00a894ed38052009a



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8012) --user-data-dir working on windows

2022-10-22 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-8012.
--
Resolution: Fixed

closing since the linked PR was merged

> --user-data-dir working on windows
> --
>
> Key: CB-8012
> URL: https://issues.apache.org/jira/browse/CB-8012
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-browser
>Reporter: Sean Usick
>Priority: Major
>
> merge this PR https://github.com/apache/cordova-browser/pull/3



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7849) Winphone language gap:config-file breaks Android build

2022-10-22 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-7849.

Resolution: Won't Fix

closing as won't fix since gap: was a phonegap thing that no longer exists and 
windows platform is deprecated

> Winphone language gap:config-file breaks Android build
> --
>
> Key: CB-7849
> URL: https://issues.apache.org/jira/browse/CB-7849
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
> Environment: Windows 7, Cordova 4.0.0, Android platform 3.6.3
>Reporter: Filipe Silva
>Priority: Minor
>
> When using the following tag in config.xml:
> {quote}
> 
> 
> 
> 
> 
> 
> {quote}
> Running cordova build breaks with the following message:
> {quote}
> debug:
> -code-gen:
> [mergemanifest] Found Deleted Target File
> [mergemanifest] Merging AndroidManifest files into one.
> [mergemanifest] Manifest merger disabled. Using project manifest only.
>  [echo] Handling aidl files...
>  [aidl] No AIDL files to compile.
>  [echo] --
>  [echo] Handling RenderScript files...
>  [echo] --
>  [echo] Handling Resources...
>  [aapt] Found Deleted Target File
>  [aapt] Generating resource IDs...
> BUILD FAILED
> C:\adt-bundle-windows-x86_64-20140321\sdk\tools\ant\build.xml:653: The 
> following error occurred while executing this line:
> C:\adt-bundle-windows-x86_64-20140321\sdk\tools\ant\build.xml:698: null 
> returned: -1073741819
> Total time: 1 second
> c:\Users\-removed-\platforms\android\cordova\node_modules\q\q.js:126
> throw e;
>   ^
> Error code 1 for command: cmd with args: 
> /s,/c,ant,debug,-f,c:\-removed-\platforms\android\build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=ant-gen
> Error: c:\-removed-\platforms\android\cordova\build.bat: Command failed with 
> exit code 8
> at ChildProcess.whenDone 
> (c:\Users\-removed-\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23)
> at ChildProcess.EventEmitter.emit (events.js:98:17)
> at maybeClose (child_process.js:743:16)
> at Process.ChildProcess._handle.onexit (child_process.js:810:5)
> {quote}
> Removing the contents of the tag make the build command work again. Removing 
> only one of the two elements there will still result in a broken build.
> {quote}
> 
> 
> {quote}
> Note: I am new at using this issue tracker. If I am doing something wrong, 
> please tell me.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7673) resolveLocalFileSystemURI is undefined

2022-10-22 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-7673.

Resolution: Cannot Reproduce

I can't reproduce with the provided information, the plugin is working fine.
If somebody still faces this issue, please, create a new issue on 
https://github.com/apache/cordova-plugin-file/issues and provide a sample app 
where the issue can be reproduced

> resolveLocalFileSystemURI is undefined
> --
>
> Key: CB-7673
> URL: https://issues.apache.org/jira/browse/CB-7673
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.6.3
> Environment: Windows 8.1
> Tested in Android
>Reporter: David Cardoso
>Priority: Major
>
> - window.resolveLocalFileSystemURI or window.resolveLocalFileSystemURL
> both return undefined while testing in the browser.
> - running "cordova run android --device" into my connected device it just 
> skip the call. Don't return error, or success.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11423) Web view shrinks after locking screen orientation

2022-10-22 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11423.
-
Resolution: Cannot Reproduce

I can't reproduce now, os it was probably fixed when the mentioned issue was 
fixed.

If somebody still faces this issue, please, create a new issue on 
https://github.com/apache/cordova-plugin-statusbar/issues and provide a sample 
app that reproduces it.

> Web view shrinks after locking screen orientation
> -
>
> Key: CB-11423
> URL: https://issues.apache.org/jira/browse/CB-11423
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation, Ionic
>Affects Versions: 1.4.2
> Environment: Using:
> - Cordova CLI 6.2.0
> - cordova-ios 4.1.1
> - Xcode 7.3
> - OSX 10.11.5
> Best reproduced on an iOS simulator with iPhone 6s Plus and iOS 9.3.
>Reporter: Rafael Barriuso
>Assignee: Tony Homer
>Priority: Major
> Attachments: cb-11423-joe1.png, cb-11423-joe2.png
>
>
> Since version 1.4.2 "screen.lockOrientation" works on iOS 9, but for some 
> reason, in some phones the dimensions of the web view are wrong after 
> changing to the new orientation.
> Before locking:
> !https://www.dropbox.com/s/t2jcqqmg1hni22t/Sim-screenshot2.png?dl=1!
> After locking:
> !https://www.dropbox.com/s/p64324riwqzepzz/Sim-screenshot1.png?dl=1!
> Steps to reproduce:
> 1) Prepare a cordova app including cordova-plugin-screen-orientation.
> 2) Run the application on a Xcode simulator for iPhone 6s Plus and iOS 9.3.
> 3) Rotate the simulator to the left (menu -> Hardware -> Rotate left).
> 4) Open the Safari web inspector connected to the app running on the 
> simulator.
> 5) In the console, run: window.screen.lockOrientation("portrait-primary")
> 6) The width of the resulting "" is shrink, as reported by the Safari 
> web inspector (e.g. in my case to 92px whereas it should be 414px).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13952) cordova build ios Failing due to "Pods/Target Support Files" being cleared

2022-10-22 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13952.
-
Resolution: Cannot Reproduce

closing since can't be reproduced with the provided information and there was 
no answer then additional information was requested.

If somebody still faces this issue, please, create a new issue on 
https://github.com/apache/cordova-ios/issues and provide a sample app where it 
can be reproduced.

> cordova build ios Failing due to "Pods/Target Support Files" being cleared
> --
>
> Key: CB-13952
> URL: https://issues.apache.org/jira/browse/CB-13952
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.5.4
> Environment: cordova@7.1.0
> cordova-ios@4.5.4
> OS: OSx Sierra (10.12.6)
>Reporter: Thomas Meijers
>Priority: Critical
>  Labels: build
>
> After runnign `cordova platform add ios --nofetch` and `pod install`, the 
> `cordova build ios --nofetch --device --release` command fails (also fails 
> for debug builds).
> The reason it fails is because `platforms/ios/Pods/Target Support Files/` is 
> completely empty and during the build it errors because it cannot find 
> configs for the Pod dependencies in that folder. I have verified that the 
> `Target Support Files` folder is *not* empty after adding the platform nor is 
> it empty after running `pod install`. However, as soon as the build command 
> runs it is empty.
> The errors are similar to these:
> {code:bash}
> Ignoring configuration file 
> '/Users/jenkins/build/workspace/triggi-app-release/platforms/ios/cordova/build-release.xcconfig'
>  because it could not be loaded.
>   Reason: File could not be parsed due to preprocessing errors:
> pods-release.xcconfig line 2: Unable to find included file "Pods/Target 
> Support Files/Pods-Olisto/Pods-Olisto.release.xcconfig"User defaults from 
> command line:
> IDEArchivePathOverride = 
> /Users/jenkins/build/workspace/triggi-app-release/platforms/ios/Olisto.xcarchive
> clang: error: no such file or directory: 
> '/Users/jenkins/build/workspace/triggi-app-release/platforms/ios/Pods/Target 
> Support Files/GoogleToolboxForMac/GoogleToolboxForMac-dummy.m'
> clang: error: no input files
> {code}
> The weird thing is that, after the build fails, when I run the same `pod 
> install` command and thereafter `cordova build ios --nofetch --device 
> --release` the build succeeds. The output from CocoaPods isn't any different. 
> This problem started occurring about a week ago and never occurred in the 
> months before.
> I have also verified that the plugins we use that depend on CocoaPods were 
> not updated in the past few weeks when the error started occurring. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7217) Cordova cli doesn't parse the argument properly

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-7217.

Resolution: Cannot Reproduce

I can't reproduce, so might have been fixed.

If somebody still faces this issue, please, report it on 
https://github.com/apache/cordova-cli/issues

> Cordova cli doesn't parse the argument properly
> ---
>
> Key: CB-7217
> URL: https://issues.apache.org/jira/browse/CB-7217
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.5.0
> Environment: Linux, Windows, Mac
>Reporter: Yan Sun
>Priority: Major
>
> Current version 3.5.9-0.2.6 can't find all dashed options. Like while running 
> 'cordova run android --nobuild', cordova-cli cannot find the option 
> '--nobuild' and pass it to cordova-android.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7031) --usenpm option should place downloaded package to util.libDirectory

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-7031.

Resolution: Cannot Reproduce

I can't reproduce, so it was probably fixed.

If somebody still faces this issue, please, report it on 
https://github.com/apache/cordova-cli/issues

> --usenpm option should place downloaded package to util.libDirectory
> 
>
> Key: CB-7031
> URL: https://issues.apache.org/jira/browse/CB-7031
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Reporter: Sergey Grebnov
>Assignee: Mark Koudritsky
>Priority: Major
>
> Currently cordova api relies on util.libDirectory to find proper location to 
> platform package. 
> Using --usenpm flag makes it possible to fetch platform from npm. But it uses 
> different folder to store downloaded package.
> default lib directory as per util.libDirectory
> c:\Users\Sergei\.cordova\lib\android 
> with --usenpm
> c:\Users\Sergei\.cordova\lib\npm_cache\cordova-android 
> Due to this there are the following two issues:
> 1. Requirements check failed when adding new platform (if it is not cached)
> cordova platform add wp8 --usenpm
> CordovaError: Requirements check failed: The system cannot find the path 
> specified.
> This is because there is no util.libDirectory directory, package is located 
> in different place.
> 2. Packages downloaded from npm can't be found by cordova  so it downloads 
> them again from git during prepare step, for example the following command 
> will download android template twice
> a) from npm during create step 
> b) from git during prepare step
> cordova_dev platform add android --usenpm
> npm http GET https://registry.npmjs.org/cordova-android/3.5.0
> npm http 304 https://registry.npmjs.org/cordova-android/3.5.0
> Creating android project...
> Creating Cordova project for the Android platform:
> Path: platforms\android
> Package: io.cordova.hellocordova
> Name: HelloCordova
> Android target: android-19
> Copying template files...
> ...
> Project successfully created.
> __url: 
> *https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.5.0;sf=tgz*
> Downloading cordova library for android...
> Download complete



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6104) Online event triggers differently on iOS and Android

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-6104.

Resolution: Duplicate

closing as duplicate of https://issues.apache.org/jira/browse/CB-5149

> Online event triggers differently on iOS and Android
> 
>
> Key: CB-6104
> URL: https://issues.apache.org/jira/browse/CB-6104
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-network-information
>Affects Versions: 3.3.0
> Environment: iOS, Android, using plugin version 0.2.7
>Reporter: Kuan Yi Ming
>Priority: Major
>
> As per the documentation on the online event in doc/index.md:
> bq. Applications typically should use document.addEventListener to attach an 
> event listener once the deviceready event fires.
> On iOS, the online event does not trigger when the event listener is added 
> once the deviceready event fires as it's already triggered.
> If the online event is added before the deviceready event fires (to get the 
> code to work on iOS), it fires the online event twice on Android: once before 
> the deviceready event fires, and once after.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6565) Remove committer copyright notice in headers

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-6565.

Resolution: Cannot Reproduce

link shows nothing, so I guess it was fixed

> Remove committer copyright notice in headers
> 
>
> Key: CB-6565
> URL: https://issues.apache.org/jira/browse/CB-6565
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugman
>Reporter: Shazron Abdullah
>Priority: Major
>
> See: https://github.com/apache/cordova-plugman/search?p=1=Anis=cmdform



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6232) Failed to add plugin if project path contained words 'build'

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-6232.

Resolution: Cannot Reproduce

I can't reproduce, so it's probably fixed.

If somebody still faces this issue, please, report it on 
https://github.com/apache/cordova-cli/issues

> Failed to add plugin if project path contained words 'build'
> 
>
> Key: CB-6232
> URL: https://issues.apache.org/jira/browse/CB-6232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugman
>Affects Versions: 3.4.0
> Environment: mac, osx 10.9.2
> plugman 0.20.2
>Reporter: qi
>Priority: Major
>
> I created a project named ios-build, then it just can't add any plugins.
> Finally I figured out it was a regexp error at plugman/src/platforms/ios.js
> line 175
> config_files = config_files.filter(function (val) {
> return !(/^build\//.test(val)) && 
> !(/\/www\/config.xml$/.test(val));
> });
> The workaround was simply removing the 'build' from name



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6046) source-file framework=true item not installed correctly

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-6046.

Resolution: Won't Do

not sure if this is still an issue, but for libraries, plugins should use 
lib-file instead of source-file, I have used that in a few plugins without 
problems

> source-file framework=true item not installed correctly
> ---
>
> Key: CB-6046
> URL: https://issues.apache.org/jira/browse/CB-6046
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugman
> Environment: plugman 0.19.0
>Reporter: Shazron Abdullah
>Priority: Major
>
> When installing the plugin (https://github.com/shazron/CordovaFrameworkTest 
> -- iOS only), the libTestFlight.a is not installed correctly (it is red -- 
> missing in the Xcode file). When inspecting the file in the Project 
> Navigator, it shows as "Relative to SDK", while the FacebookSDK.framework is 
> installed correctly.
> However, the same tag in this plugin is installed correctly:
> https://github.com/shazron/TestFlightPlugin



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-5758) Give same behavior to InAppBrowser as CordovaWebView for self-signed certs

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-5758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-5758.

Resolution: Won't Do

closing as won't do as we shouldn't ignore certificate errors, in cordova is 
done only for development and it has not been removed because it would be 
breaking

> Give same behavior to InAppBrowser as CordovaWebView for self-signed certs
> --
>
> Key: CB-5758
> URL: https://issues.apache.org/jira/browse/CB-5758
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-plugin-inappbrowser
>Reporter: Marcel Kinard
>Priority: Minor
>
> See CB-3576 for history. This is a request that came from there.
> At least on the Android platform, the main webview (CordovaWebView) will 
> silently accept self-signed certs when debuggable="true" in 
> AndroidManifest.xml. (Hopefully other platforms have a similar behavior in 
> pre-production.) The goal of this new feature is to get InAppBrowser to have 
> the same behavior as the main webview in this respect, which is does not have 
> today. Then both the main webview and InAppBrowser will behave consistently 
> when they encounter https connections that have a self-signed cert.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-5702) platform add fails to install plugins if project has been moved to another directory

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-5702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-5702.

Resolution: Cannot Reproduce

closing as can't reproduce since there isn't enough information to reproduce

it looks to me that the problem is having plugins installed from the filesystem 
and moving the project makes the filesystem path not work since it doesn't 
match anymore
it's not a problem for remote plugins

> platform add fails to install plugins if project has been moved to another 
> directory
> 
>
> Key: CB-5702
> URL: https://issues.apache.org/jira/browse/CB-5702
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: Andrew Grieve
>Priority: Minor
>
> {code}
> ./cordova-mobile-spec/createmobilespec.sh
> mkdir tmp
> cp -r mobilespec tmp
> cd tmp/mobilespec
> cordova rm ios
> cordova add ios
> {code}
> What you get:
> - All dependent plugins install fine
> - First non-dependent plugin fails with:
> {quote}
> Starting installation of "org.cordova.mobile-spec-dependencies" for ios
> /Users/agrieve/git/cordova/cordova-cli/node_modules/q/q.js:126
> throw e;
>   ^
> Error: Failed to locate git repository for 
> org.cordova.mobile-spec-dependencies plugin.
> at /Users/agrieve/git/cordova/cordova-plugman/src/install.js:278:57
> at exithandler (child_process.js:633:7)
> at ChildProcess.errorhandler (child_process.js:649:5)
> at ChildProcess.EventEmitter.emit (events.js:95:17)
> at Process.ChildProcess._handle.onexit (child_process.js:787:12)
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-5673) platforms list should work outside of a project

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-5673.

Resolution: Won't Do

closing as won't do, nobody has shown interest on this feature other than the 
reporter.

to know the available platforms, first create the project and then you can see 
what you can do and which platforms are available

> platforms list should work outside of a project
> ---
>
> Key: CB-5673
> URL: https://issues.apache.org/jira/browse/CB-5673
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: Raymond Camden
>Priority: Minor
>
> Why does "cordova platforms list" need to be run inside a cordova project? 
> Shouldn't it be available anywhere?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-5644) Error: ENOENT, no such file or directory 'PATH/platforms/ios/._PROJECTNAME/config.xml' during "cordova prepare ios"

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-5644.

Resolution: Cannot Reproduce

I have never seen this happen and I always open the xcode project so it's 
probably fixed

If somebody still faces this issue, please, report it on the github repository
https://github.com/apache/cordova-cli/issues

> Error: ENOENT, no such file or directory 
> 'PATH/platforms/ios/._PROJECTNAME/config.xml' during "cordova prepare ios"
> ---
>
> Key: CB-5644
> URL: https://issues.apache.org/jira/browse/CB-5644
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.2.0
> Environment: OS X 10.9, Xcode 5.0.2 Build version 5A3005, Node 
> v0.10.18, Cordova CLI 3.2.0-0.4.0, 
>Reporter: Fabio Fabbri
>Priority: Major
>
> I have run "cordova prepare ios" on a project. After some successful run, 
> after I opened the Xcode project with Xcode, I executed again "cordova 
> prepare ios" and I got the following error:
> Error: ENOENT, no such file or directory 
> 'PROJECT_PATH/platforms/ios/._APPNAME/config.xml'
> at Object.fs.openSync (fs.js:427:18)
> at Object.fs.readFileSync (fs.js:284:15)
> at Object.module.exports.parseElementtreeSync 
> (/usr/local/lib/node_modules/cordova/src/xml-helpers.js:111:27)
> at Object.config_parser 
> (/usr/local/lib/node_modules/cordova/src/config_parser.js:25:20)
> at Object.ios_parser 
> (/usr/local/lib/node_modules/cordova/src/metadata/ios_parser.js:62:19)
> at /usr/local/lib/node_modules/cordova/src/prepare.js:56:23
> at Array.map (native)
> at CLI.prepare (/usr/local/lib/node_modules/cordova/src/prepare.js:54:35)
> at new CLI (/usr/local/lib/node_modules/cordova/src/cli.js:104:30)
> at Object. 
> (/usr/local/lib/node_modules/cordova/bin/cordova:41:16)
> After hours of tentatives and headaches, I found out that Xcode created the 
> file PROJECT_PATH/platforms/ios/._APPNAME.xcodeproject . I deleted this file 
> and "cordova prepared ios" was working again.
> I didn't investigate further, but I suspect that che CLI script searches for 
> files in the format "platforms/ios/*.xcodeproject" and for every file found 
> it assumes there is a folder with the same name excluding the ending 
> ".xcodeproject". I think you should add other conditions there to avoid this 
> kind of error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-4925) CLI Doesn't fail when a dependency is not found

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-4925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-4925.
--
Resolution: Fixed

It errors now, so I guess it was fixed

> CLI Doesn't fail when a dependency is not found
> ---
>
> Key: CB-4925
> URL: https://issues.apache.org/jira/browse/CB-4925
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugman
>Reporter: Andrew Grieve
>Priority: Major
>
> Repro steps:
> 1. create a project
> 2. Add a platform
> 3. Add a plugin to it that has a dependency on another plugin, but have the 
>  Fetching plugin from location 
> "../../git/mobile-chrome-apps/chrome-cordova/plugins/chrome.identity"...
> Fetch is reading plugin.xml from location 
> "../../git/mobile-chrome-apps/chrome-cordova/plugins/chrome.identity/plugin.xml"...
> Copying from location 
> "../../git/mobile-chrome-apps/chrome-cordova/plugins/chrome.identity" to 
> location "/Users/agrieve/tmp/a/plugins/org.chromium.identity"
> Calling plugman.install on plugin 
> "/Users/agrieve/tmp/a/plugins/org.chromium.identity" for platform "ios" with 
> options 
> "{"www_dir":"/Users/agrieve/tmp/a/platforms/ios/.staging/www","cli_variables":{}}"
> Starting installation of "org.chromium.identity"...
> Dependencies detected, iterating through them...
> Dependent plugin "org.chromium.common" not fetched, retrieving then 
> installing.
> Fetching plugin from location 
> "/Users/agrieve/git/mobile-chrome-apps/chrome-cordova/plugins/chrome-common"...
> Fetch is reading plugin.xml from location 
> "/Users/agrieve/git/mobile-chrome-apps/chrome-cordova/plugins/chrome-common/plugin.xml"...
> Copying from location 
> "/Users/agrieve/git/mobile-chrome-apps/chrome-cordova/plugins/chrome-common" 
> to location "/Users/agrieve/tmp/a/plugins/org.chromium.common"
> Starting installation of "org.chromium.common"...
> Installing plugin org.chromium.common...
> Beginning processing of action stack for ios project...
> Parsing ios project files...
> Parsing iOS project files...
> Action stack processing complete.
> Writing out iOS pbxproj file...
> Preparing ios project...
> Processing configuration changes for plugins.
> Iterating over installed plugins: [ 'org.chromium.common' ]
> Writing out cordova_plugins.js...
> Dependent plugin "org.chromium.runtime" not fetched, retrieving then 
> installing.
> Fetching plugin from location 
> "/Users/agrieve/git/mobile-chrome-apps/chrome-cordova/plugins/chrome-runtime"...
> Fetch is reading plugin.xml from location 
> "/Users/agrieve/git/mobile-chrome-apps/chrome-cordova/plugins/chrome-runtime/plugin.xml"...
> Copying from location 
> "/Users/agrieve/git/mobile-chrome-apps/chrome-cordova/plugins/chrome-runtime" 
> to location "/Users/agrieve/tmp/a/plugins/org.chromium.runtime"
> Starting installation of "org.chromium.runtime"...
> Dependencies detected, iterating through them...
> Dependent plugin "org.chromium.common" already fetched, using that version.
> Starting installation of "org.chromium.common"...
> Dependent plugin "org.chromium.storage" not fetched, retrieving then 
> installing.
> Fetching plugin from location 
> "/Users/agrieve/git/mobile-chrome-apps/chrome-cordova/plugins/chrome.storage"...
> Fetch is reading plugin.xml from location 
> "/Users/agrieve/git/mobile-chrome-apps/chrome-cordova/plugins/chrome.storage/plugin.xml"...
> Copying from location 
> "/Users/agrieve/git/mobile-chrome-apps/chrome-cordova/plugins/chrome.storage" 
> to location "/Users/agrieve/tmp/a/plugins/org.chromium.storage"
> Starting installation of "org.chromium.storage"...
> Dependencies detected, iterating through them...
> Dependent plugin "org.chromium.common" already fetched, using that version.
> Starting installation of "org.chromium.common"...
> Installing plugin org.chromium.storage...
> Beginning processing of action stack for ios project...
> Parsing ios project files...
> Parsing iOS project files...
> Action stack processing complete.
> Writing out iOS pbxproj file...
> Preparing ios project...
> Processing configuration changes for plugins.
> Iterating over installed plugins: [ 'org.chromium.common', 
> 'org.chromium.storage' ]
> Writing out cordova_plugins.js...
> Installing plugin org.chromium.runtime...
> Beginning processing of action stack for ios project...
> Parsing ios project files...
> Parsing iOS project files...
> Action stack processing complete.
> Writing out iOS pbxproj file...
> Preparing ios project...
> Processing configuration changes for plugins.
> Iterating over installed plugins: [ 'org.chromium.common',
>   'org.chromium.storage',
>   'org.chromium.runtime' ]
> Writing out cordova_plugins.js...
> Dependent plugin "org.apache.cordova.core.inappbrowser" not fetched, 
> retrieving then installing.
> Fetching plugin from location 
> 

[jira] [Resolved] (CB-4922) CLI Doesn't fetch dependencies when no platforms are added

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-4922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-4922.
--
Resolution: Fixed

this is no longer an issue on latest CLI, so I guess it was fixed at some point

> CLI Doesn't fetch dependencies when no platforms are added
> --
>
> Key: CB-4922
> URL: https://issues.apache.org/jira/browse/CB-4922
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: Andrew Grieve
>Priority: Minor
>
> {code}
> cordova create a a.b.c a
> cd a
> cordova plugin add 
> ../../git/mobile-chrome-apps/chrome-cordova/plugins/chrome.identity
> cordova plugin ls
> [ 'org.chromium.identity' ]
> {code}
> The deps do get added once you add a platform, so low priority.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12857) Discovered plugin "Device" in config.xml. Adding it to the project Failed to restore plugin "Device" from config.xml. You might need to try adding it again. Error: Error: Re

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12857.
-
Resolution: Cannot Reproduce

closing as I can't reproduce and the reporter stopped answering 

> Discovered plugin "Device" in config.xml. Adding it to the project Failed to 
> restore plugin "Device" from config.xml. You might need to try adding it 
> again. Error: Error: Registry returned 404 for GET on 
> https://registry.npmjs.org/Device
> -
>
> Key: CB-12857
> URL: https://issues.apache.org/jira/browse/CB-12857
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: navitha
>Priority: Major
>
> Discovered plugin "Device" in config.xml. Adding it to the project
> Failed to restore plugin "Device" from config.xml. You might need to try 
> adding it again. Error: Error: Registry returned 404 for GET on 
> https://registry.npmjs.org/Device
> I got this error during run my project.. anyone help me... 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-5121) deprecate device.cordova in favor of cordova.version

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-5121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-5121.

Resolution: Won't Do

closing as won't do

the plugin now just returns the same value as cordova.version, users could use 
that if they want, but let's not do a breaking change

> deprecate device.cordova in favor of cordova.version
> 
>
> Key: CB-5121
> URL: https://issues.apache.org/jira/browse/CB-5121
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-device
>Affects Versions: 3.0.0
>Reporter: Marcel Kinard
>Priority: Minor
>
> Per CB-5085 it was originally getting device.cordova from the native code in 
> the device plugin. When fixing CB-5085 that was moved into the js for the 
> device plugin (which is an improvement). This could be improved further to 
> deprecate device.cordova entirely and replace it with the already-existing 
> cordova.version. The benefit is that the device plugin would not be required 
> for fetching the Cordova version, which really is a platform version and not 
> a plugin version.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9874) Sloppy object code demonstrates poor javascript

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-9874.

Resolution: Won't Do

closing as won't do

> Sloppy object code demonstrates poor javascript
> ---
>
> Key: CB-9874
> URL: https://issues.apache.org/jira/browse/CB-9874
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-device
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
>Priority: Minor
>
> The javascript code creates an object and prototype which is not exposed 
> outside it's own module.  It simply exports a 'new' object.
> We should be providing best practice code in our core plugins, especially the 
> simpler ones.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14028) device.model does not behave as documented on Android

2022-10-13 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-14028.
---
Resolution: Fixed

I've updated the docs

> device.model does not behave as documented on Android
> -
>
> Key: CB-14028
> URL: https://issues.apache.org/jira/browse/CB-14028
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-device
> Environment: Device: Samsung Galaxy S5
> Model: SM-G900F
> Platform: Android
>Reporter: Mathijs
>Priority: Major
>
> The 
> [documentation|https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-device/#android-quirks]
>  states:
> {quote}Gets the [product 
> name|http://developer.android.com/reference/android/os/Build.html#PRODUCT] 
> instead of the [model 
> name|http://developer.android.com/reference/android/os/Build.html#MODEL], 
> which is often the production code name. For example, the Nexus One returns 
> {{Passion}}, and Motorola Droid returns {{voles}}.
> {quote}
> Hence, for the Samsung Galaxy S5, we would expect the production code name 
> `klte`. Instead, we're getting `SM-G900F`, which is inconsistent with the 
> documented example.
> However, in the quirk above suggests that it is 'often' the production code 
> name. Does this mean that the result can be expected to be inconsistent, that 
> is, sometimes the product name and sometimes the model name?
> Note that the [official device 
> list|http://storage.googleapis.com/play_public/supported_devices.csv] from 
> Google specifies a 'Marketing Name', a 'Device' and a 'Model - the latter two 
> being `klte` and `SM-G900F`, respectively, in the provided example.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12530) Build better device.uuid for Windows 8.1 /10

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12530.
-
Resolution: Won't Do

closing as won't do since cordova-windows is now deprecated

> Build better device.uuid for Windows 8.1 /10
> 
>
> Key: CB-12530
> URL: https://issues.apache.org/jira/browse/CB-12530
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-device
>Reporter: Felix Schauerte
>Priority: Major
>
> Currently the device uuid is read from 
> Windows.System.Profile.HardwareIdentification.getPackageSpecificToken(null).id
> This value depends on the hardware configuration of the device. It will e.g. 
> change even if a USB drive gets (dis)connected.
> To provide a more stable device uuid you coud use the following snippet. The 
> value would then depend on device and user and would even 'survive' an app 
> uninstall.
> var easClientDeviceInformation = new 
> Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation();
> var deviceUUID = easClientDeviceInformation.id;
> see 
> https://docs.microsoft.com/en-us/uwp/api/Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation#Windows_Security_ExchangeActiveSyncProvisioning_EasClientDeviceInformation_Id



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13221) PDF not getting loaded in Cordova Windows 10 UWP app

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13221.
-
Resolution: Won't Do

closing as won't do since cordova-windows is now deprecated

> PDF not getting loaded in Cordova Windows 10 UWP app
> 
>
> Key: CB-13221
> URL: https://issues.apache.org/jira/browse/CB-13221
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Reporter: Easwaramoorthy Kanagaraj
>Priority: Major
>
> In my Cordova windows uwp application, I am loading a URL in InAppBrowser. 
> There are some PDF links in the URL loaded, which are not loading the PDF 
> file on click. 
> Other inference, 
> - When I load the URL in Chrome browser - PDFs are loaded perfectly.
> - When I load the URL in Microsoft Edge browser after installing Adobe Reader 
> - PDFs are loaded perfectly.
> - The intended URL's code loads the pdf in the object tag.
> - Just tried to load one third party pdf 
> URL(http://www.pdf995.com/samples/pdf.pdf) directly in InAppBrowser of 
> cordova windows uwp application, it didn't work. Seems like, PDF would never 
> work?
> Fixing this issue would be of more help. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12565) Camera: Wrong orientation with windows 10

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12565.
-
Resolution: Won't Do

closing as won't do since cordova-windows is now deprecated

> Camera: Wrong orientation with windows 10 
> --
>
> Key: CB-12565
> URL: https://issues.apache.org/jira/browse/CB-12565
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Ionic
>Affects Versions: 2.3.1-dev
> Environment: Windows 10 Ionic App
>Reporter: A Narendra
>Priority: Major
>  Labels: windows
> Fix For: 2.3.1-dev
>
> Attachments: PortraitModePoC.zip
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> When i am capturing an image in portrait then the image is displayed in 
> landscape mode in windows 10 ionic app and while uploading to server it is 
> going in landscape  mode only



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12503) on Windows 10 camera plugin doesn't default to back camera

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12503.
-
Resolution: Won't Do

closing as won't do since cordova-windows is now deprecated

> on Windows 10 camera plugin doesn't default to back camera
> --
>
> Key: CB-12503
> URL: https://issues.apache.org/jira/browse/CB-12503
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
> Environment: Windows 10 tablets with dual cameras
>Reporter: Karthik Balakrishnan
>Priority: Minor
>  Labels: windows
>
> On dual camera Windows 10 tablets, the camera plugin doesn't default to back 
> camera even when the option:
> cameraDirection: Camera.Direction.BACK 
> is passed. 
> Camera plugin version: 2.3.1



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11497) Docs: Windows: navigator.notification.beep requires Content-Security-Policy entry

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-11497.
---
Resolution: Fixed

closing since the linked PR is merged

> Docs: Windows: navigator.notification.beep requires Content-Security-Policy 
> entry
> -
>
> Key: CB-11497
> URL: https://issues.apache.org/jira/browse/CB-11497
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-dialogs
>Affects Versions: 1.2.1
> Environment: cordoba-windows: 4.3.2
>Reporter: Michael Schmidt
>Priority: Minor
>  Labels: windows
>
> navigator.notification.beep doesn't play a sound on windows 10 desktop
> used to work in windows 8
> Update: works as well in windows 10, but requires altering the 
> Content-Security-Policy (CSP) - see below



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11941) Allow windows and windows phone apps to play audio located relative to the app root

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11941.
-
Resolution: Won't Do

closing as won't do since cordova-windows is now deprecated

> Allow windows and windows phone apps to play audio located relative to the 
> app root
> ---
>
> Key: CB-11941
> URL: https://issues.apache.org/jira/browse/CB-11941
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-media
>Affects Versions: 2.4.0
> Environment: windows and windows phone
>Reporter: julian hill
>Priority: Minor
>  Labels: windows, windows-phone, windows-phone-10, 
> windows-phone-81, wp10, wp8.1
>
> I've had a look at the plugin code for windows and for the media source it 
> looks like you can specify a url, a 'file://' or a 'cdvFile://'.
> The problem with the latter two is that they have to refer to either temp or 
> persistent storage; it's not possible to specify that you want the audio file 
> retrieving from a folder relative to the app root.
> I've manually copied over my audio files to:
> ...\AppData\Local\Packages\my_app_name\LocalState
> ...and confirmed that they do play if I specify a path of: 
> ''cdvfile://localhost/persistent/my_audio.mp3''
> I've overriden the src/windows/MediaProxy.js code and hardcoded in various 
> different paths for "thisM.node.src = srcUri.absoluteCanonicalUri;"
> I've tried: 
> thisM.node.src = "ms-appx:///audio/my_audio_file.mp3"
> thisM.node.src = "ms-appx:///my_app_name/www/audio/my_audio_file.mp3"
> thisM.node.src = "audio/my_audio_file.mp3"
> The first two don't report any errors when trying to play but nothing is 
> heard.
> The last one converts the source to:
> "ms-appx-web://my_app_name/www//audio/my_audio_file.mp3"
> ... and reports an invalid src error when attempting to play.
> So, it looks like something in the C# code also need changing.
> As a work around I'll have to (if possible) check if the media files exist in 
> the persistent folder and if not copy them over from the app audio folder.
> Alternatively I could install the media files into the persistent folder when 
> the app is installed but I haven't found a way to do this yet.
> Thanks



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11342) Online/Offline event not fired under VPN Connection

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11342.
-
Resolution: Won't Do

closing as won't do since cordova-windows is now deprecated

> Online/Offline event not fired under VPN Connection
> ---
>
> Key: CB-11342
> URL: https://issues.apache.org/jira/browse/CB-11342
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-network-information
>Affects Versions: 4.0.0
> Environment: Windows 8.1
>Reporter: Chirag Chauhan
>Priority: Major
>  Labels: Windows
>
> Hi,
> I am working with Cordova Application targeted to Windows 8.1 platform. I am 
> registering the online/offline events using following code:
> document.addEventListener("offline", jQuery.proxy(this.onOffline, this), 
> false);
> document.addEventListener("online", jQuery.proxy(this.onOnline, 
> this), false);
> I am not able to get the online/offline events when my device is connected to 
> VPN. If the VPN is not enabled then, I am able to see the events getting 
> fired correctly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9081) Camera does not correctly respect displays orientation if there's no sensor available

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-9081.

Resolution: Won't Do

closing as won't do since cordova-windows is now deprecated

> Camera does not correctly respect displays orientation if there's no sensor 
> available
> -
>
> Key: CB-9081
> URL: https://issues.apache.org/jira/browse/CB-9081
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
> Environment: Windows Universal
>Reporter: Murat Sutunc
>Priority: Minor
>  Labels: triaged, windows
>
> Currently we assume that there's a sensor available. We use that sensor to 
> rotate the camera picture accordingly. In case where there's a camera but no 
> sensor, we should rely on DisplayOrientation of the monitor and rotate the 
> picture.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9803) cross-platform consistency: getPicture CAMERA requires assigning manual file name on windows

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-9803.

Resolution: Won't Do

closing as won't do since cordova-windows is now deprecated

> cross-platform consistency: getPicture CAMERA requires assigning manual file 
> name on windows
> 
>
> Key: CB-9803
> URL: https://issues.apache.org/jira/browse/CB-9803
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-camera
>Affects Versions: 1.2.0
> Environment: Windows 8.1
>Reporter: Michael Schmidt
>Priority: Minor
>  Labels: Windows, triaged
>
> set options:
> - destinationType: Camera.DestinationType.FILE_URI,
> - sourceType : Camera.PictureSourceType.CAMERA
> - saveToPhotoAlbum: true,
> problem: after taking a picture with the camera I need to manually enter a 
> file name
> this is inconsistent to the other platforms: other platforms (ios, android) 
> assign an auto-generated name, save the image, and return the fileURI - 
> without any further user interaction required



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13185) cordova-labs-local-webserver hooks don't work on cordova cli 7

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13185.
-
Resolution: Won't Do

closing as won't do since the web server plugin is not maintained

> cordova-labs-local-webserver hooks don't work on cordova cli 7
> --
>
> Key: CB-13185
> URL: https://issues.apache.org/jira/browse/CB-13185
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: cordova@7.0.0
>Reporter: Pieter De Bruyne
>Priority: Critical
>  Labels: backlog, tools-next
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> cordova-labs-local-webserver modifies the config.xml using the 
> after_plugin_install hook.
> however it appears cordova prepare restores the config.xml so the changes 
> done by the hook are undone.
> Maybe before_prepare hook is a better idea ...



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12879) Windows 10 UWP - when photo is resized it looses exif information about rotation

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12879.
-
Resolution: Won't Do

closing as won't do since cordova-windows is now deprecated

> Windows 10 UWP - when photo is resized it looses exif information about 
> rotation
> 
>
> Key: CB-12879
> URL: https://issues.apache.org/jira/browse/CB-12879
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Bartek Cichocki
>Priority: Major
>  Labels: windows
>
> Image resizing is currently done by canvas manipulation so exif information 
> is not preserved at new file. It leads to images having bad orientation after 
> being saved.
> Here I created simple workaround, which rotates image at canvas based on exif 
> information:
> https://github.com/bartcich/cordova-plugin-camera/commit/5b79a827dd78bb16b2150316a357523ea97ef44a
> Probably it would be better to preserve exif information to new file (so it 
> will be consistent behaviour with file not being resized)
> Additionally Windows webview does display well images with exif information 
> about rotation, so it would be great to add correctOrientation functionality 
> as it works on Android.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14062) HTML5 Audio Player fails on iOS

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14062.
-
Resolution: Not A Problem

closing since it's not a bug in cordova but on the WebView and iOS 11 is no 
longer supported by cordova-ios

>  HTML5 Audio Player fails on iOS
> 
>
> Key: CB-14062
> URL: https://issues.apache.org/jira/browse/CB-14062
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Ionic
> Environment: cordova 8.0.0
> ionic 3.20.0
>Reporter: Karsten Bittsteller
>Priority: Minor
>
> Hey there,
> i try to get the html5 audio working on ios with cordova.
> {code:java}
>  
>   
>  {code}
> Working fine on Android or on all Web Browsers using ionic serve 
> (Safari/Chrome, no problem). But get stuck on ios. Audiofile is played just 
> once and during playback it says "Live broadcast". When finished, there is no 
> way to get this file play another time but close the view and go back works 
> fine.
> Could this be an cordova issue or am I doing something wrong?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14157) cordova-js update devDependencies in package.json

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-14157.
---
Resolution: Fixed

closing since none of those are dependencies anymore

> cordova-js update devDependencies in package.json
> -
>
> Key: CB-14157
> URL: https://issues.apache.org/jira/browse/CB-14157
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-js
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> {{npm outdated}} shows some eslint {{devDependencies}} items that are out of 
> date (along with {{browserify}} item which is covered by CB-14156, outside 
> the scope of this issue):
> {code}
> Package Current  Wanted  Latest  Location
> browserify   14.4.0  14.4.0  16.2.2  cordova-js
> eslint-config-semistandard   11.0.0  11.0.0  12.0.1  cordova-js
> eslint-config-standard   10.2.1  10.2.1  11.0.0  cordova-js
> eslint-plugin-node5.2.1   5.2.1   6.0.1  cordova-js
> {code}
> {{npm check}} shows how to update the dependencies (extra messages such as 
> cordova & system package missing messages omitted here):
> {code}
> browserify     MAJOR UP  Major update available. 
> https://github.com/browserify/browserify#readme
>   npm install --save 
> browserify@16.2.2 to go from 14.4.0 to 16.2.2
> eslint-config-semistandard     MAJOR UP  Major update available. 
> https://github.com/Flet/eslint-config-semistandard
>   npm install --save-dev 
> eslint-config-semistandard@12.0.1 to go from 11.0.0 to 12.0.1
> eslint-config-standard     MAJOR UP  Major update available. 
> https://github.com/standard/eslint-config-standard
>   npm install --save-dev 
> eslint-config-standard@11.0.0 to go from 10.2.1 to 11.0.0
> eslint-plugin-node     MAJOR UP  Major update available. 
> https://github.com/mysticatea/eslint-plugin-node#readme
>   npm install --save-dev 
> eslint-plugin-node@6.0.1 to go from 5.2.1 to 6.0.1
> {code}
> {{npm-check}} can even do the updates automatically (in interactive or 
> non-interactive mode).
> Should be straightforward to resolve. As stated above the issue with 
> {{browserify}} is already covered by CB-14156, to be outside the scope of 
> this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14158) Use native Promises instead of Q

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-14158.
---
Resolution: Fixed

closing since the linked issues are completed

> Use native Promises instead of Q
> 
>
> Key: CB-14158
> URL: https://issues.apache.org/jira/browse/CB-14158
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-js
>Reporter: Raphael von der Grün
>Assignee: Raphael von der Grün
>Priority: Minor
>
> For fun and profit.
> Pros:
>  * Native interface should be more familiar to new contributors
>  * Better tooling support
>  ** ESLint Promise checks
>  ** Hopefully cleaner stack traces in various tools
>  * One less stone-age dependency
>  * Better Performance?
> Cons:
>  * No more finally (_fin_) method. Alternatives:
>  ** Micro library (e.g. p-finally): - ugly interface
>  ** Bluebird: - Additional dependency, + Lots of goodies
>  ** Polyfill: - where to include? - Possible conflicts? + nice interface
>  ** Babel: - additional build overhead + Lots of goodies



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14176) inappbrowser CSS -webkit-mask-image broken by iOS 11.x?

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14176.
-
Resolution: Not A Problem

Closing since this is not a cordova bug but an Apple/Safari one and the user 
found a workaround/fix

> inappbrowser CSS -webkit-mask-image broken by iOS 11.x?
> ---
>
> Key: CB-14176
> URL: https://issues.apache.org/jira/browse/CB-14176
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 3.0.0
>Reporter: Andrew Holmes
>Priority: Major
>
> As described here:
> [https://stackoverflow.com/questions/51069792/css-image-mask-broken-in-cordova-for-ios-11-x]
> it seems that something has broken webkit-mask-image in iOS 11.x (11.3 or 
> 11.4, I think). Icons using image masking in Cordova iOS are now invisible 
> (still tappable, though).
> This may not be Cordova, it may be an iOS issue, because it's working fine in 
> Android, but since Apple changed the minor version of iOS, they may not be 
> considering it a bug on their side.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14159) Use native Promises instead of Q in cordova-lib

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-14159.
---
Resolution: Fixed

q is no longer a dependency, so I guess it's fixed

> Use native Promises instead of Q in cordova-lib
> ---
>
> Key: CB-14159
> URL: https://issues.apache.org/jira/browse/CB-14159
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-lib
>Reporter: Raphael von der Grün
>Assignee: Raphael von der Grün
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14190) Double click `` element causes app to exit.

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14190.
-
Resolution: Won't Do

closing as won't do since cordova-windows is deprecated

> Double click `` element causes app to exit.
> ---
>
> Key: CB-14190
> URL: https://issues.apache.org/jira/browse/CB-14190
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 3.0.0
>Reporter: Iain Connor
>Assignee: Jesse MacFadyen
>Priority: Minor
>
> In Windows, create an inappbrowser and browse somewhere with target not 
> `_system` or `_self` or empty.
> Find a `` element and double click it.
> Expected behaviour:
> First click expands `` dropdown by showing ``s.
> Second click is ignored or chooses `` under cursor, if there is one.
> Actual behaviour:
> Second click exits the inappbrowser.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14211) Run Windows/AppVeyor test suite in both PowerShell and Command Prompt

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14211.
-
Resolution: Won't Do

closing as according to the linked issue it's not a desired feature

> Run Windows/AppVeyor test suite in both PowerShell and Command Prompt
> -
>
> Key: CB-14211
> URL: https://issues.apache.org/jira/browse/CB-14211
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Reporter: Oliver Salzburg
>Priority: Major
>
> I thought it could be useful to run the test suite in both shells, just to be 
> safe.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14194) Prepare fails when using scoped packages

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-14194.
---
Resolution: Fixed

this was fixed in cordova CLI 10

> Prepare fails when using scoped packages
> 
>
> Key: CB-14194
> URL: https://issues.apache.org/jira/browse/CB-14194
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: Master
>Reporter: Oliver Salzburg
>Priority: Major
>
> When adding a plugin to a project, cordova will fail if the plugin is hosted 
> under an npm scope.
> The scope is cut off when searching for the installation folder on disk:
> {code}
> Discovered plugin "@fairmanager/cordova-plugin-push" in config.xml. Adding it 
> to the project
> Failed to restore plugin "@fairmanager/cordova-plugin-push" from config.xml. 
> You might need to try adding it again. Error: Cannot find plugin.xml for 
> plugin "cordova-plugin-push". Please try adding it again.
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14235) [iOS] Focus styles stops applying on text-input element after clicking 'done' on keyboard

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14235.
-
Resolution: Not A Problem

closing as not a problem, since if the WebView is not working as expected it 
should be fixed by Apple, not by Apache Cordova

> [iOS] Focus styles stops applying on text-input element after clicking 'done' 
> on keyboard
> -
>
> Key: CB-14235
> URL: https://issues.apache.org/jira/browse/CB-14235
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 8.0.0
>Reporter: Andrey Mazurevich
>Priority: Major
>
> I've just created hello-world test app and added a bunch of text inputs with
> ```:focus \{ border: 1px solid red } ``` style. Styles works fine until I 
> press 'done' button on the keyboard. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14253) Output plugin version everywhere during plugin installation

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14253.
-
Resolution: Won't Do

I don't think we can know which plugin is going to be installed unless we make 
an extra call to npm to check which version satisfy the semver.

If users want to know which version was installed they can run cordova plugin ls

> Output plugin version everywhere during plugin installation
> ---
>
> Key: CB-14253
> URL: https://issues.apache.org/jira/browse/CB-14253
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Affects Versions: 8.0.0
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> See this exemplary output:
> {code}
> Discovered plugin "cordova-plugin-ionic" in config.xml. Adding it to the 
> project
> Fetching plugin "cordova-plugin-ionic@^4.1.7" via npm
> Installing "cordova-plugin-ionic" for ios
> Plugin dependency "cordova-plugin-splashscreen@5.0.2" already fetched, using 
> that version.
> Dependent plugin "cordova-plugin-splashscreen" already installed on ios.
> Failed to install 'cordova-plugin-ionic': CordovaError: Version of installed 
> plugin: "cordova-plugin-ionic-webview@1.2.1" does not satisfy dependency 
> plugin requirement "cordova-plugin-ionic-webview@>=2.0.0". Try --force to use 
> installed plugin as dependency.
> {code}
> Only in the second line does it mention the version: `^4.1.7`. It would be 
> great if all mentions of the plugin would include the version (or even actual 
> version being installed vs. the definition with ^)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14265) Plugin search is not working

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14265.
-
Resolution: Duplicate

Closing in favor of https://github.com/apache/cordova-docs/issues/1128 since 
the problem now is that npmsearch is down.

> Plugin search is not working
> 
>
> Key: CB-14265
> URL: https://issues.apache.org/jira/browse/CB-14265
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: Shazron Abdullah
>Priority: Major
> Attachments: pluginsearch.png
>
>
> The npmsearch API call we use used to return XML, now it returns json.
> See attached image.
> We really should move off to CB-12602



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12064) navigator.getUserMedia as used in the camera plugin for the browser target has been deprecated and should be changed to match the new spec which is navigator.mediaDevices.

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-12064.
---
  Assignee: jcesarmobile  (was: Jesse MacFadyen)
Resolution: Fixed

fixed, will be available on next release

> navigator.getUserMedia as used in the camera plugin for the browser target 
> has been deprecated and should be changed to match the new spec which is 
> navigator.mediaDevices.getUserMedia
> ---
>
> Key: CB-12064
> URL: https://issues.apache.org/jira/browse/CB-12064
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 3.5.0
> Environment: Chrome, Firefox and Opera
>Reporter: Justin Willis
>Assignee: jcesarmobile
>Priority: Major
>
> The navigator.getUserMedia api has been deprecated and updated to be 
> navigator.mediaDevices.getUserMedia. After looking at the camera plugin today 
> and how it works with the browser target it seems that the camera plugin 
> still uses the deprecated version of the api. While the old api is currently 
> still supported along with the new version of the api in Chrome and Firefox, 
> it is due to be removed asap, which would in turn break the current version 
> of the camera plugin.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14271) onPause event not fired on app close?

2022-09-29 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-14271.
-
Resolution: Cannot Reproduce

I can't reproduce on cordova-android 11.
If somebody still faces the issue, please, create a new report on 
https://github.com/apache/cordova-android/issues and provide a sample app and 
steps to reproduce.

> onPause event not fired on app close?
> -
>
> Key: CB-14271
> URL: https://issues.apache.org/jira/browse/CB-14271
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 4.1.0
> Environment: Nexus 5x
>Reporter: Daniel Stone
>Priority: Minor
>
> I'm trying to save my app's state when the user kills the app, but the 
> onPause event isn't firing, and there don't appear to be any other options. 
> What should I do?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-7738) cordova-lib npm-shrinkwrap causes problems if using npm2.1.*

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-7738.
--
Resolution: Fixed

cordova no longer uses shrinkwrap, so shouldn't be an issue

> cordova-lib npm-shrinkwrap causes problems if using npm2.1.*
> 
>
> Key: CB-7738
> URL: https://issues.apache.org/jira/browse/CB-7738
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
> Environment: npm2.1.1 installed (or npm2.1.2)
>Reporter: Jenny Gee
>Priority: Major
>
> We're trying to use npm2 because of race bugs in npm1 on our build machine.
> Unfortunately, cordova-lib has a npm-shrinkwrap which makes it a pain to 
> install cordova-lib using npm2.
> Actual results:
> 09:33:36 npm WARN prefer global npm@2.1.1 should be installed with -g
> 09:33:36 npm@2.1.1 node_modules/npm
> 09:33:36 2.1.1
> 09:34:15 npm WARN engine npm@1.3.4: wanted: {"node":">=0.6","npm":"1"} 
> (current: {"node":"0.10.32","npm":"2.1.1"})
> Expected results:
> 1. package.json should require npm >=1.3.4 instead of npm=1.3.4
> 2. npm-shrinkgwrap should not exist so that it doesn't force npm==1.3.4
> 3. the output above should not include an npm WARN engine npm@1.3.4: wanted 
> message :)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11000) Be able to add local custom platform

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11000.
-
Resolution: Fixed

custom platforms have been supported for a long time

> Be able to add local custom platform
> 
>
> Key: CB-11000
> URL: https://issues.apache.org/jira/browse/CB-11000
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Reporter: Bernie Zhao
>Priority: Major
>
> I develop cross platform HTML5 apps using Cordova and sometimes I need to 
> deal with custom/proprietary devices like commercial smart TVs, set-top 
> boxes. So far for these devices I need to create non-cordova web apps using 
> their SDK.
> It would be ideal if I can create custom cordova platform plugin to bridge 
> the gap so the app only needs to deal with cordova. So I just need to: 
> $ cordova platform add xxstb
> Any insight is appreicated.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11116) Timeout error on Android N and Marshmallow in geolocation mobilespec tests

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-6.
-
Resolution: Fixed

tests are green now, so it was fixed (or removed)

> Timeout error on Android N and Marshmallow in geolocation mobilespec tests
> --
>
> Key: CB-6
> URL: https://issues.apache.org/jira/browse/CB-6
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Android N & Marshmallow
>Reporter: Richard B Knoll
>Priority: Minor
>  Labels: android, triaged
>
> There are two geolocation specs that are timing out: 6 and 8. Seems to happen 
> consistently



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12734) File plugin on osx doesn't work

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12734.
-
Resolution: Won't Fix

closing since cordova-osx is deprecated

> File plugin on osx doesn't work
> ---
>
> Key: CB-12734
> URL: https://issues.apache.org/jira/browse/CB-12734
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.5.0
> Environment: MacBook Pro (Retina, 13-inch, Mid 2014)
> OSX platform
>Reporter: Iddan Aharonson
>Priority: Major
>
> When installing the file plugin my mac os app won't start.
> An error appears: "window.cordovabridge binding is missing."



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-4669) Talkback Accessibility Tool correctly calls the Splashscreen an Alert

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-4669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-4669.

Resolution: Fixed

closing since on cordova-android 11 it no longer is a dialog

> Talkback Accessibility Tool correctly calls the Splashscreen an Alert
> -
>
> Key: CB-4669
> URL: https://issues.apache.org/jira/browse/CB-4669
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Reporter: Joey Robert Bowser
>Priority: Minor
>  Labels: Accessibility
> Fix For: 3.6.0
>
>
> The splashscreen currently is a dialog, which the Talkback tool calls 
> "Alert".  This is distracting, and this should actually be the title of the 
> application, which is what happens when the application actually loads.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11094) Add OSX support

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11094.
-
Resolution: Won't Do

closing since cordova-osx is deprecated

> Add OSX support
> ---
>
> Key: CB-11094
> URL: https://issues.apache.org/jira/browse/CB-11094
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-network-information
>Reporter: Thijs Amersfoort
>Priority: Major
>
> This plugin is not compatible yet with cordova apps created for OS X



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11090) Website should have a link to Slack

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11090.
-
Resolution: Won't Do

closing since slack is not an official Apache thing

> Website should have a link to Slack
> ---
>
> Key: CB-11090
> URL: https://issues.apache.org/jira/browse/CB-11090
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-website
>Reporter: Dmitry Blotsky
>Priority: Major
>  Labels: easyfix, regression, triaged
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12273) Plugin in OSX platform

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12273.
-
Resolution: Won't Do

closing since cordova-osx is deprecated

> Plugin in OSX platform
> --
>
> Key: CB-12273
> URL: https://issues.apache.org/jira/browse/CB-12273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllPlugins
>Affects Versions: 6.3.2
> Environment: cordova --version
> 6.4.0
> NOTE: this version is not available on Jira, Why ?
> cordova platform list
> Installed platforms:
>   osx 4.0.1
> cordova plugin
> cordova-plugin-device 1.1.4 "Device"
> cordova-plugin-whitelist 1.3.1 "Whitelist"
>Reporter: Alessandro
>Priority: Major
>
> Cordova OSX App is not able to load plugins. Every plugin you try to load 
> break the app with Plugin 'XXX' not found, or is not a CDVPlugin. Check your 
> plugin mapping in config.xml.
> Running the app without external plugins works fine.
> cordova --version
> 6.4.0
> cordova platform list
> Installed platforms:
>   osx 4.0.1
> cordova plugin
> cordova-plugin-device 1.1.4 "Device"
> cordova-plugin-whitelist 1.3.1 "Whitelist"
> During the RUN:
> ERROR: Plugin 'Device' not found, or is not a CDVPlugin. Check your plugin 
> mapping in config.xml.
> Why?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12481) Migrate cordova-plugins plugins to branches, instead of subdirectories

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12481.
-
Resolution: Done

closing since all the linked issues are complete

> Migrate cordova-plugins plugins to branches, instead of subdirectories
> --
>
> Key: CB-12481
> URL: https://issues.apache.org/jira/browse/CB-12481
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugins
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Major
>
> In Cordova 7, installing by subdirectory support will be removed, but 
> installing by branch support will still be maintained. Move all the 7 folders 
> into their own branch.
> https://github.com/apache/cordova-plugins



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12496) Integrate local-webserver PR into branch

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12496.
-
Resolution: Abandoned

closing since the web server plugin is abandoned

> Integrate local-webserver PR into branch
> 
>
> Key: CB-12496
> URL: https://issues.apache.org/jira/browse/CB-12496
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugins
>Reporter: Shazron Abdullah
>Priority: Major
>
> https://github.com/apache/cordova-plugins/pull/28



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12977) Cordova 7 breaks npm install if any declared plugin doesn't contain package.json

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12977.
-
Resolution: Won't Do

package.json is now a requirement, so closing as won't do

> Cordova 7 breaks npm install if any declared plugin doesn't contain 
> package.json
> 
>
> Key: CB-12977
> URL: https://issues.apache.org/jira/browse/CB-12977
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli, cordova-plugins
>Affects Versions: cordova@7.0.0
> Environment: OSX 10.12.15, npm 3.10.10, Cordova 7.0.1
>Reporter: Spence DiNicolantonio
>Priority: Major
>
> As of Cordova 7, plugins declared in config.xml are automatically added to 
> dependencies in _package.json_ on prepare. This limits Cordova 7 projects to 
> plugins that are also node packages, as the {{npm install}} process will 
> break if any declared dependency does not contain a valid _package.json_ 
> ([see related npm error|https://github.com/npm/npm/issues/7232]).
> Quite a few functioning Cordova plugins (e.g. 
> [CordovaClipboard|https://github.com/VersoSolutions/CordovaClipboard], 
> [PrivacyScreen|https://github.com/Telerik-Verified-Plugins/PrivacyScreen]) 
> live on GitHub and don't contain a _package.json_. In order to use such 
> plugins in conjunction with Cordova 7 without breaking {{npm install}}, we 
> must omit the plugin declarations from config.xml and commit the contents of 
> the _/plugins_ directory. 
> To be clear, this is not a malfunction of the Cordova CLI. Rather, this is a 
> side-effect of the automated mirroring of _config.xml_ and _package.json_ 
> configuration in Cordova 7.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12708) Core Plugins Roadmap 2017

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12708.
-
Resolution: Resolved

closing since all the linked issue are complete

> Core Plugins Roadmap 2017
> -
>
> Key: CB-12708
> URL: https://issues.apache.org/jira/browse/CB-12708
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>Priority: Major
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> h1. DEADLINE of June 6th 2017
> (extended to June 6, after WWDC 2017. In case there are earth-shattering 
> updates from Apple)
> All decisions should be wrapped up by then.
> h2. This is an umbrella issue where we list all the core plugins we have, and 
> what we are to do with them:
> 1. Sunset 
> 2. Continue Maintenance
> 3. Integrate into their respective platforms 
> The first two of these options will require migration steps (docs), if any, 
> to W3C API equivalents in the browser, when available. If not, the goal would 
> be for them (if we are still maintaining them) to be upgraded to a W3C API 
> standard.
> h2. Actions:
> 1. Migration docs (if applicable)
> 2. Upgrade to W3C API standard (if applicable)
> 3. Update README with non-maintenance status (if applicable)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-13126) Remove the app showcase

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-13126.
---
Resolution: Fixed

the showcase was removed

> Remove the app showcase
> ---
>
> Key: CB-13126
> URL: https://issues.apache.org/jira/browse/CB-13126
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-website
>Reporter: Filip Maj
>Priority: Major
>  Labels: backlog
>
> Per http://markmail.org/message/bgwiehbg6kl3okl2



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13133) Write up a blog post on how to transition off cordova-plugin-media

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13133.
-
Resolution: Won't Do

closing as won't do since the plugin was not deprecated

> Write up a blog post on how to transition off cordova-plugin-media
> --
>
> Key: CB-13133
> URL: https://issues.apache.org/jira/browse/CB-13133
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-media
>Reporter: Filip Maj
>Priority: Major
>  Labels: plugins-next
>
> Would be good to create a blog post helping users ween themselves off of 
> cordova-plugin-media.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7685) Geolocation watch on Android continues when app in background

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-7685.

Resolution: Won't Do

The plugin uses the WebView geolocation, so there is nothing we can do in this 
kind of scenarios.

By now, it might have been fixed by Google, if not, it should be reported to 
them.

> Geolocation watch on Android continues when app in background
> -
>
> Key: CB-7685
> URL: https://issues.apache.org/jira/browse/CB-7685
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
>Affects Versions: 3.5.0, 3.6.3
> Environment: Samsung Galaxy S3, Intel Yolo and others.
>Reporter: Clayton Grassick
>Priority: Major
>  Labels: Android, triaged
>
> When using HTML5 geolocation via navigator.geolocation.watchPosition, the GPS 
> continues even when the app is in the background, draining the battery.
> I have tried  to no effect. 
> Attempting to catch pause events to attempt to clearWatch did not appear to 
> stop it either.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-10371) phonegap build keeps firing PositionError when app is launched with GPS state OFF and then turning ON still in the APP

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-10371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-10371.
-
Resolution: Cannot Reproduce

closing as there isn't enough information to reproduce and by the comments it 
looks like it was already fixed in a newer version of the plugin

> phonegap build keeps firing PositionError when app is launched with GPS state 
> OFF and then turning ON still in the APP
> --
>
> Key: CB-10371
> URL: https://issues.apache.org/jira/browse/CB-10371
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
>Affects Versions: 3.5.0
>Reporter: Sandro Di Bernardi
>Priority: Minor
>
> I would like to find a way to detect mobile geolocation state change when an 
> app is already launched ? example : geoloc if OFF , I launch my APP , I get 
> an error 1 = PositionError.PERMISSION_DENIED as expected . Then I turn my 
> geoloc ON (still with my APP running) , I try to check again , and still get 
> error 1 ... which is now wrong .  
> Contrary is OK : Geoloc is ON , and try to turn it OFF after my APP has been 
> previously launched , then I receive an error 3 = PositionError.TIMEOUT which 
> is correct . 
> Can you please answer for my first example ? and tell me how to solve this ? 
> best regards



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11879) The Cordova Geolocation Plugin in iOS quirk

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11879.
-
Resolution: Won't Do

Doesn't look like a bug on the plugin but something else on the user's app.

> The Cordova Geolocation Plugin in iOS quirk
> ---
>
> Key: CB-11879
> URL: https://issues.apache.org/jira/browse/CB-11879
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
>Reporter: Nasser Alminji
>Priority: Major
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> The problem is that https://hadaf.pro/nearby will fetch items using POST 
> after getting the GPS location,
> in the browser and Android, the items are displayed fine.
> in iOS, the screen seems to freeze in portrait mode but in landscape it 
> continues fine.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12183) Geolocation on Android devices return always TRUE

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12183.
-
Resolution: Cannot Reproduce

I can't reproduce so might be fixed by now_

If somebody still faces the issue, please, report it on 
https://github.com/apache/cordova-plugin-geolocation/issues and provide a 
sample app where the issue can be reproduced.

> Geolocation on Android devices return always TRUE 
> --
>
> Key: CB-12183
> URL: https://issues.apache.org/jira/browse/CB-12183
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Android 6+
>Reporter: Luca
>Priority: Major
>  Labels: geolocation
>
> Hello there.
> I'm using cordova-plugin-geolocation to retrieve device position in my app. 
> I'm running into a problem with Android platform. Whenever I start the app 
> for the first time I use getCurrentPosition() to get the current position, 
> which should ask for permissions and prompt the dialog to the user. The 
> problem is that I always get PERMISSION_GRANTED, even if the app is launched 
> for the first time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12308) Unable to get gps position

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12308.
-
Resolution: Won't Do

The plugin uses the WebView geolocation, so there is nothing we can do in this 
kind of scenarios (other than the mentioned going back to using java code).

By now, it might have been fixed by Google, if not, it should be reported to 
them.

> Unable to get gps position
> --
>
> Key: CB-12308
> URL: https://issues.apache.org/jira/browse/CB-12308
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
>Affects Versions: 6.4.0
> Environment: Android 5.1
>Reporter: Placido Curro
>Priority: Major
>  Labels: triaged
> Attachments: www.zip
>
>
> Hello,
> on my Android mobile phone, a Meizu M3s Android 5.1, gps plugin doesn't work 
> very well.
> I have developed a basic app with just the gps plugin and a button to get the 
> current gps position. I run it, and when I push the button to get current 
> position, I get the 'on error' callback with timeout error.
> Of course, the app has access to gps and global gps setting is on.
> If I turn the mobile off and on, then the app works and I get the position. 
> But, if I put the mobile in stand-by and I leave it for a while (10 minutes 
> for example), then the app stops working and and gps requests expire per 
> timeout.
> Enableaccuracy, timeout and age options doesn't affect the bug. I experience 
> the same problem, even if a try to reduce or to increase timeout and age, or 
> set EnableAccuracy true or false.
> Thanks for your attention.
> Regards, plco.
> P.S. Later, I have added the cordova-plugin-mauron85-background-geolocation 
> plugin and while the cordova gps plugin still expires per timeout, this one 
> manages to get the current gps position.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12753) Unable to get location if the device has wifi turned off

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12753.
-
Resolution: Cannot Reproduce

closing since there was no response

> Unable to get location if the device has wifi turned off 
> -
>
> Key: CB-12753
> URL: https://issues.apache.org/jira/browse/CB-12753
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
>Reporter: Suraj Pindoria
>Priority: Major
>
> [~filmaj] got a weird DomainError on an iPhone 5S running iOS 10.2, without a 
> SIM card, not connected to wifi.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13403) getCurrentPosition timeout

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13403.
-
Resolution: Won't Do

The plugin uses the WebView geolocation, so there is nothing we can do in this 
kind of scenarios.

By now, it might have been fixed by Google, if not, it should be reported to 
them.

> getCurrentPosition timeout
> --
>
> Key: CB-13403
> URL: https://issues.apache.org/jira/browse/CB-13403
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Android 7.1 devices with multiple users
>Reporter: Istvan Nyari
>Priority: Major
>
> We discovered that if we add a new user on our android devices, then the 
> getCurrentPosition will return always with TIMEOUT.
> We checked the location settings but all same as the primary user's.
> With the primary user everything works fine.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13645) Geolocation plugin issue when using getCurrentPosition when watchPosition has failed

2022-09-27 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13645.
-
Resolution: Won't Do

The plugin uses the WebView geolocation, so there is nothing we can do in this 
kind of scenarios. 

By now, it might have been fixed by Google, if not, it should be reported to 
them.

> Geolocation plugin issue when using getCurrentPosition when watchPosition has 
> failed
> 
>
> Key: CB-13645
> URL: https://issues.apache.org/jira/browse/CB-13645
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
>Affects Versions: 2.2.0, 3.0.0
> Environment: Android 7.0 custom ROM on a test Nexus 4, but believed 
> to exist on other devices.
>Reporter: Filippo Possenti
>Priority: Major
>
> 1. Turn off geolocation services on the phone through the settings
> 2. start the app
> 3. setup a watch using navigator.geolocation.watchPosition
> 4. call navigator.geolocation.getCurrentPosition
> 5. observe that it will fail, which is correct
> 6. without terminating the app, turn on geolocation services on the phone 
> through the settings
> 7. wait a bit and call again navigator.geolocation.getCurrentPosition
> 8. observe that it will fail, which is no longer correct
> 9. clear a watch using navigator.geolocation.clearWatch
> 10. wait a bit and call again navigator.geolocation.getCurrentPosition
> 11. observe that this time it will succeed
> The expected behaviour was for the call to 
> navigator.geolocation.getCurrentPosition to succeed (steps 7 and 8).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11106) There should be a "How to be a Cordova App Developer" section in the docs

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11106.
-
Resolution: Won't Do

> There should be a "How to be a Cordova App Developer" section in the docs
> -
>
> Key: CB-11106
> URL: https://issues.apache.org/jira/browse/CB-11106
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs
>Reporter: Shazron Abdullah
>Priority: Major
>  Labels: backlog
>
> https://github.com/shazron/cordova-discuss/blob/making-cordova-developers-happy/proposals/MakingCordovaDevelopersHappy.md
> Recommendation 22: Just as there is a “Want to Contribute?” page on the 
> Cordova web site, there should also be a “How to be a Cordova App Developer” 
> page on the Cordova web site.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13144) Integrate cordova-plugin-statusbar

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13144.
-
Resolution: Won't Do

closing as won't do, the plugin has a few hacky things on iOS that shouldn't be 
on the platform

> Integrate cordova-plugin-statusbar
> --
>
> Key: CB-13144
> URL: https://issues.apache.org/jira/browse/CB-13144
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-plugin-statusbar
>Reporter: Filip Maj
>Priority: Major
>  Labels: plugins-next
>
> Over and above the actual migration of the code into platform repos, we need 
> to do the following:
> 1. Update README.md to reflect maintenance status:
> – Direct users to file bugs/prs to the platforms that integrate the plugin
> 2. Close out any PRs and issues
> 3. Deprecate the component from JIRA 
> 4. Highlight in release notes and announcement blog posts about upgrade path:
> – potential conflicts in old cordova projects that explicitly added the 
> integrated plugin
> – how to turn the integrated plugin off via feature tag tweaking in config.xml
> 5. cordova-docs need updating:
> * should show how to turn the integrated plugin off via feature tag tweaking 
> in config.xml
> * https://cordova.apache.org/docs/en/latest/guide/support/index.html needs to 
> remove statusbar
> 6. bump version, do a final release, and npm deprecate the plugin
> We might want to split this all up into subtasks.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12903) INTEGRATEd plugins - tasks

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-12903.
---
Resolution: Fixed

closing since all the linked issues are closed

> INTEGRATEd plugins - tasks
> --
>
> Key: CB-12903
> URL: https://issues.apache.org/jira/browse/CB-12903
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: AllPlugins
>Reporter: Shazron Abdullah
>Priority: Major
>
> 1. Update README.md to reflect maintenance status:
> -- Direct users to file bugs/prs to the platforms that integrate the plugin
> 2. Close out any PRs and issues
> 3. Deprecate the component from JIRA 
> 4. Highlight in release notes and announcement blog posts about upgrade path:
> -- potential conflicts in old cordova projects that explicitly added the 
> integrated plugin
> -- how to turn the integrated plugin off via feature tag tweaking in 
> config.xml
> 5. cordova-docs should show how to turn the integrated plugin off via feature 
> tag tweaking in config.xml
> 6. bump version, do a final release, and {{npm deprecate}} the plugin



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-13146) Integrate cordova-plugin-whitelist

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-13146.
---
Resolution: Fixed

> Integrate cordova-plugin-whitelist
> --
>
> Key: CB-13146
> URL: https://issues.apache.org/jira/browse/CB-13146
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-plugin-whitelist
>Reporter: Filip Maj
>Priority: Major
>  Labels: plugins-next
>
> Over and above the actual migration of the code into platform repos, we need 
> to do the following:
> 1. Update README.md to reflect maintenance status:
> – Direct users to file bugs/prs to the platforms that integrate the plugin
> 2. Close out any PRs and issues
> 3. Deprecate the component from JIRA 
> 4. Highlight in release notes and announcement blog posts about upgrade path:
> – potential conflicts in old cordova projects that explicitly added the 
> integrated plugin
> – how to turn the integrated plugin off via feature tag tweaking in config.xml
> 5. cordova-docs need updating:
> * should show how to turn the integrated plugin off via feature tag tweaking 
> in config.xml
> * we should update 
> https://cordova.apache.org/docs/en/latest/guide/appdev/whitelist/index.html
> * update 
> https://cordova.apache.org/docs/en/latest/config_ref/index.html#sample-configxml
>  to not include the whitelist plugin
> 6. bump version, do a final release, and npm deprecate the plugin
> We might want to split this all up into subtasks.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13238) Splashscreen documentation dangerous

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13238.
-
Resolution: Won't Fix

this is no longer relevant, splash screen changed on cordova-android 11

> Splashscreen documentation dangerous
> 
>
> Key: CB-13238
> URL: https://issues.apache.org/jira/browse/CB-13238
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-splashscreen
> Environment: xxxhdpi devices
>Reporter: Volker Braun
>Priority: Major
>
> This seems to be a documentation issue, but for the record here is the back 
> story first:
> I reused the iOS 2730x2730 universal splash screen for the Android version, 
> and copied the config.xml settings
> {code}
>  density="port-hdpi"/>
>  density="port-ldpi"/>
>  density="port-mdpi"/>
>  density="port-xhdpi"/>
> {code}
> as they are on 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/
>   Then my app is crashing with 
> {code}
> Fatal Exception: java.lang.RuntimeException: Canvas: trying to draw too 
> large(119421184bytes) bitmap.
> {code}
> on startup on xxxhdpi devices (e.g. Samsung S8). Note the 119421184 bytes are 
> 2730^2 pixel * 4 bytes color depth times an extra 2^2; The last factor is the 
> rescaling from xhdpi -> xxxhdpi. 
> I believe the documentation should be saying 
> {code}
> 
> {code}
> since the splash screen is scaled to fill the screen anyways, we certainly 
> don't want to blow it up first because we have a high dpi device. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-13354) Fix blogpost instructions

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-13354.
---
Resolution: Fixed

it no longer mentions heroku, so I guess it was fixed

> Fix blogpost instructions
> -
>
> Key: CB-13354
> URL: https://issues.apache.org/jira/browse/CB-13354
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Has reference to "heroku" which is clearly outdated:
> https://github.com/apache/cordova-docs/blob/master/doc/blogpost.md#writing-a-blog-post



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13574) Blog post about Github move

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13574.
-
Resolution: Won't Do

Not sure if it was done, but closing as won't do as it makes no sense at this 
point

> Blog post about Github move
> ---
>
> Key: CB-13574
> URL: https://issues.apache.org/jira/browse/CB-13574
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Short blog post about the move to Github.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-13823) Document `config-file` usage in `config.xml`

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-13823.
---
Resolution: Fixed

it's now documented

> Document `config-file` usage in `config.xml`
> 
>
> Key: CB-13823
> URL: https://issues.apache.org/jira/browse/CB-13823
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Implementation: https://github.com/apache/cordova-common/pull/2
> Implementation Windows: 
> https://github.com/apache/cordova-windows/pull/235#issuecomment-359737771
> Could be as simple as this: 
> https://cordova.apache.org/docs/en/latest/config_ref/index.html#edit-config



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13954) NullPointerException when processing result from camera

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13954.
-
Resolution: Cannot Reproduce

Closing as can't reproduce
If somebody still faces the issue, please, create a new issoe on 
https://github.com/apache/cordova-plugin-camera/issues and provide a sample app 
where the issue can be reproduced

> NullPointerException when processing result from camera
> ---
>
> Key: CB-13954
> URL: https://issues.apache.org/jira/browse/CB-13954
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Brad Zacher
>Priority: Major
>
> I have gotten a number of crash reports via the google play console for a 
> null pointer exception (see below for stack).
>  
> Over the last 60 days it has happened to 6 of my users, 28 times.
> Of those 28 times, 26 were on an S8, and 2 were on an S8+.
> All 28 times were on Android 7.0.
>  
> Looking at the source code, it seems to be a problem when attempting to 
> access the extras from the intent - the problem being that the extras return 
> null (which the code doesn't expect):
> [https://github.com/apache/cordova-plugin-camera/blob/e36482c7ba1e5dec07f68a246f3ecde8743d7cd6/src/android/CameraLauncher.java#L516]
>  
> {code:java}
> java.lang.RuntimeException: 
>  at android.app.ActivityThread.deliverResults (ActivityThread.java:4520)
>  at android.app.ActivityThread.handleSendResult (ActivityThread.java:4563)
>  at android.app.ActivityThread.-wrap22 (ActivityThread.java)
>  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1698)
>  at android.os.Handler.dispatchMessage (Handler.java:102)
>  at android.os.Looper.loop (Looper.java:154)
>  at android.app.ActivityThread.main (ActivityThread.java:6776)
>  at java.lang.reflect.Method.invoke (Native Method)
>  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run 
> (ZygoteInit.java:1520)
>  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)
> Caused by: java.lang.NullPointerException: 
>  at org.apache.cordova.camera.CameraLauncher.processResultFromCamera 
> (CameraLauncher.java:514)
>  at org.apache.cordova.camera.CameraLauncher.onActivityResult 
> (CameraLauncher.java:805)
>  at org.apache.cordova.CordovaInterfaceImpl.onActivityResult 
> (CordovaInterfaceImpl.java:152)
>  at org.apache.cordova.CordovaActivity.onActivityResult 
> (CordovaActivity.java:358)
>  at android.app.Activity.dispatchActivityResult (Activity.java:7282)
>  at android.app.ActivityThread.deliverResults (ActivityThread.java:4516)
> {code}
>   
> This is the calling code:
> {code:javascript}
> navigator.camera.getPicture(onSuccess, onFail, {
> quality: 50,
> destinationType: Camera.DestinationType.DATA_URL,
> sourceType: navigator.camera.PictureSourceType.CAMERA,
> encodingType: Camera.EncodingType.JPEG,
> targetWidth: 1024,
> targetHeight: 1024,
> mediaType: Camera.MediaType.PICTURE,
> allowEdit: false,
> correctOrientation: true,
> saveToPhotoAlbum: false,
> }){code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13487) getCurrentPosition time out on Xiaomi Redmi note 4

2022-09-26 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13487.
-
Resolution: Cannot Reproduce

Closing as can't reproduce
If somebody still faces the issue, please, create a new issoe on 
https://github.com/apache/cordova-plugin-geolocation/issues and provide a 
sample app where the issue can be reproduced

> getCurrentPosition time out on Xiaomi Redmi note 4
> --
>
> Key: CB-13487
> URL: https://issues.apache.org/jira/browse/CB-13487
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-geolocation
> Environment: Xiaomi Redmi Note 4 - Android 7
>Reporter: Rajeev
>Priority: Major
>
>  getCurrentPosition function has been working fine . But once I updated to 
> Android 7 , the function timeOut on my Xiaomi Redmi Note 4 .
>  It never returns location even if I wait a long time or go outside or set 
> enableAccuracy false. There is no way it returns coordinates. We cant release 
> my app without fixing this. 
> Cordova Android : 6.2.3
> Geolocation plugin : 2.4.3 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



  1   2   3   4   5   6   7   8   9   10   >