[GitHub] [cordova-plugin-splashscreen] jcesarmobile closed issue #193: Splash Screen Spinner Position

2022-09-28 Thread GitBox


jcesarmobile closed issue #193: Splash Screen Spinner Position
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/193


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-plugin-splashscreen] jcesarmobile commented on issue #248: Show splash screen with enabled/disabled spinner

2022-09-28 Thread GitBox


jcesarmobile commented on issue #248:
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/248#issuecomment-1261503767

   Closing since the plugin no longer has iOS nor android code


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-plugin-splashscreen] jcesarmobile closed issue #248: Show splash screen with enabled/disabled spinner

2022-09-28 Thread GitBox


jcesarmobile closed issue #248: Show splash screen with enabled/disabled spinner
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/248


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-plugin-splashscreen] jcesarmobile opened a new pull request, #340: fix!: remove deprecated windows platform

2022-09-28 Thread GitBox


jcesarmobile opened a new pull request, #340:
URL: https://github.com/apache/cordova-plugin-splashscreen/pull/340

   Since next release is going to be major, we could remove windows platform as 
it’s deprecated 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-plugin-camera] jcesarmobile opened a new pull request, #810: fix(browser): use navigator.mediaDevices.getUserMedia CB-12064

2022-09-28 Thread GitBox


jcesarmobile opened a new pull request, #810:
URL: https://github.com/apache/cordova-plugin-camera/pull/810

   navigator.getUserMedia has been deprecated for a long time, most browsers 
still support it, but others like safari already removed it and others probably 
will in the future.
   
   this PR uses navigator.mediaDevices.getUserMedia if available.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[jira] [Commented] (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-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/CB-12064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17610736#comment-17610736
 ] 

ASF subversion and git services commented on CB-12064:
--

Commit 250dd45957e8a2162e3c3dab81ef7cdb9bc337ec in cordova-plugin-camera's 
branch refs/heads/CB-12064 from Julio César
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-camera.git;h=250dd45 ]

fix(browser): use navigator.mediaDevices.getUserMedia 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.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: Jesse MacFadyen
>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



[GitHub] [cordova-ios] breautek closed issue #1248: Can't run native method from javascript

2022-09-28 Thread GitBox


breautek closed issue #1248: Can't run native method from javascript
URL: https://github.com/apache/cordova-ios/issues/1248


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-ios] breautek commented on issue #1248: Can't run native method from javascript

2022-09-28 Thread GitBox


breautek commented on issue #1248:
URL: https://github.com/apache/cordova-ios/issues/1248#issuecomment-1260903013

   In order for JavaScript to call on native methods, a plugin needs to be 
implemented to provide that API.
   
   On the javascript side, cordova offers an `exec` function, which is 
generally implemented on the JS side of the plugin, abstracted by a JS function 
(to hide implementation details of the plugin, such as the internal service 
name, and actions etc. Cordova will make the exec call to the appropriate 
`CordovaPlugin` whose `execute` implementation will receive the action along 
with arguments. The CordovaPlugin can then take this information and map it to 
it's own native method by action and do whatever native work necessary.
   
   Relevant resources:
   - https://cordova.apache.org/docs/en/11.x/guide/hybrid/plugins/index.html
   - https://cordova.apache.org/docs/en/11.x/guide/platforms/ios/plugin.html
   
   > I Want to set WKWebViewConfiguration.userContentController to WKWebview of 
CDVViewController
   
   Unfortunately I can't provide specific pointers, I'm not sure how 
`CordovaPlugin` can gain access to the `CDVViewController`, but a more 
appropriate place to ask a support question like this is our 
[Slack](https://join.slack.com/t/cordova/shared_invite/zt-z70vy6tx-7VNulesO0Qz0Od9QV4tc1Q)
 community.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-ios] breautek commented on issue #1263: When I inject js in iOS, there will be some errors, how should I inject custom js?

2022-09-28 Thread GitBox


breautek commented on issue #1263:
URL: https://github.com/apache/cordova-ios/issues/1263#issuecomment-1260878594

   > When I inject js in iOS, there will be some errors, how should I inject 
custom js?
   
   You should load up JS using traditional means, such as a `

[GitHub] [cordova-ios] breautek closed issue #1263: When I inject js in iOS, there will be some errors, how should I inject custom js?

2022-09-28 Thread GitBox


breautek closed issue #1263: When I inject js in iOS, there will be some 
errors, how should I inject custom js?
URL: https://github.com/apache/cordova-ios/issues/1263


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-ios] breautek closed issue #1262: how can i inject my custom js

2022-09-28 Thread GitBox


breautek closed issue #1262: how can i inject my custom js
URL: https://github.com/apache/cordova-ios/issues/1262


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-ios] stupidchou opened a new issue, #1263: When I inject js in iOS, there will be some errors, how should I inject custom js?

2022-09-28 Thread GitBox


stupidchou opened a new issue, #1263:
URL: https://github.com/apache/cordova-ios/issues/1263

   # Bug Report
   When I inject js in iOS, there will be some errors, how should I inject 
custom js?
   ## Problem
   When I inject js in iOS, there will be some errors, how should I inject 
custom js?
   ### What is expected to happen?
   When I inject js in iOS, there will be some errors, how should I inject 
custom js?
   
   
   ### What does actually happen?
   When I inject js in iOS, there will be some errors, how should I inject 
custom js?
   
   
   ## Information
   
   When I inject js in iOS, there will be some errors, how should I inject 
custom js?
   
   
   ### Command or Code
   
   When I inject js in iOS, there will be some errors, how should I inject 
custom js?
   
   
   ### Environment, Platform, Device
   
   When I inject js in iOS, there will be some errors, how should I inject 
custom js?
   
   
   ### Version information
   
   
   
   
   ## Checklist
   
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-android] boengli commented on issue #1465: Android 11 css safe-area-insets not applied

2022-09-28 Thread GitBox


boengli commented on issue #1465:
URL: 
https://github.com/apache/cordova-android/issues/1465#issuecomment-1260660609

   Still no update? ☹️


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [cordova-docs] DAnn2012 commented on pull request #1263: Removed some unwanted carriage returns in the Config.xml documentation page

2022-09-28 Thread GitBox


DAnn2012 commented on PR #1263:
URL: https://github.com/apache/cordova-docs/pull/1263#issuecomment-1260499141

   Hello @breautek 
   
   You're right. I made the changes in the `dev` folder as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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