├── .asf.yaml ├── .github ├── ISSUE_TEMPLATE.md ├── ISSUE_TEMPLATE │ ├── BUG_REPORT.md │ ├── FEATURE_REQUEST.md │ └── config.yml ├── PULL_REQUEST_TEMPLATE.md ├── config.yml ├── lock.yml ├── no-response.yml ├── stale.yml └── workflows │ └── twitter-together.yml ├── CONTRIBUTING.md ├── README.md ├── deprecated.md ├── slack-digest ├── 2020-08-15.md ├── 2020-08-16.md ├── 2020-08-17.md ├── 2020-08-18.md ├── 2020-08-19.md ├── 2020-08-20.md ├── 2020-08-21.md ├── 2020-08-22.md ├── 2020-08-23.md ├── 2020-08-24.md ├── 2020-08-25.md ├── 2020-08-26.md ├── 2020-08-27.md ├── 2020-08-28.md ├── 2020-08-29.md ├── 2020-08-30.md ├── 2020-08-31.md ├── 2020-09-01.md ├── 2020-09-02.md ├── 2020-09-03.md ├── 2020-09-04.md ├── 2020-09-05.md ├── 2020-09-06.md ├── 2020-09-07.md ├── 2020-09-08.md ├── 2020-09-09.md ├── 2020-09-10.md ├── 2020-09-11.md ├── 2020-09-12.md ├── 2020-09-13.md ├── 2020-09-14.md ├── 2020-09-15.md ├── 2020-09-16.md ├── 2020-09-17.md ├── 2020-09-18.md ├── 2020-09-19.md ├── 2020-09-20.md ├── 2020-09-21.md ├── 2020-09-22.md ├── 2020-09-23.md ├── 2020-09-24.md ├── 2020-09-25.md ├── 2020-09-26.md ├── 2020-09-27.md ├── 2020-09-28.md ├── 2020-09-29.md ├── 2020-09-30.md ├── 2020-10-01.md ├── 2020-10-02.md ├── 2020-10-03.md ├── 2020-10-04.md ├── 2020-10-05.md ├── 2020-10-06.md ├── 2020-10-07.md ├── 2020-10-08.md ├── 2020-10-09.md ├── 2020-10-10.md ├── 2020-10-11.md ├── 2020-10-12.md ├── 2020-10-13.md ├── 2020-10-14.md ├── 2020-10-15.md ├── 2020-10-16.md ├── 2020-10-17.md ├── 2020-10-18.md ├── 2020-10-19.md ├── 2020-10-20.md ├── 2020-10-21.md ├── 2020-10-22.md ├── 2020-10-23.md ├── 2020-10-24.md ├── 2020-10-25.md ├── 2020-10-26.md ├── 2020-10-27.md ├── 2020-10-28.md ├── 2020-10-29.md ├── 2020-10-30.md ├── 2020-10-31.md ├── 2020-11-01.md ├── 2020-11-02.md ├── 2020-11-03.md ├── 2020-11-04.md ├── 2020-11-05.md ├── 2020-11-06.md ├── 2020-11-07.md ├── 2020-11-08.md ├── 2020-11-09.md ├── 2020-11-10.md ├── 2020-11-11.md ├── 2020-11-12.md ├── 2020-11-13.md ├── 2020-11-14.md ├── 2020-11-15.md ├── 2020-11-16.md ├── 2020-11-17.md ├── 2020-11-18.md ├── 2020-11-19.md ├── 2020-11-20.md ├── 2020-11-21.md ├── 2020-11-22.md ├── 2020-11-23.md ├── 2020-11-24.md ├── 2020-11-25.md ├── 2020-11-26.md ├── 2020-11-27.md ├── 2020-11-28.md ├── 2020-11-29.md ├── 2020-11-30.md ├── 2020-12-01.md ├── 2020-12-02.md ├── 2020-12-03.md ├── 2020-12-04.md ├── 2020-12-05.md ├── 2020-12-06.md ├── 2020-12-07.md ├── 2020-12-08.md ├── 2020-12-09.md ├── 2020-12-10.md ├── 2020-12-11.md ├── 2020-12-12.md ├── 2020-12-13.md ├── 2020-12-14.md ├── 2020-12-15.md ├── 2020-12-16.md ├── 2020-12-17.md ├── 2020-12-18.md ├── 2020-12-19.md ├── 2020-12-20.md ├── 2020-12-21.md ├── 2020-12-22.md ├── 2020-12-23.md ├── 2020-12-24.md ├── 2020-12-25.md ├── 2020-12-26.md ├── 2020-12-27.md ├── 2020-12-28.md ├── 2020-12-29.md ├── 2020-12-30.md ├── 2020-12-31.md ├── 2021-01-01.md ├── 2021-01-02.md ├── 2021-01-03.md ├── 2021-01-04.md ├── 2021-01-05.md ├── 2021-01-06.md ├── 2021-01-07.md ├── 2021-01-08.md ├── 2021-01-09.md ├── 2021-01-10.md ├── 2021-01-11.md ├── 2021-01-12.md ├── 2021-01-13.md ├── 2021-01-14.md ├── 2021-01-15.md ├── 2021-01-16.md ├── 2021-01-17.md ├── 2021-01-18.md ├── 2021-01-19.md ├── 2021-01-20.md ├── 2021-01-21.md ├── 2021-01-22.md ├── 2021-01-23.md ├── 2021-01-24.md ├── 2021-01-25.md ├── 2021-01-26.md ├── 2021-01-27.md ├── 2021-01-28.md ├── 2021-01-29.md ├── 2021-01-30.md ├── 2021-01-31.md ├── 2021-02-01.md ├── 2021-02-02.md ├── 2021-02-03.md ├── 2021-02-04.md ├── 2021-02-05.md ├── 2021-02-06.md ├── 2021-02-07.md ├── 2021-02-08.md ├── 2021-02-09.md ├── 2021-02-10.md ├── 2021-02-11.md ├── 2021-02-12.md ├── 2021-02-13.md ├── 2021-02-14.md ├── 2021-02-15.md ├── 2021-02-16.md ├── 2021-02-17.md ├── 2021-02-18.md ├── 2021-02-19.md ├── 2021-02-20.md ├── 2021-02-21.md ├── 2021-02-22.md ├── 2021-02-23.md ├── 2021-02-24.md ├── 2021-02-25.md ├── 2021-02-26.md ├── 2021-02-27.md ├── 2021-02-28.md ├── 2021-03-01.md ├── 2021-03-02.md ├── 2021-03-03.md ├── 2021-03-04.md ├── 2021-03-05.md ├── 2021-03-06.md ├── 2021-03-07.md ├── 2021-03-08.md ├── 2021-03-09.md ├── 2021-03-10.md ├── 2021-03-11.md ├── 2021-03-12.md ├── 2021-03-13.md ├── 2021-03-14.md ├── 2021-03-15.md ├── 2021-03-16.md ├── 2021-03-17.md ├── 2021-03-18.md ├── 2021-03-19.md ├── 2021-03-20.md ├── 2021-03-21.md ├── 2021-03-22.md ├── 2021-03-23.md ├── 2021-03-24.md ├── 2021-03-25.md ├── 2021-03-26.md ├── 2021-03-27.md ├── 2021-03-28.md ├── 2021-03-29.md ├── 2021-03-30.md ├── 2021-03-31.md ├── 2021-04-01.md ├── 2021-04-02.md ├── 2021-04-03.md ├── 2021-04-04.md ├── 2021-04-05.md ├── 2021-04-06.md ├── 2021-04-07.md ├── 2021-04-08.md ├── 2021-04-09.md ├── 2021-04-10.md ├── 2021-04-11.md ├── 2021-04-12.md ├── 2021-04-13.md ├── 2021-04-14.md ├── 2021-04-15.md ├── 2021-04-16.md ├── 2021-04-17.md ├── 2021-04-18.md ├── 2021-04-19.md ├── 2021-04-20.md ├── 2021-04-21.md ├── 2021-04-22.md ├── 2021-04-23.md ├── 2021-04-24.md ├── 2021-04-25.md ├── 2021-04-26.md ├── 2021-04-27.md ├── 2021-04-28.md ├── 2021-04-29.md ├── 2021-04-30.md ├── 2021-05-01.md ├── 2021-05-02.md ├── 2021-05-03.md ├── 2021-05-04.md ├── 2021-05-05.md ├── 2021-05-06.md ├── 2021-05-07.md ├── 2021-05-08.md ├── 2021-05-09.md ├── 2021-05-10.md ├── 2021-05-11.md ├── 2021-05-12.md ├── 2021-05-13.md ├── 2021-05-14.md ├── 2021-05-15.md ├── 2021-05-17.md ├── 2021-05-18.md ├── 2021-05-19.md ├── 2021-05-20.md ├── 2021-05-21.md ├── 2021-05-22.md ├── 2021-05-23.md ├── 2021-05-24.md ├── 2021-05-25.md ├── 2021-05-26.md ├── 2021-05-27.md ├── 2021-05-28.md ├── 2021-05-29.md ├── 2021-05-30.md ├── 2021-05-31.md ├── 2021-06-01.md ├── 2021-06-02.md ├── 2021-06-03.md ├── 2021-06-04.md ├── 2021-06-05.md ├── 2021-06-06.md ├── 2021-06-07.md ├── 2021-06-08.md ├── 2021-06-09.md ├── 2021-06-10.md ├── 2021-06-11.md ├── 2021-06-12.md ├── 2021-06-13.md ├── 2021-06-14.md ├── 2021-06-15.md ├── 2021-06-16.md ├── 2021-06-17.md ├── 2021-06-18.md ├── 2021-06-19.md ├── 2021-06-20.md ├── 2021-06-21.md ├── 2021-06-22.md ├── 2021-06-23.md ├── 2021-06-24.md ├── 2021-06-25.md ├── 2021-06-26.md ├── 2021-06-27.md ├── 2021-06-28.md ├── 2021-06-29.md ├── 2021-06-30.md ├── 2021-07-01.md ├── 2021-07-02.md ├── 2021-07-03.md ├── 2021-07-04.md ├── 2021-07-05.md ├── 2021-07-06.md ├── 2021-07-07.md ├── 2021-07-08.md ├── 2021-07-09.md ├── 2021-07-10.md ├── 2021-07-11.md ├── 2021-07-12.md ├── 2021-07-13.md ├── 2021-07-14.md ├── 2021-07-15.md ├── 2021-07-16.md ├── 2021-07-17.md ├── 2021-07-18.md ├── 2021-07-19.md ├── 2021-07-20.md ├── 2021-07-21.md ├── 2021-07-22.md ├── 2021-07-23.md ├── 2021-07-24.md ├── 2021-07-25.md ├── 2021-07-26.md ├── 2021-07-27.md ├── 2021-07-28.md ├── 2021-07-29.md ├── 2021-07-30.md ├── 2021-07-31.md ├── 2021-08-01.md ├── 2021-08-02.md ├── 2021-08-03.md ├── 2021-08-04.md ├── 2021-08-05.md ├── 2021-08-06.md ├── 2021-08-07.md ├── 2021-08-08.md ├── 2021-08-09.md ├── 2021-08-10.md ├── 2021-08-11.md ├── 2021-08-12.md ├── 2021-08-13.md ├── 2021-08-14.md ├── 2021-08-15.md ├── 2021-08-16.md ├── 2021-08-17.md ├── 2021-08-18.md ├── 2021-08-19.md ├── 2021-08-20.md ├── 2021-08-21.md ├── 2021-08-22.md ├── 2021-08-23.md ├── 2021-08-24.md ├── 2021-08-25.md ├── 2021-08-26.md ├── 2021-08-27.md ├── 2021-08-28.md ├── 2021-08-29.md ├── 2021-08-30.md ├── 2021-08-31.md ├── 2021-09-01.md ├── 2021-09-02.md ├── 2021-09-03.md ├── 2021-09-04.md ├── 2021-09-05.md ├── 2021-09-06.md ├── 2021-09-07.md ├── 2021-09-08.md ├── 2021-09-09.md ├── 2021-09-10.md ├── 2021-09-11.md ├── 2021-09-12.md ├── 2021-09-13.md ├── 2021-09-14.md ├── 2021-09-15.md ├── 2021-09-16.md ├── 2021-09-17.md ├── 2021-09-18.md ├── 2021-09-19.md ├── 2021-09-20.md ├── 2021-09-21.md ├── 2021-09-22.md ├── 2021-09-23.md ├── 2021-09-24.md ├── 2021-09-25.md ├── 2021-09-26.md ├── 2021-09-27.md ├── 2021-09-28.md ├── 2021-09-29.md ├── 2021-09-30.md ├── 2021-10-01.md ├── 2021-10-02.md ├── 2021-10-03.md ├── 2021-10-04.md ├── 2021-10-05.md ├── 2021-10-06.md ├── 2021-10-07.md ├── 2021-10-08.md ├── 2021-10-09.md ├── 2021-10-10.md ├── 2021-10-11.md ├── 2021-10-12.md ├── 2021-10-13.md ├── 2021-10-14.md ├── 2021-10-15.md ├── 2021-10-16.md ├── 2021-10-17.md ├── 2021-10-18.md ├── 2021-10-19.md ├── 2021-10-20.md ├── 2021-10-21.md ├── 2021-10-22.md ├── 2021-10-23.md ├── 2021-10-24.md ├── 2021-10-25.md ├── 2021-10-26.md ├── 2021-10-27.md ├── 2021-10-28.md ├── 2021-10-29.md ├── 2021-10-30.md ├── 2021-10-31.md ├── 2021-11-01.md ├── 2021-11-02.md ├── 2021-11-03.md ├── 2021-11-04.md ├── 2021-11-05.md ├── 2021-11-06.md ├── 2021-11-07.md ├── 2021-11-08.md ├── 2021-11-09.md ├── 2021-11-10.md ├── 2021-11-11.md ├── 2021-11-12.md ├── 2021-11-13.md ├── 2021-11-14.md ├── 2021-11-15.md ├── 2021-11-16.md ├── 2021-11-17.md ├── 2021-11-18.md ├── 2021-11-19.md ├── 2021-11-20.md ├── 2021-11-21.md ├── 2021-11-22.md ├── 2021-11-23.md ├── 2021-11-24.md ├── 2021-11-25.md ├── 2021-11-26.md ├── 2021-11-27.md ├── 2021-11-28.md ├── 2021-11-29.md ├── 2021-11-30.md ├── 2021-12-01.md ├── 2021-12-02.md ├── 2021-12-03.md ├── 2021-12-04.md ├── 2021-12-05.md ├── 2021-12-06.md ├── 2021-12-07.md ├── 2021-12-08.md ├── 2021-12-09.md ├── 2021-12-10.md ├── 2021-12-11.md ├── 2021-12-12.md ├── 2021-12-13.md ├── 2021-12-14.md ├── 2021-12-15.md ├── 2021-12-16.md ├── 2021-12-17.md ├── 2021-12-18.md ├── 2021-12-19.md ├── 2021-12-20.md ├── 2021-12-21.md ├── 2021-12-22.md ├── 2021-12-23.md ├── 2021-12-24.md ├── 2021-12-25.md ├── 2021-12-26.md ├── 2021-12-27.md ├── 2021-12-28.md ├── 2021-12-29.md ├── 2021-12-30.md ├── 2021-12-31.md ├── 2022-01-01.md ├── 2022-01-02.md ├── 2022-01-03.md ├── 2022-01-04.md ├── 2022-01-05.md ├── 2022-01-06.md ├── 2022-01-07.md ├── 2022-01-08.md ├── 2022-01-09.md ├── 2022-01-10.md ├── 2022-01-11.md ├── 2022-01-12.md ├── 2022-01-13.md ├── 2022-01-14.md ├── 2022-01-15.md ├── 2022-01-16.md ├── 2022-01-17.md ├── 2022-01-18.md ├── 2022-01-19.md ├── 2022-01-20.md ├── 2022-01-21.md ├── 2022-01-22.md ├── 2022-01-23.md ├── 2022-01-24.md ├── 2022-01-25.md ├── 2022-01-26.md ├── 2022-01-27.md ├── 2022-01-28.md ├── 2022-01-29.md ├── 2022-01-30.md ├── 2022-01-31.md ├── 2022-02-01.md ├── 2022-02-02.md ├── 2022-02-03.md ├── 2022-02-04.md ├── 2022-02-05.md ├── 2022-02-06.md ├── 2022-02-07.md ├── 2022-02-08.md ├── 2022-02-09.md ├── 2022-02-10.md ├── 2022-02-11.md ├── 2022-02-12.md ├── 2022-02-13.md ├── 2022-02-14.md ├── 2022-02-15.md ├── 2022-02-16.md ├── 2022-02-17.md ├── 2022-02-18.md ├── 2022-02-19.md ├── 2022-02-20.md ├── 2022-02-21.md ├── 2022-02-22.md ├── 2022-02-23.md ├── 2022-02-24.md ├── 2022-02-25.md ├── 2022-02-26.md ├── 2022-02-27.md ├── 2022-02-28.md ├── 2022-03-01.md ├── 2022-03-02.md ├── 2022-03-03.md ├── 2022-03-04.md ├── 2022-03-05.md ├── 2022-03-06.md ├── 2022-03-07.md ├── 2022-03-08.md ├── 2022-03-09.md ├── 2022-03-10.md ├── 2022-03-11.md ├── 2022-03-12.md ├── 2022-03-13.md ├── 2022-03-14.md ├── 2022-03-15.md ├── 2022-03-16.md ├── 2022-03-17.md ├── 2022-03-18.md ├── 2022-03-19.md ├── 2022-03-20.md ├── 2022-03-21.md ├── 2022-03-22.md ├── 2022-03-23.md ├── 2022-03-24.md ├── 2022-03-25.md ├── 2022-03-26.md ├── 2022-03-27.md ├── 2022-03-28.md ├── 2022-03-29.md ├── 2022-03-30.md ├── 2022-03-31.md ├── 2022-04-01.md ├── 2022-04-02.md ├── 2022-04-03.md ├── 2022-04-04.md ├── 2022-04-05.md ├── 2022-04-06.md ├── 2022-04-07.md ├── 2022-04-08.md ├── 2022-04-09.md ├── 2022-04-10.md ├── 2022-04-11.md ├── 2022-04-12.md ├── 2022-04-13.md ├── 2022-04-14.md ├── 2022-04-15.md ├── 2022-04-16.md ├── 2022-04-17.md ├── 2022-04-18.md ├── 2022-04-19.md ├── 2022-04-20.md ├── 2022-04-21.md ├── 2022-04-22.md ├── 2022-04-23.md ├── 2022-04-24.md ├── 2022-04-25.md ├── 2022-04-26.md ├── 2022-04-27.md ├── 2022-04-28.md ├── 2022-04-29.md ├── 2022-04-30.md ├── 2022-05-01.md ├── 2022-05-02.md ├── 2022-05-03.md ├── 2022-05-04.md ├── 2022-05-05.md ├── 2022-05-06.md ├── 2022-05-07.md ├── 2022-05-08.md ├── 2022-05-09.md ├── 2022-05-10.md ├── 2022-05-11.md ├── 2022-05-12.md ├── 2022-05-13.md ├── 2022-05-14.md ├── 2022-05-15.md ├── 2022-05-16.md ├── 2022-05-17.md ├── 2022-05-18.md ├── 2022-05-19.md ├── 2022-05-20.md ├── 2022-05-21.md ├── 2022-05-22.md ├── 2022-05-23.md ├── 2022-05-24.md ├── 2022-05-25.md ├── 2022-05-26.md ├── 2022-05-27.md ├── 2022-05-28.md ├── 2022-05-29.md ├── 2022-05-30.md ├── 2022-05-31.md ├── 2022-06-01.md ├── 2022-06-02.md ├── 2022-06-03.md ├── 2022-06-04.md ├── 2022-06-05.md ├── 2022-06-06.md ├── 2022-06-07.md ├── 2022-06-08.md ├── 2022-06-09.md ├── 2022-06-10.md ├── 2022-06-11.md ├── 2022-06-12.md ├── 2022-06-13.md ├── 2022-06-14.md ├── 2022-06-15.md ├── 2022-06-16.md ├── 2022-06-17.md ├── 2022-06-18.md ├── 2022-06-19.md ├── 2022-06-20.md ├── 2022-06-21.md ├── 2022-06-22.md ├── 2022-06-23.md ├── 2022-06-24.md ├── 2022-06-25.md ├── 2022-06-26.md ├── 2022-06-27.md ├── 2022-06-28.md ├── 2022-06-29.md ├── 2022-06-30.md ├── 2022-07-01.md ├── 2022-07-02.md ├── 2022-07-03.md ├── 2022-07-04.md ├── 2022-07-05.md ├── 2022-07-06.md ├── 2022-07-07.md ├── 2022-07-08.md ├── 2022-07-09.md ├── 2022-07-10.md ├── 2022-07-11.md ├── 2022-07-12.md ├── 2022-07-13.md ├── 2022-07-14.md ├── 2022-07-15.md ├── 2022-07-16.md ├── 2022-07-17.md ├── 2022-07-18.md ├── 2022-07-19.md ├── 2022-07-20.md ├── 2022-07-21.md ├── 2022-07-22.md ├── 2022-07-23.md ├── 2022-07-24.md ├── 2022-07-25.md ├── 2022-07-26.md ├── 2022-07-27.md ├── 2022-07-28.md ├── 2022-07-29.md ├── 2022-07-30.md ├── 2022-07-31.md ├── 2022-08-01.md ├── 2022-08-02.md ├── 2022-08-03.md ├── 2022-08-04.md ├── 2022-08-05.md ├── 2022-08-06.md ├── 2022-08-07.md ├── 2022-08-08.md ├── 2022-08-09.md ├── 2022-08-10.md ├── 2022-08-11.md ├── 2022-08-12.md ├── 2022-08-13.md ├── 2022-08-14.md ├── 2022-08-15.md ├── 2022-08-16.md ├── 2022-08-17.md ├── 2022-08-18.md ├── 2022-08-19.md ├── 2022-08-20.md ├── 2022-08-21.md ├── 2022-08-22.md ├── 2022-08-23.md ├── 2022-08-24.md ├── 2022-08-25.md ├── 2022-08-26.md ├── 2022-08-27.md ├── 2022-08-28.md ├── 2022-08-29.md ├── 2022-08-30.md ├── 2022-08-31.md ├── 2022-09-01.md ├── 2022-09-02.md ├── 2022-09-03.md ├── 2022-09-04.md ├── 2022-09-05.md ├── 2022-09-06.md ├── 2022-09-07.md ├── 2022-09-08.md ├── 2022-09-09.md ├── 2022-09-10.md ├── 2022-09-11.md ├── 2022-09-12.md ├── 2022-09-13.md ├── 2022-09-14.md ├── 2022-09-15.md ├── 2022-09-16.md ├── 2022-09-17.md ├── 2022-09-18.md ├── 2022-09-19.md ├── 2022-09-20.md ├── 2022-09-21.md ├── 2022-09-22.md ├── 2022-09-23.md ├── 2022-09-24.md ├── 2022-09-25.md ├── 2022-09-26.md ├── 2022-09-27.md ├── 2022-09-28.md ├── 2022-09-29.md ├── 2022-09-30.md ├── 2022-10-01.md ├── 2022-10-02.md ├── 2022-10-03.md ├── 2022-10-04.md ├── 2022-10-05.md ├── 2022-10-06.md ├── 2022-10-07.md ├── 2022-10-08.md ├── 2022-10-09.md ├── 2022-10-10.md ├── 2022-10-11.md ├── 2022-10-12.md ├── 2022-10-13.md ├── 2022-10-14.md ├── 2022-10-15.md ├── 2022-10-16.md ├── 2022-10-17.md ├── 2022-10-18.md ├── 2022-10-19.md ├── 2022-10-20.md ├── 2022-10-21.md ├── 2022-10-22.md ├── 2022-10-23.md ├── 2022-10-24.md ├── 2022-10-25.md ├── 2022-10-26.md ├── 2022-10-27.md ├── 2022-10-28.md ├── 2022-10-29.md ├── 2022-10-30.md ├── 2022-10-31.md ├── 2022-11-01.md ├── 2022-11-02.md ├── 2022-11-03.md ├── 2022-11-04.md ├── 2022-11-05.md ├── 2022-11-06.md ├── 2022-11-07.md ├── 2022-11-08.md ├── 2022-11-09.md ├── 2022-11-10.md ├── 2022-11-11.md ├── 2022-11-12.md ├── 2022-11-13.md ├── 2022-11-14.md ├── 2022-11-15.md ├── 2022-11-16.md ├── 2022-11-17.md ├── 2022-11-18.md ├── 2022-11-19.md ├── 2022-11-20.md ├── 2022-11-21.md ├── 2022-11-22.md ├── 2022-11-23.md ├── 2022-11-24.md ├── 2022-11-25.md ├── 2022-11-26.md ├── 2022-11-27.md ├── 2022-11-28.md ├── 2022-11-29.md ├── 2022-11-30.md ├── 2022-12-01.md ├── 2022-12-02.md ├── 2022-12-03.md ├── 2022-12-04.md ├── 2022-12-05.md ├── 2022-12-06.md ├── 2022-12-07.md ├── 2022-12-08.md ├── 2022-12-09.md ├── 2022-12-10.md ├── 2022-12-11.md ├── 2022-12-12.md ├── 2022-12-13.md ├── 2022-12-14.md ├── 2022-12-15.md ├── 2022-12-16.md └── 2022-12-17.md └── tweets ├── README.md ├── cordova-android-11.0.0.tweet ├── cordova-android-12.0.0.tweet ├── cordova-browser-7.0.0.tweet ├── cordova-cli-12.0.0.tweet ├── cordova-ios-6.1.1.tweet ├── cordova-ios-6.2.0.tweet ├── cordova-ios-6.3.0.tweet ├── cordova-plugin-media-6.1.0.tweet ├── cordova-plugin-screen-orientation-3.0.3.tweet ├── electron-3.1.0-release.tweet ├── file-device.tweet ├── firstTest.tweet ├── goodbye-phonegap.tweet ├── media-6.0.0-media-capture-4.0.0-release.tweet ├── osx-deprecate.tweet ├── survey-2023.tweet ├── twitter-community.tweet └── welcome.tweet /.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: 🚀 Feature Request 3 | about: A suggestion for a new functionality 4 | 5 | --- 6 | 7 | # Feature Request 8 | 9 | ## Motivation Behind Feature 10 | 11 | 12 | 13 | 14 | ## Feature Description 15 | 20 | 21 | 22 | 23 | ## Alternatives or Workarounds 24 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | --- 2 | blank_issues_enabled: false 3 | contact_links: 4 | - name: 💬 Ask a question or get support 5 | url: https://github.com/apache/cordova/discussions/ 6 | about: Ask a question or request support for using Apache Cordova 7 | - name: Ask on Stack Overflow 8 | url: https://stackoverflow.com/questions/tagged/cordova 9 | about: Look at questions/answers on Stack Overflow 10 | - name: Ask in the Cordova Slack 11 | url: https://cordova.slack.com 12 | about: Ask a developer in the Cordova Slack community chat -------------------------------------------------------------------------------- /slack-digest/2020-08-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 17 Aug 2020 08:21:27 GMT 3 | 4 | [User count: 4065](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 17 Aug 2020 05:52:04 GMT 13 | 14 | __@ifour.milan1__ says 15 | > Hello everyone, 16 | > 17 | > i have used combobox in cordova application, 18 | > 19 | > problem : kendocombobox list items always open below keyboard when click in combobox textbox 20 | > 21 | > exacted output : combobox list items should be open on up side 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2020-08-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 23 Aug 2020 08:21:42 GMT 3 | 4 | [User count: 4076](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-08-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 25 Aug 2020 08:22:18 GMT 3 | 4 | [User count: 4081](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 24 Aug 2020 11:47:03 GMT 13 | 14 | __@pratiksha.bhavsar0895__ says 15 | > after upgrading to cordovaios@6.1.0 and adding preferences in config.xml is anyone facing issue with android app (api calls are getting failed - 403 forbidden status)? 16 | > 17 | 18 | ### __Channel #cordova-android__ _(1 messages)_ 19 | --- 20 | 21 | Mon, 24 Aug 2020 12:52:03 GMT 22 | 23 | __@daviesd__ says 24 | > Has anyone moved to generating "Android App Bundles"? Is it worth it? Google Play isn't enforcing it yet, but I do get a warning every time I update my app. 25 | > 26 | -------------------------------------------------------------------------------- /slack-digest/2020-09-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 13 Sep 2020 08:23:22 GMT 3 | 4 | [User count: 4116](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-09-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 19 Sep 2020 08:23:56 GMT 3 | 4 | [User count: 4127](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 18 Sep 2020 15:51:13 GMT 13 | 14 | __@jberman__ says 15 | > Hey guys, I’m in the process of implementing CORS on our server. I noticed that when I hard-coded the Access-Control-Allow-Origin header to any random value (like ``), then Chrome, Safari, and Firefox could still access the page — and I can’t figure out why. Is the origin that the page is served from implicitly allowed, on top of the one specified in the Access-Control-Allow-Origin header? I mean, even Postman was able to successfully do XHR requests, and it shouldn’t even have an origin since it never retrieves an html file from the server. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-09-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 20 Sep 2020 08:23:44 GMT 3 | 4 | [User count: 4127](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-09-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 21 Sep 2020 08:25:05 GMT 3 | 4 | [User count: 4128](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 21 Sep 2020 06:59:32 GMT 13 | 14 | __@abul.asar22__ says 15 | > Hello everyone, what can be possible reason that `deviceready` event listener is not getting called ? 16 | > `document.addEventListener('deviceready', onDeviceReady, true);` I have this line and debugger is stopping here but after that I am expecting that `onDeviceReady` method should get called but it is not called. Not sure what is the reason behind this. 17 | > Has anyone have idea about this ? 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2020-09-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 27 Sep 2020 08:24:22 GMT 3 | 4 | [User count: 4134](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Sun, 27 Sep 2020 01:40:46 GMT 13 | 14 | __@theendehkjwkv__ says 15 | > Has anyone used cocos2dx to integrate cordova? 16 | > 17 | 18 | Sun, 27 Sep 2020 01:42:06 GMT 19 | 20 | __@theendehkjwkv__ says 21 | > I reported a lot of errors during the integration process 22 | > The main error is in the plugin 23 | > Need to modify the code in the plugin to adapt 24 | > 25 | -------------------------------------------------------------------------------- /slack-digest/2020-09-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 30 Sep 2020 08:26:14 GMT 3 | 4 | [User count: 4137](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 29 Sep 2020 12:20:57 GMT 13 | 14 | __@jose2013__ says 15 | > Hi, please, how can I enable AndroidX in a project even if I have some plugin and doesn’t support it? 16 | > Note: there is no new version of the plugin. 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2020-10-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 03 Oct 2020 08:25:51 GMT 3 | 4 | [User count: 4145](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #hangouts__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 02 Oct 2020 10:40:57 GMT 13 | 14 | __@chris.brody__ says 15 | > I am repeating a question from the PMC channel: is the recent hangout uploaded? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-10-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 04 Oct 2020 08:26:08 GMT 3 | 4 | [User count: 4147](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-10-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 09 Oct 2020 08:29:05 GMT 3 | 4 | [User count: 4160](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 08 Oct 2020 20:03:57 GMT 13 | 14 | __@khatridevk__ says 15 | > `xcode 11` `cordova-ios@6.1.1` custom framework files are getting copied in 'Embedded Framework' not in 'Link Binary with Libraries'. Earlier version of Xcode added frameworks in both the section using `<framework src="xxx.framework" custom="true" embed="true" />` in plugin.xml. Do I need to do anything extra here !! have been stuck on this from some time though...😕 Looks like I am missing some info.. have tried `<source-file src="xxx.framework" target-dir="lib" framework="true" />` as well. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-10-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 10 Oct 2020 08:27:41 GMT 3 | 4 | [User count: 4163](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-10-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 11 Oct 2020 08:27:55 GMT 3 | 4 | [User count: 4163](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 10 Oct 2020 17:23:05 GMT 13 | 14 | __@lewis.dackam__ says 15 | > we deploy over the air using : , but it is not working on all phones, and i try to understand why is that sometimes when we deploy some have the changes others do not (yes I know this lib is deprecated, but this is a legacy codebase) 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-10-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 12 Oct 2020 08:29:42 GMT 3 | 4 | [User count: 4164](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 12 Oct 2020 06:25:18 GMT 13 | 14 | __@pratiksha.bhavsar0895__ says 15 | > Is there a way to effectively load scripts ? I am struggling with white screen issue on ios 12 and lower versions (scripts keeps on loading), while on ios 13+ it works seamlessly (cordova-ios used is 6.1.1). I suspect this is because of memory leakage. Please let me know if any solution to this. Thanks & Kind Regards , Pratiksha 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-10-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 21 Oct 2020 08:31:26 GMT 3 | 4 | [User count: 4184](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 20 Oct 2020 10:36:32 GMT 13 | 14 | __@pratiksha.bhavsar0895__ says 15 | > Hi team , While using cordova.plugins.notification.local I am able to set notification for a particular date with hr & min i.e trigger: { every: { month: 10, day: 27, hour: 9, minute: 0 } } , but I m looking out for functionality which helps to set notification for a time span i.e providing startDate & endDate as input in trigger. How can this be achieved ? If any one came across any such scenarios do let me know. Thanks & Kind Regards,Pratiksha 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-10-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 24 Oct 2020 08:30:46 GMT 3 | 4 | [User count: 4193](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 23 Oct 2020 12:13:05 GMT 13 | 14 | __@dan590__ says 15 | > Hi guys, does any of have implemented or know that is possible Multifactor Auth with Firebase auth on Cordova? Its been days and I cannot find any example of it whilst I think it should be pretty common practice among apps. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-10-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 29 Oct 2020 08:34:11 GMT 3 | 4 | [User count: 4202](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-11-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 01 Nov 2020 08:19:35 GMT 3 | 4 | [User count: 4206](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 31 Oct 2020 18:36:31 GMT 13 | 14 | __@harel.mazor__ says 15 | > Hi guys. I have two unrelated questions: 16 | > 1. I have a PR in cordova-ios waiting to be merged and I was wondering if there's a way to expedite its merge. It's waiting for about 3 month now... 17 | > 2. I have a small open source project that has a small income and I'm looking to pay someone for stuff related to cordova - bug fixing, small features in a plugin, etc. The idea is to return this code back to the community of course. If anyone is interested please contact me (can be though linked-in: Harel Mazor) 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2020-11-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 07 Nov 2020 08:23:44 GMT 3 | 4 | [User count: 4214](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(2 messages)_ 10 | --- 11 | 12 | Fri, 06 Nov 2020 19:02:31 GMT 13 | 14 | __@daviesd__ says 15 | > Anyone know how this affects Cordova apps? 16 | > 17 | 18 | Fri, 06 Nov 2020 19:08:40 GMT 19 | 20 | __@dpogue__ says 21 | > I don't think it has any impact on Cordova. It's just additional information you'll need to provide about all of your apps in the app store submission process 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2020-11-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 08 Nov 2020 08:23:10 GMT 3 | 4 | [User count: 4214](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-11-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 09 Nov 2020 08:25:16 GMT 3 | 4 | [User count: 4215](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 09 Nov 2020 06:51:18 GMT 13 | 14 | __@cbd_zhenmingyue__ says 15 | > Environment: Angular 16 | > Packaging platform: cordova-ios 17 | > How does cordova-plugin-firebase-messaging realize the click notification to jump to the specified interface? 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2020-11-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 15 Nov 2020 08:21:46 GMT 3 | 4 | [User count: 4229](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-11-16.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 16 Nov 2020 08:23:36 GMT 3 | 4 | [User count: 4230](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 16 Nov 2020 07:54:24 GMT 13 | 14 | __@melwin__ says 15 | > Hi, 16 | > I am facing an issue Cookie set from the Response Header  i.e 17 | > *Set-Cookie Synchronization in Asynchronous Ajax Response* *Header* Cordova app for IOS 14 18 | > as the IOS stopped supporting the *UIwebView*  19 | > now we are forced to use the *WKWebView* 20 | > I have Installed the  21 | > Cordova-ios 6.1.1 22 | > I tried  23 | > 24 | > but this link did not help me much 25 | > is there any way to solve this ? 26 | > 27 | -------------------------------------------------------------------------------- /slack-digest/2020-11-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 21 Nov 2020 08:24:52 GMT 3 | 4 | [User count: 4237](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-11-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 22 Nov 2020 08:24:54 GMT 3 | 4 | [User count: 4238](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 22 Nov 2020 06:23:11 GMT 13 | 14 | __@pratiksha.bhavsar0895__ says 15 | > Hi team , we have ways to setup environment variables in ionic/angular apps. But how can we achieve the same thing in a pure cordova app ? How do I set different values for key depending on staging, development or production env for pure cordova app. Thanks & Kind Regards,Pratiksha 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-11-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 23 Nov 2020 08:26:59 GMT 3 | 4 | [User count: 4238](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Sun, 22 Nov 2020 21:00:45 GMT 13 | 14 | __@mathewp.94__ says 15 | > I built my own script that populates the config.xml with values 16 | > 17 | 18 | Sun, 22 Nov 2020 22:50:13 GMT 19 | 20 | __@dpogue__ says 21 | > @pratiksha.bhavsar0895 might do what you're looking for 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2020-11-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 29 Nov 2020 08:28:59 GMT 3 | 4 | [User count: 4248](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Sun, 29 Nov 2020 08:03:32 GMT 13 | 14 | __@morten__ says 15 | > Hello. I have a question. Not sure if you can help? I’ve described my troubles here: 16 | > 17 | 18 | Sun, 29 Nov 2020 08:04:32 GMT 19 | 20 | __@morten__ says 21 | > I’m not sure if I’ve done something wrong in my setup, or if it’s supposed to be like this. 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2020-12-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 06 Dec 2020 08:31:42 GMT 3 | 4 | [User count: 4259](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-12-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 14 Dec 2020 08:36:02 GMT 3 | 4 | [User count: 4281](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #plugins__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 14 Dec 2020 08:20:01 GMT 13 | 14 | __@lukas__ says 15 | > Which plugin are you using for In App Purchases? We have been using , but it is not maintained anymore and we need upgrade to 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-12-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 20 Dec 2020 08:37:10 GMT 3 | 4 | [User count: 4290](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 19 Dec 2020 13:26:45 GMT 13 | 14 | __@jakob.pfab__ says 15 | > looks good! 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2020-12-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 22 Dec 2020 08:44:26 GMT 3 | 4 | [User count: 4290](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(2 messages)_ 10 | --- 11 | 12 | Mon, 21 Dec 2020 23:08:53 GMT 13 | 14 | __@jberman__ says 15 | > Hey everyone, I upgraded our mobile app to use the latest Cordova with WKWebView. Suddenly, our app no longer scrolls, whereas under UIWebView it did scroll. Any ideas what could cause this? I’ve been researching it for a while now with no luck. Thanks! 16 | > 17 | 18 | Tue, 22 Dec 2020 04:33:02 GMT 19 | 20 | __@jberman__ says 21 | > Actually, it seems that it scrolls when the keyboard is up, but when it’s dismissed then it goes back to not scrolling. ?? 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2020-12-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 23 Dec 2020 08:44:39 GMT 3 | 4 | [User count: 4292](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Tue, 22 Dec 2020 15:37:01 GMT 13 | 14 | __@info460__ says 15 | > Wandering if somebody or I can start Cordova Discord, seems very quiet here 16 | > maybe we can get more people onboard 17 | > 18 | 19 | Tue, 22 Dec 2020 17:39:59 GMT 20 | 21 | __@norman137__ says 22 | > @info460 on the topic of guides/tutorials -- I've been trying to build up a blog so if you have any specific topics on mind... maybe I can write up on it. 23 | > 24 | -------------------------------------------------------------------------------- /slack-digest/2020-12-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 24 Dec 2020 08:44:36 GMT 3 | 4 | [User count: 4293](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 23 Dec 2020 10:03:11 GMT 13 | 14 | __@jakob.pfab__ says 15 | > Does anyone encountered simple HEAD requests failing on iOS? 16 | > 17 | > Im using them to check if a device has a connection to the internet with a timeout of 3 seconds but somehow 2 iOS users say the HEAD request fails for them though they can access webpages normaly. The server usually responds from 2-200ms to those requests. 18 | > 19 | > If it was only 1 person i would say bad connection but now a second one makes me suspicious 🤔 20 | > I guess i will increase the timeout to 10s and see what happens... 21 | > 22 | -------------------------------------------------------------------------------- /slack-digest/2020-12-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 25 Dec 2020 08:43:34 GMT 3 | 4 | [User count: 4295](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 24 Dec 2020 16:19:16 GMT 13 | 14 | __@francisco__ says 15 | > Hi! I'm new on Cordova. I working on Mac, when I try to install plugins in my project some randomly launch this message. Sometimes other plugins fails. I search a loot and nobody have an answer. 16 | > P.S: I'm from Argentina and my English is not my best skill. 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2020-12-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 26 Dec 2020 08:42:14 GMT 3 | 4 | [User count: 4296](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2020-12-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 27 Dec 2020 08:42:47 GMT 3 | 4 | [User count: 4296](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-01-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 01 Jan 2021 08:48:51 GMT 3 | 4 | [User count: 4299](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-01-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 02 Jan 2021 08:47:25 GMT 3 | 4 | [User count: 4299](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Fri, 01 Jan 2021 17:09:24 GMT 13 | 14 | __@tiapnn__ says 15 | > Happy new year everybody! wish you a wonderfull year :partyparrot: 16 | > 17 | 18 | Sat, 02 Jan 2021 00:12:35 GMT 19 | 20 | __@kerrydupont__ says 21 | > I'm a Cordova developer but I've (unbelievably) only just heard about the 'Capacitor' hybrid framework. Has anyone had experience moving from Cordova to Capacitor, and was it worth making the switch? Any performance gains? 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2021-01-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 05 Jan 2021 08:52:22 GMT 3 | 4 | [User count: 4302](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #hangouts__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 05 Jan 2021 03:30:29 GMT 13 | 14 | __@dpogue__ says 15 | > First Cordova Hangout of 2021 will be this Thursday, January 7th at 16:00 UTC (08:00 Pacific). If anyone has topics they'd like to see discussed, post 'em here 🙂 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-01-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 18 Jan 2021 09:08:05 GMT 3 | 4 | [User count: 4330](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-01-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 23 Jan 2021 09:05:48 GMT 3 | 4 | [User count: 4340](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 23 Jan 2021 08:44:55 GMT 13 | 14 | __@toshko__ says 15 | > anybody deal with phonegap-nfc? 16 | > 17 | 18 | ### __Channel #cordova-android__ _(2 messages)_ 19 | --- 20 | 21 | Sat, 23 Jan 2021 08:46:05 GMT 22 | 23 | __@toshko__ says 24 | > hello 25 | > 26 | 27 | Sat, 23 Jan 2021 08:46:14 GMT 28 | 29 | __@toshko__ says 30 | > anybody have experience with phonegap-nfc? 31 | > 32 | -------------------------------------------------------------------------------- /slack-digest/2021-01-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 26 Jan 2021 08:41:04 GMT 3 | 4 | [User count: 4344](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 25 Jan 2021 13:45:16 GMT 13 | 14 | __@gagansingh2016iit__ says 15 | > I'm trying to get file pathnames of all the pdf files present on a device so that I tried file plugin but did not get any success. How can I do it in cordova? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-01-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 30 Jan 2021 08:40:11 GMT 3 | 4 | [User count: 4350](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(2 messages)_ 10 | --- 11 | 12 | Fri, 29 Jan 2021 08:43:18 GMT 13 | 14 | __@jcesarmobile__ says 15 | > No 16 | > 17 | 18 | Fri, 29 Jan 2021 13:12:43 GMT 19 | 20 | __@juri.hahn__ says 21 | > How do I save Login session Cookie? We use Ajax to login, the request is sent and we get a positive response, but the Cookie is not saved and therefore the login does not work. How to save cookies? 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2021-01-31.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 31 Jan 2021 08:40:33 GMT 3 | 4 | [User count: 4350](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 30 Jan 2021 19:36:13 GMT 13 | 14 | __@amir.jahan__ says 15 | > Hi everyone, we've just issued a coupon for our iOS and Firebase app development course. This course goes through developing an iPhone app using Swift and connecting it to the backend in Firebase. By default, the course is worth $199, but it will be free for the first 1,000 subscribers. Here is the link: 16 | > 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2021-02-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 07 Feb 2021 08:33:41 GMT 3 | 4 | [User count: 4358](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-02-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 08 Feb 2021 08:39:08 GMT 3 | 4 | [User count: 4360](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(3 messages)_ 10 | --- 11 | 12 | Sun, 07 Feb 2021 11:37:14 GMT 13 | 14 | __@alex678__ says 15 | > Hello everybody, i have one Cordova iOS App, and i need to add .h and .m sources to my generated XCode project, do you know how i can do it automatically please ? (in config.xml) ? 16 | > 17 | 18 | Sun, 07 Feb 2021 16:21:07 GMT 19 | 20 | __@norman137__ says 21 | > Usually you'll do so by building a cordova plugin. 22 | > 23 | 24 | Sun, 07 Feb 2021 16:39:09 GMT 25 | 26 | __@alex678__ says 27 | > ok thx, so i will do it my own plugin 28 | > 29 | -------------------------------------------------------------------------------- /slack-digest/2021-02-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 17 Feb 2021 08:34:27 GMT 3 | 4 | [User count: 4371](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 17 Feb 2021 00:36:03 GMT 13 | 14 | __@mathewp.94__ says 15 | > Question about Android Applinks aka deep links, are there certain internet browsers that mess with these working? 16 | > 17 | > In Chrome when I try to navigate to my deep link URL, it opens in my app without a prompt (as expected). However, if I try with Android Internet, the link opens in the browser instead, not my app. 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2021-02-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 20 Feb 2021 08:33:36 GMT 3 | 4 | [User count: 4373](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-02-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 21 Feb 2021 08:33:42 GMT 3 | 4 | [User count: 4374](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 21 Feb 2021 07:33:54 GMT 13 | 14 | __@chadori__ says 15 | > Hi, any new alternative for the deprecation of ? 16 | > Thank you. 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2021-02-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 22 Feb 2021 08:29:37 GMT 3 | 4 | [User count: 4374](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 21 Feb 2021 17:43:20 GMT 13 | 14 | __@marchjigtala__ says 15 | > Hi, I would like to upload an app to the play store, will I upload the app-debug.apk or there is another way to generate the apk? Thanks 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-02-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 26 Feb 2021 08:35:25 GMT 3 | 4 | [User count: 4381](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 25 Feb 2021 10:58:56 GMT 13 | 14 | __@lukas__ says 15 | > Not Cordova related but I have a problem with the iOS Simulator running the Beta version of iOS 14.5 (18E5154g) 16 | > I do not have access to the internet at all. Even in Safari I can not open any website. 17 | > I tried to reset the simulator, allowing HTTPS servies in the developer options and turning off and on WIFI but nothing worked. 18 | > The simulator with iOS 14.4 works fine 19 | > Is someone using the new simulator or has an idea what I can try? 20 | > 21 | -------------------------------------------------------------------------------- /slack-digest/2021-03-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 01 Mar 2021 08:36:13 GMT 3 | 4 | [User count: 4386](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-03-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 03 Mar 2021 08:35:55 GMT 3 | 4 | [User count: 4390](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 03 Mar 2021 00:39:56 GMT 13 | 14 | __@kerrydupont__ says 15 | > Out of interest @norman137 are the audit tools within Cordova? Or Android Studio? 16 | > 17 | 18 | ### __Channel #cordova-android__ _(2 messages)_ 19 | --- 20 | 21 | Tue, 02 Mar 2021 12:27:02 GMT 22 | 23 | __@prasunjajodia__ says 24 | > Did you disable the app in a country? 25 | > If so, and the user's google account is of that country, they won't be able to download the app 26 | > 27 | 28 | Tue, 02 Mar 2021 19:37:10 GMT 29 | 30 | __@marshall__ says 31 | > No, US user and the app is definitely enabled in the UUS 32 | > 33 | -------------------------------------------------------------------------------- /slack-digest/2021-03-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 04 Mar 2021 08:34:47 GMT 3 | 4 | [User count: 4391](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 03 Mar 2021 12:15:46 GMT 13 | 14 | __@chadwick.blackford__ says 15 | > hallo guys! I need urgent help…early it was not possible to start JS in onPause mode… now on ios and android this is by default! 🤦‍♂️🏻 maybe this is good… and I can disable this on android with `KeepRunning` , but what I need to do on iOS????? 16 | > 17 | > Change `*UIApplicationExitsOnSuspend->true*` destroy app completely…. 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2021-03-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 05 Mar 2021 08:36:48 GMT 3 | 4 | [User count: 4391](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(3 messages)_ 10 | --- 11 | 12 | Thu, 04 Mar 2021 09:04:05 GMT 13 | 14 | __@lonestarx91__ says 15 | > hello, does anyone else have issues with cordova and pods ? 16 | > 17 | 18 | Thu, 04 Mar 2021 09:04:11 GMT 19 | 20 | __@lonestarx91__ says 21 | > it seems it's not quite working from the start 22 | > 23 | 24 | Thu, 04 Mar 2021 09:04:17 GMT 25 | 26 | __@lonestarx91__ says 27 | > *Showing Recent Messages* 28 | > Unable to load contents of file list: '/Target Support Files/Pods-HelloCordova/Pods-HelloCordova-frameworks-Debug-input-files.xcfilelist' when using use_frameworks! 29 | > 30 | -------------------------------------------------------------------------------- /slack-digest/2021-03-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 06 Mar 2021 08:35:03 GMT 3 | 4 | [User count: 4393](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 05 Mar 2021 21:16:31 GMT 13 | 14 | __@claudiasztandera__ says 15 | > SaaS Sales Account Executive | $130K OTE Uncapped + Benefits + 401K | 16 | > Exciting Logistics and Supply Chain Integration Software Company 17 | > 18 | > PhillyTech is looking for a Sales Account Executive in SaaS and / or 19 | > LogTech (Supply Chain and Logistics Technology) for one of our best 20 | > software clients. The On Target Earnings (OTE) is $130K+. Please 21 | > review, apply and share this job link below. Thanks for your help! 22 | > 23 | > Review the job and apply here easily using LinkedIn: 24 | > 25 | > 26 | -------------------------------------------------------------------------------- /slack-digest/2021-03-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 07 Mar 2021 08:35:03 GMT 3 | 4 | [User count: 4393](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-03-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 08 Mar 2021 08:36:20 GMT 3 | 4 | [User count: 4394](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #jobs__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 08 Mar 2021 08:03:51 GMT 13 | 14 | __@lukas__ says 15 | > Come and join our Platogo family as a *senior mobile developer*. Be part of a team, that creates games which are enjoyed by millions of players, and add your own ideas and experiences! 16 | > Please share it if you know a person who might find this interesting. 17 | > 18 | > Location: Vienna, Austria 🇦🇹 19 | > Tech Stack: 20 | > - Javascript 21 | > - Typescript 22 | > - React 23 | > - Cordova 24 | > 25 | > 26 | > 27 | -------------------------------------------------------------------------------- /slack-digest/2021-03-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 09 Mar 2021 08:36:12 GMT 3 | 4 | [User count: 4396](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 08 Mar 2021 15:21:36 GMT 13 | 14 | __@ucheozoemena__ says 15 | > Hi folks, does anyone have experience using cookies for auth and session management in their app? Just curious to know if there are any common pitfalls that I should be aware of. I'm using express.js on my backend so I'd like to use express' built-in session management middlewares that rely on cookies. Thanks in advance. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-03-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 13 Mar 2021 08:35:24 GMT 3 | 4 | [User count: 4401](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 12 Mar 2021 12:45:45 GMT 13 | 14 | __@norman137__ says 15 | > Not 100% sure when framework tags are resolved, I think it might be during the prepare step but you can probably use cordova in verbose mode (use the `--verbose` cli flag) to find out. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-03-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 14 Mar 2021 08:35:35 GMT 3 | 4 | [User count: 4402](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-03-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 15 Mar 2021 08:36:10 GMT 3 | 4 | [User count: 4403](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 14 Mar 2021 19:10:53 GMT 13 | 14 | __@g.asci__ says 15 | > Sorry for mentioning osx problems in this channel, but osx channel is not very active 🙂. When I try to download a png or a file using an osx build, nothing happens. What should I to make it work? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-03-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 21 Mar 2021 08:35:57 GMT 3 | 4 | [User count: 4412](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-03-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 26 Mar 2021 08:23:02 GMT 3 | 4 | [User count: 4419](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 25 Mar 2021 16:37:07 GMT 13 | 14 | __@hugo.bayet__ says 15 | > Hello There ! 16 | > I am currently developping an android plugin for Cordova, but I can't really figure out a way to get IDE integration to work for my Android Java code, with either Android Studio or VSCode (warnings, import hints etc.). 17 | > How am I supposed to set that up ? my structure is the following: 18 | > `cordova-plugin-foo/src/android/eu/organization/foo/Foo.java` 19 | > 20 | -------------------------------------------------------------------------------- /slack-digest/2021-03-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 28 Mar 2021 08:22:55 GMT 3 | 4 | [User count: 4421](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 28 Mar 2021 03:33:09 GMT 13 | 14 | __@anhaabaete__ says 15 | > Hello! 16 | > I need use camera on app body and I readed many information about, and would wondeful if WebRTC was solution for all. Somebody know what better way to develop it? 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2021-04-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 04 Apr 2021 08:22:56 GMT 3 | 4 | [User count: 4429](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-04-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 05 Apr 2021 08:23:02 GMT 3 | 4 | [User count: 4430](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-04-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 09 Apr 2021 08:23:10 GMT 3 | 4 | [User count: 4441](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 08 Apr 2021 10:21:35 GMT 13 | 14 | __@antonio.acuna__ says 15 | > Hi folks! I’m currently using `cordova-open-native-settings` to send the user to my app settings in order to activate push notifications. But this plugin, redirect directly the user, without any explanation or a intermediate prompt. 16 | > 17 | > Someone use this plugin or others? I just want to give user some feedback before redirect with a native prompt instead of custom prompt. 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2021-04-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 10 Apr 2021 08:22:52 GMT 3 | 4 | [User count: 4442](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-04-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 11 Apr 2021 08:22:56 GMT 3 | 4 | [User count: 4443](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-04-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 12 Apr 2021 08:23:06 GMT 3 | 4 | [User count: 4443](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-04-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 19 Apr 2021 08:23:04 GMT 3 | 4 | [User count: 4450](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 18 Apr 2021 15:54:39 GMT 13 | 14 | __@fb_bcy__ says 15 | > I want to make an update system, if I download the necessary files and copy them to persistentFileSystem, can I run javascript over persistentFileSystem? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-04-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 25 Apr 2021 08:23:00 GMT 3 | 4 | [User count: 4457](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-05-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 02 May 2021 08:22:47 GMT 3 | 4 | [User count: 4471](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 02 May 2021 05:45:55 GMT 13 | 14 | __@harel.mazor__ says 15 | > For anyone interested, we are working on a community fork for background geolocation plugin as the old one gone stale: 16 | > 17 | > There's a discussion there about maintainers, issue for requesting features and we'll try to keep it alive. 18 | > Feel free to join :-) 19 | > 20 | -------------------------------------------------------------------------------- /slack-digest/2021-05-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 08 May 2021 08:36:22 GMT 3 | 4 | [User count: 4477](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 07 May 2021 15:50:45 GMT 13 | 14 | __@norman137__ says 15 | > Looks like we might be able to start supporting Java 11 in the cordova-android@10 release... 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-05-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 10 May 2021 08:38:40 GMT 3 | 4 | [User count: 4480](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 09 May 2021 18:19:59 GMT 13 | 14 | __@harel.mazor__ says 15 | > 16 | > First official version was released! Mainly build fixes and default fixes to allow in-place-replacement of the abandoned plugin. Feel free to visit our github discussion and issue pages :-) 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2021-05-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 24 May 2021 08:23:00 GMT 3 | 4 | [User count: 4493](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 23 May 2021 08:33:42 GMT 13 | 14 | __@hilah1999__ says 15 | > Hi, 16 | > If I create a user and give him the login details of the app, how can I make a condition that only that user can use the app, and if someone opens the app with the same username and password on another device it will not allow? 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2021-05-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 25 May 2021 08:23:16 GMT 3 | 4 | [User count: 4493](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 25 May 2021 02:06:31 GMT 13 | 14 | __@mathewp.94__ says 15 | > Can a cordova plugin emit arbitrary events that JS can listen for? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-05-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 27 May 2021 08:30:28 GMT 3 | 4 | [User count: 4499](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 27 May 2021 03:45:26 GMT 13 | 14 | __@dimitar__ says 15 | > Hello, everyone 16 | > 17 | 18 | ### __Channel #plugins__ _(1 messages)_ 19 | --- 20 | 21 | Thu, 27 May 2021 03:48:10 GMT 22 | 23 | __@dimitar__ says 24 | > Hi, anyone ever used this plugin? 25 | > 26 | -------------------------------------------------------------------------------- /slack-digest/2021-05-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 29 May 2021 08:40:33 GMT 3 | 4 | [User count: 4502](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(2 messages)_ 10 | --- 11 | 12 | Fri, 28 May 2021 20:35:52 GMT 13 | 14 | __@admin105__ says 15 | > Hello. We have just gotten our app running in Cordova, and we are finding that while our pages are rendering as expected, when we navigate to a URL such as YouTube, we are seeing multiple issues: it's rendering up into the status bar/ignoring the iPhone notch, not giving a back button or swipe-to-go-back. What is the "cordova" way of doing / strategy to debug this? 16 | > 17 | 18 | Fri, 28 May 2021 21:10:17 GMT 19 | 20 | __@dpogue__ says 21 | > You probably want those external URLs to open in Safari or an in-app Safari browser view instead of in your app view 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2021-05-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 30 May 2021 08:30:06 GMT 3 | 4 | [User count: 4503](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 29 May 2021 19:45:00 GMT 13 | 14 | __@khatridevk__ says 15 | > Hey ! Anybody faced these ? I am just stuck with these: 16 | > 1. In the device with iOS 14.6, if I inspect my app using safari, app crashes. It happens due to some memory issue is what I read, 17 | > 2. Post WKWebView Migration, newer webview treats every integer number as a real number in iOS devices. This becomes problematic on saving and fetching data to/from SQLite, queries fail many times due to this. [ cos 1 != 1.0 ] 18 | > Any solution/suggestions ? 19 | > 20 | -------------------------------------------------------------------------------- /slack-digest/2021-05-31.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 31 May 2021 08:49:29 GMT 3 | 4 | [User count: 4503](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(2 messages)_ 10 | --- 11 | 12 | Sun, 30 May 2021 11:55:35 GMT 13 | 14 | __@hilah1999__ says 15 | > Hi, as an app developer do I have a way to access through the code and see who my active subscribers are? 16 | > 17 | 18 | Mon, 31 May 2021 00:26:47 GMT 19 | 20 | __@erikyuzwa__ says 21 | > hey everyone - tried to use the search but I'm upgrading our app from `ios5` to `ios6`. I think I have every base covered except for handling the download of a zip file. We've been reliant on `cordova-plugin-file-downloader` in order to show a progress bar but it's definitely not `ios6` compatible. Any suggestions? Totally appreciate any input. 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2021-06-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 01 Jun 2021 08:51:19 GMT 3 | 4 | [User count: 4504](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 31 May 2021 12:07:56 GMT 13 | 14 | __@khatridevk__ says 15 | > Any suggestions ! in case it went unnoticed during weekend 🙂 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-06-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 10 Jun 2021 08:22:43 GMT 3 | 4 | [User count: 4522](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Wed, 09 Jun 2021 08:56:10 GMT 13 | 14 | __@hilah1999__ says 15 | > Hi, I made a table in html I made a ng-if on a parameter, it works for me on the web but when I compile for the app, on the device it does not work for me and the table does not appear when it should appear 16 | > 17 | 18 | Wed, 09 Jun 2021 08:56:19 GMT 19 | 20 | __@hilah1999__ says 21 | > What I have not tried to do already and does not work, does anyone have an idea? 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2021-06-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 11 Jun 2021 08:23:05 GMT 3 | 4 | [User count: 4523](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 10 Jun 2021 19:39:31 GMT 13 | 14 | __@costagauci__ says 15 | > Hi, I am looking to roll out my app to Android but have the following message: "None the of users of this APK will be able to upgrade to any of the new APKs added in this release." 16 | > 17 | > I have the following on my widget line in my config.xml so I am unclear why I am getting this message? 18 | > 19 | > `version="2.1.2.1" android-versionCode="2121"` 20 | > 21 | -------------------------------------------------------------------------------- /slack-digest/2021-06-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 15 Jun 2021 08:27:19 GMT 3 | 4 | [User count: 4527](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 14 Jun 2021 08:51:17 GMT 13 | 14 | __@umakhanr7__ says 15 | > @marek.kozela Perhaps my applications work just according to this principle, there is 1 js file that loads html, css, js and saves them using localforage, then after each opening of the application, it updates the data, and if the data has changed, it offers to reload the page. Thus, I practically do not need to release updates, except to add some kind of plugin. sorry google translate) 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-06-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 20 Jun 2021 08:22:24 GMT 3 | 4 | [User count: 4530](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-06-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 21 Jun 2021 08:23:03 GMT 3 | 4 | [User count: 4530](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-06-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 23 Jun 2021 08:22:23 GMT 3 | 4 | [User count: 4531](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 22 Jun 2021 20:26:44 GMT 13 | 14 | __@tomkinson__ says 15 | > Anyone see a flicker on app start/resume? We don't see 100% of the time, maybe 75% saw this 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-06-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 24 Jun 2021 08:25:20 GMT 3 | 4 | [User count: 4531](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-06-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 26 Jun 2021 08:20:45 GMT 3 | 4 | [User count: 4533](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Sat, 26 Jun 2021 00:33:03 GMT 13 | 14 | __@robbie626827__ says 15 | > hi, guys 16 | > 17 | 18 | Sat, 26 Jun 2021 00:33:29 GMT 19 | 20 | __@robbie626827__ says 21 | > I have a question about cordova vs capacitor. 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2021-06-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 27 Jun 2021 08:20:46 GMT 3 | 4 | [User count: 4533](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-06-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 28 Jun 2021 08:23:56 GMT 3 | 4 | [User count: 4535](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Sun, 27 Jun 2021 17:18:36 GMT 13 | 14 | __@prasunjajodia__ says 15 | > ask away 16 | > 17 | 18 | Mon, 28 Jun 2021 08:22:32 GMT 19 | 20 | __@bangvkf3__ says 21 | > Hello everyone! Is it possible to integrate Next.js with Cordova? 22 | > 23 | 24 | ### __Channel #cordova-ios__ _(1 messages)_ 25 | --- 26 | 27 | Mon, 28 Jun 2021 04:14:10 GMT 28 | 29 | __@joshua__ says 30 | > is there a way to dockerize cordova ios? 31 | > 32 | -------------------------------------------------------------------------------- /slack-digest/2021-06-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 30 Jun 2021 08:25:21 GMT 3 | 4 | [User count: 4537](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-07-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 04 Jul 2021 08:20:57 GMT 3 | 4 | [User count: 4541](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-07-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 05 Jul 2021 08:25:22 GMT 3 | 4 | [User count: 4542](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 05 Jul 2021 03:34:31 GMT 13 | 14 | __@amit.agarwal.1980__ says 15 | > Hi, Recently MS release Windows 11 with android app support, does it means that any android app (*.apk) can be run on windows11 devices ? 16 | > 17 | 18 | ### __Channel #cordova-windows__ _(1 messages)_ 19 | --- 20 | 21 | Mon, 05 Jul 2021 03:34:23 GMT 22 | 23 | __@amit.agarwal.1980__ says 24 | > Hi, Recently MS release Windows 11 with android app support, does it means that any android app (*.apk) can be run on windows11 devices ? 25 | > 26 | -------------------------------------------------------------------------------- /slack-digest/2021-07-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 11 Jul 2021 08:20:55 GMT 3 | 4 | [User count: 4549](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-07-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 12 Jul 2021 08:21:11 GMT 3 | 4 | [User count: 4549](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 12 Jul 2021 04:22:38 GMT 13 | 14 | __@joshua__ says 15 | > ```We noticed that your app provides the same feature set as other apps submitted to the App Store; it simply varies in content or language, which is considered a form of spam.``` 16 | > Anyone encountered this issue on App store submission? 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2021-07-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 18 Jul 2021 08:20:52 GMT 3 | 4 | [User count: 4557](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-07-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 19 Jul 2021 08:25:21 GMT 3 | 4 | [User count: 4558](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-07-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 21 Jul 2021 08:25:23 GMT 3 | 4 | [User count: 4564](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #plugins__ _(4 messages)_ 10 | --- 11 | 12 | Tue, 20 Jul 2021 20:32:47 GMT 13 | 14 | __@nick021__ says 15 | > Is there a more up-to-date version of `phonegap-plugin-barcodescanner`? 16 | > 17 | 18 | Tue, 20 Jul 2021 21:02:19 GMT 19 | 20 | __@norman137__ says 21 | > (click and drag the chart to scroll it... to see forks that may have had maintenance) 22 | > 23 | 24 | Wed, 21 Jul 2021 03:54:06 GMT 25 | 26 | __@nick021__ says 27 | > There's got to be a better way... 28 | > 29 | 30 | Wed, 21 Jul 2021 06:46:30 GMT 31 | 32 | __@jcesarmobile__ says 33 | > Why? 34 | > 35 | -------------------------------------------------------------------------------- /slack-digest/2021-07-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 25 Jul 2021 08:20:50 GMT 3 | 4 | [User count: 4566](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-07-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 27 Jul 2021 08:20:59 GMT 3 | 4 | [User count: 4568](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-07-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 28 Jul 2021 08:20:55 GMT 3 | 4 | [User count: 4570](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 27 Jul 2021 22:31:41 GMT 13 | 14 | __@mathewp.94__ says 15 | > Has much thought been put towards enabling Cordova plugins to optionally install on one platform or another? Sometimes you only need to install a plugin on one platform (for example due to a clash with another plugin that is specific to one platform) 16 | > 17 | > For example `cordova plugin add cordova-plugin-example --platform android` 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2021-07-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 29 Jul 2021 08:21:38 GMT 3 | 4 | [User count: 4570](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-07-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 30 Jul 2021 08:20:59 GMT 3 | 4 | [User count: 4570](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 29 Jul 2021 16:18:57 GMT 13 | 14 | __@norman137__ says 15 | > Anybody using cordova-android@10 and having issues with their source maps not loading? 16 | > 17 | > > DevTools failed to load SourceMap: Could not load content for : Connection error: net::ERR_CONNECTION_REFUSED 18 | > Confirmed the file does exist, and strangely enough, I can xhr request them just fine. 19 | > 20 | -------------------------------------------------------------------------------- /slack-digest/2021-08-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 01 Aug 2021 08:20:53 GMT 3 | 4 | [User count: 4574](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 31 Jul 2021 21:00:29 GMT 13 | 14 | __@francois259__ says 15 | > Hi, I am trying to make a Cordova plugin to integrate an android library in a Cordova app (This one: ). 16 | > I managed to make this iadvize sdk initialize itself (console logs looks ok). But the Cordova app only displays the web view. 17 | > The problem is: this library is supposed to display a chat interface but I don't know how to display this native interface at the same time as the Cordova web view. 18 | > Does anyone have documentation or an example or could help me with this? 19 | > 20 | -------------------------------------------------------------------------------- /slack-digest/2021-08-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 03 Aug 2021 08:21:00 GMT 3 | 4 | [User count: 4574](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 02 Aug 2021 16:11:22 GMT 13 | 14 | __@amir.jahan__ says 15 | > @amir.jahan has left the channel 16 | > 17 | 18 | ### __Channel #cordova-android__ _(1 messages)_ 19 | --- 20 | 21 | Mon, 02 Aug 2021 16:11:24 GMT 22 | 23 | __@amir.jahan__ says 24 | > @amir.jahan has left the channel 25 | > 26 | 27 | ### __Channel #plugins__ _(1 messages)_ 28 | --- 29 | 30 | Mon, 02 Aug 2021 16:11:16 GMT 31 | 32 | __@amir.jahan__ says 33 | > @amir.jahan has left the channel 34 | > 35 | -------------------------------------------------------------------------------- /slack-digest/2021-08-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 04 Aug 2021 08:21:22 GMT 3 | 4 | [User count: 4574](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-08-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 06 Aug 2021 08:25:28 GMT 3 | 4 | [User count: 4576](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 05 Aug 2021 19:57:09 GMT 13 | 14 | __@ebrommers__ says 15 | > I recently upgraded to cordova-android 10.x and AndroidX, and have been getting empty cordova-plugin-file file set results from DirectoryReader.ReadEntries() (It’ll return the directories, but no files). I’ve got both READ_EXTERNAL_STORAGE/WRITE_EXTERNAL_STORAGE defined and the post-Android 6.x runtime permissions set (using cordova.plugins.diagnostic requestExternalStorageAuthorization). Is there something else I need to be doing with the new scoped storage? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-08-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 08 Aug 2021 08:20:49 GMT 3 | 4 | [User count: 4576](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-08-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 09 Aug 2021 08:20:58 GMT 3 | 4 | [User count: 4576](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 09 Aug 2021 07:36:53 GMT 13 | 14 | __@javarea__ says 15 | > Hi!, I have security problems in my ios app. Personal data is stored in Cache.db. Is there any way to avoid this? 16 | > 17 | 18 | ### __Channel #cordova-android__ _(1 messages)_ 19 | --- 20 | 21 | Sun, 08 Aug 2021 13:46:40 GMT 22 | 23 | __@info460__ says 24 | > hello, anyone here using cordova-plugin-app-review plugin? 25 | > This plugin looks well maintained with a lot of downloads but for some reason it does nothing app. Will be intetested to know experience of others, thank you 26 | > 27 | -------------------------------------------------------------------------------- /slack-digest/2021-08-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 12 Aug 2021 08:25:23 GMT 3 | 4 | [User count: 4580](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-08-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 13 Aug 2021 08:25:19 GMT 3 | 4 | [User count: 4582](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 12 Aug 2021 08:42:20 GMT 13 | 14 | __@cecco974__ says 15 | > Hi, everybody.... I have a question: Is there a way to know the splas screen path used by device so I can use it like background? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-08-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 15 Aug 2021 08:20:52 GMT 3 | 4 | [User count: 4583](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-08-16.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 16 Aug 2021 08:25:16 GMT 3 | 4 | [User count: 4583](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-08-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 17 Aug 2021 08:21:40 GMT 3 | 4 | [User count: 4586](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 16 Aug 2021 13:44:22 GMT 13 | 14 | __@rakesh.athuru__ says 15 | > Hi, 16 | > I am trying to add support to universal links and experimenting with (it is archived and will switch to a fork of this repo ). 17 | > Most of the functionality seems to work, but the usecase of redirection to App/Play store when app is not installed, doesn't work 18 | > Any clues where/how to look for the cause. 19 | > Regards, 20 | > 21 | -------------------------------------------------------------------------------- /slack-digest/2021-08-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 18 Aug 2021 08:20:58 GMT 3 | 4 | [User count: 4586](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-08-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 19 Aug 2021 08:25:25 GMT 3 | 4 | [User count: 4587](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-08-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 20 Aug 2021 08:25:18 GMT 3 | 4 | [User count: 4588](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 19 Aug 2021 15:25:45 GMT 13 | 14 | __@leo.skrilax91__ says 15 | > Hi ! 16 | > I don't know if i'm on the correct place but i've a ploblem with cordova on android when i want to display local image 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2021-08-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 22 Aug 2021 08:20:52 GMT 3 | 4 | [User count: 4588](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-08-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 24 Aug 2021 08:24:57 GMT 3 | 4 | [User count: 4592](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 24 Aug 2021 06:25:44 GMT 13 | 14 | __@joshua__ says 15 | > Im having issues with the UIWebview issue. I have updated all the plugins but apple still reject my app. 16 | > I did a string search for my workspace for `UIWebview` only occurrence are in `.md` files. 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2021-08-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 29 Aug 2021 08:20:53 GMT 3 | 4 | [User count: 4599](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-09-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 06 Sep 2021 08:25:18 GMT 3 | 4 | [User count: 4609](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-09-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 12 Sep 2021 08:20:49 GMT 3 | 4 | [User count: 4617](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Sat, 11 Sep 2021 22:01:38 GMT 13 | 14 | __@dkirschner43__ says 15 | > has anyone used facebook sdk and events with cordova? 16 | > 17 | 18 | Sat, 11 Sep 2021 22:17:43 GMT 19 | 20 | __@dkirschner43__ says 21 | > im having an issue and it may have to do with this 22 | > 23 | > 24 | -------------------------------------------------------------------------------- /slack-digest/2021-09-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 14 Sep 2021 08:21:05 GMT 3 | 4 | [User count: 4619](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-09-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 18 Sep 2021 08:20:51 GMT 3 | 4 | [User count: 4622](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 17 Sep 2021 09:33:51 GMT 13 | 14 | __@mathewp.94__ says 15 | > No issues found so far but I still have a bit of testing to do 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-09-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 19 Sep 2021 08:20:52 GMT 3 | 4 | [User count: 4622](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-09-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 21 Sep 2021 08:21:06 GMT 3 | 4 | [User count: 4623](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-09-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 25 Sep 2021 08:20:52 GMT 3 | 4 | [User count: 4629](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-10-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 10 Oct 2021 08:20:55 GMT 3 | 4 | [User count: 4649](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 10 Oct 2021 06:20:39 GMT 13 | 14 | __@lkslokesh25__ says 15 | > Hey guys, I'm a beginner here.. I'm trying to do a project with the idea of cross platform application .. with Cordova . I don't know how to connect express Js as backend with Cordova.. anyone is welcome to help me out.. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-10-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 18 Oct 2021 08:22:50 GMT 3 | 4 | [User count: 4656](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(3 messages)_ 10 | --- 11 | 12 | Sun, 17 Oct 2021 10:07:00 GMT 13 | 14 | __@mersal.mohamed__ says 15 | > i have a question about apple login with cordova 16 | > i am using cordova-plugin-sign-in-with-apple plugin 17 | > 18 | 19 | Sun, 17 Oct 2021 10:07:14 GMT 20 | 21 | __@mersal.mohamed__ says 22 | > the problem is that i am not get pop up 23 | > 24 | 25 | Sun, 17 Oct 2021 10:08:02 GMT 26 | 27 | __@mersal.mohamed__ says 28 | > i build apple app with 29 | > 30 | -------------------------------------------------------------------------------- /slack-digest/2021-10-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 22 Oct 2021 08:21:13 GMT 3 | 4 | [User count: 4659](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 21 Oct 2021 13:44:11 GMT 13 | 14 | __@ucheozoemena__ says 15 | > Hey everyone, has anyone tried/succeeded in using http2 in their app? It seems that it's not available in the webview due to a security concern, based on this thread in the chromium bug tracker. . Has anyone here tried to find a way around that? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-10-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 23 Oct 2021 08:20:59 GMT 3 | 4 | [User count: 4660](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Fri, 22 Oct 2021 15:42:47 GMT 13 | 14 | __@timbru__ says 15 | > ⚠️ 🚨 The npm package ua-parser-js () has been hijacked and installs viruses on your machine on installation! Do not update beyond 0.7.28! 16 | > Have a nice and hopefully virus-free weekend  🙂 17 | > 18 | 19 | Fri, 22 Oct 2021 15:43:38 GMT 20 | 21 | __@timbru__ says 22 | > Just a general heads up for your dependency tree 🙂 23 | > 24 | -------------------------------------------------------------------------------- /slack-digest/2021-10-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 24 Oct 2021 08:21:01 GMT 3 | 4 | [User count: 4660](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-10-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 25 Oct 2021 08:21:17 GMT 3 | 4 | [User count: 4661](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-10-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 26 Oct 2021 08:21:17 GMT 3 | 4 | [User count: 4662](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 26 Oct 2021 04:24:16 GMT 13 | 14 | __@mathewp.94__ says 15 | > Does anyone else experience very long boot-times when deploying to iPhones? (regular opening of the app is fine) 16 | > I have two test devices with me (and iPhone 7+ and an iPhone 11) and when I deploy to the iPhone 7+ it can take minutes for the app to boot after deployment, however when I deploy to the iPhone 11 there is no delay 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2021-10-31.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 31 Oct 2021 08:21:06 GMT 3 | 4 | [User count: 4667](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-11-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 01 Nov 2021 08:21:18 GMT 3 | 4 | [User count: 4668](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-11-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 02 Nov 2021 08:21:18 GMT 3 | 4 | [User count: 4669](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(3 messages)_ 10 | --- 11 | 12 | Mon, 01 Nov 2021 09:54:20 GMT 13 | 14 | __@arturvt__ says 15 | > Hello guys. After updating to macOS Monterey, I started to have an issue with `macos-release` lib. Is someone working on update the libs? Should I start the fix and send the PR? 16 | > 17 | 18 | Mon, 01 Nov 2021 10:22:48 GMT 19 | 20 | __@arturvt__ says 21 | > 22 | > 23 | 24 | Mon, 01 Nov 2021 11:52:43 GMT 25 | 26 | __@norman137__ says 27 | > `macos-release` isn't maintained by Apache Cordova. 28 | > 29 | -------------------------------------------------------------------------------- /slack-digest/2021-11-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 06 Nov 2021 08:21:03 GMT 3 | 4 | [User count: 4672](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-11-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 07 Nov 2021 08:21:13 GMT 3 | 4 | [User count: 4672](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-11-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 15 Nov 2021 08:21:20 GMT 3 | 4 | [User count: 4677](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 14 Nov 2021 16:41:05 GMT 13 | 14 | __@brettr91__ says 15 | > Having issues with cordova-file-transfer after updating to SDK30, and android 10.1.1 returning code 1 (file or directory not found) on a pdf download. I have also added cordova-plugin-android-permissions to request permission before the download and added Read, Write and Manage permissions to our android manifest via config xml. I was wondering if anyone can see if I am missing something? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2021-11-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 19 Nov 2021 08:21:17 GMT 3 | 4 | [User count: 4677](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-11-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 21 Nov 2021 08:21:10 GMT 3 | 4 | [User count: 4678](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-firebase__ _(2 messages)_ 10 | --- 11 | 12 | Sun, 21 Nov 2021 05:01:06 GMT 13 | 14 | __@zahid2cyborg__ says 15 | > Let's get this channel running 16 | > 17 | 18 | Sun, 21 Nov 2021 05:01:10 GMT 19 | 20 | __@zahid2cyborg__ says 21 | > Anyone here? 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2021-11-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 22 Nov 2021 08:21:22 GMT 3 | 4 | [User count: 4678](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-11-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 25 Nov 2021 08:21:17 GMT 3 | 4 | [User count: 4679](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-11-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 28 Nov 2021 08:21:12 GMT 3 | 4 | [User count: 4679](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(2 messages)_ 10 | --- 11 | 12 | Sat, 27 Nov 2021 19:07:34 GMT 13 | 14 | __@gok.asci__ says 15 | > Is it possible to import from a variable from `.env` to config.xml 16 | > 17 | 18 | Sat, 27 Nov 2021 19:56:17 GMT 19 | 20 | __@darryl061__ says 21 | > did you try this? 22 | > 23 | > 24 | -------------------------------------------------------------------------------- /slack-digest/2021-11-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 29 Nov 2021 08:21:22 GMT 3 | 4 | [User count: 4679](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-11-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 30 Nov 2021 08:20:42 GMT 3 | 4 | [User count: 4679](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 01 Dec 2021 08:21:21 GMT 3 | 4 | [User count: 4679](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 30 Nov 2021 20:11:15 GMT 13 | 14 | __@joel__ says 15 | > Has anyone tried running an Ionic Cordova project from Xcode 13.1.0 on Monterey, to a iOS 15.0 simulator? 16 | > 17 | > cordova-ios 6.2.0. 18 | > 19 | > Runs fine from command line, i.e.: `cordova run ...` . 20 | > 21 | > When debugging, crashes on launch. Error: `EXC_BAD_ACCESS (code=1, address=0x10)`. 22 | > 23 | > At line: 24 | > 25 | > ``` return [(WKWebView*)_engineWebView loadRequest:request];``` 26 | > in CDVWKWebViewEngine. 27 | > 28 | > request is for url: `` 29 | > 30 | > Not seeing anything in the logs. 31 | > 32 | -------------------------------------------------------------------------------- /slack-digest/2021-12-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 02 Dec 2021 08:21:21 GMT 3 | 4 | [User count: 4679](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 09 Dec 2021 08:21:23 GMT 3 | 4 | [User count: 4680](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 11 Dec 2021 08:21:14 GMT 3 | 4 | [User count: 4680](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 12 Dec 2021 08:21:14 GMT 3 | 4 | [User count: 4680](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 13 Dec 2021 08:21:20 GMT 3 | 4 | [User count: 4680](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 14 Dec 2021 08:21:27 GMT 3 | 4 | [User count: 4680](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 18 Dec 2021 08:21:18 GMT 3 | 4 | [User count: 4680](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 20 Dec 2021 08:21:35 GMT 3 | 4 | [User count: 4680](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 19 Dec 2021 18:57:31 GMT 13 | 14 | __@amir.jahan__ says 15 | > Hi everyone, We have a complete iPhone and Android App Development course using Swift and Kotlin. If you want a free coupon, reach out to us here or email and we’ll send you a free coupon.  16 | > Complete iPhone Course: 17 | > Complete Android Course: 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2021-12-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 24 Dec 2021 08:21:27 GMT 3 | 4 | [User count: 4681](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 25 Dec 2021 08:21:25 GMT 3 | 4 | [User count: 4681](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 27 Dec 2021 08:38:07 GMT 3 | 4 | [User count: 4681](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 29 Dec 2021 08:21:26 GMT 3 | 4 | [User count: 4681](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 30 Dec 2021 08:21:28 GMT 3 | 4 | [User count: 4681](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2021-12-31.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 31 Dec 2021 08:21:25 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-01-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 03 Jan 2022 08:21:31 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 02 Jan 2022 12:58:55 GMT 13 | 14 | __@harel.mazor__ says 15 | > I had a problem related to ssl when the two servers did not find a common protocol to communicate due to a "cheap"/old certificate. 16 | > I would recommend trying let's encript certificate and see if it help in any way... 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2022-01-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 04 Jan 2022 08:21:33 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 03 Jan 2022 10:21:18 GMT 13 | 14 | __@irfan.67670__ says 15 | > It is using let's encrypt certificate @harel.mazor 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-01-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 07 Jan 2022 08:21:29 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-01-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 08 Jan 2022 08:21:25 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-01-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 09 Jan 2022 08:21:25 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 08 Jan 2022 10:40:04 GMT 13 | 14 | __@ucheozoemena__ says 15 | > Hi folks are network requests from the webview fully compatible with tls? I'm using the advanced http plugin right now but it has some drawbacks that I would like to avoid if the webview's `fetch` API is fully compatible with ssl. I can see the ssl step in the network tab when I send the request but I'd like a second opinion. Thanks! 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-01-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 10 Jan 2022 08:21:36 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-01-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 12 Jan 2022 08:21:33 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #help__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 11 Jan 2022 10:31:34 GMT 13 | 14 | __@lkvh__ says 15 | > How to apply changes made manually to a plugin? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-01-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 14 Jan 2022 08:21:32 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-01-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 15 Jan 2022 08:21:26 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(2 messages)_ 10 | --- 11 | 12 | Fri, 14 Jan 2022 19:35:51 GMT 13 | 14 | __@ucheozoemena__ says 15 | > Does anyone using `cordova-plugin-media` get their media occasionally not sounding even though the code plays it? 16 | > 17 | 18 | Sat, 15 Jan 2022 06:35:43 GMT 19 | 20 | __@prasunjajodia__ says 21 | > I don't think so 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2022-01-16.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 16 Jan 2022 08:21:25 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 15 Jan 2022 21:26:13 GMT 13 | 14 | __@harel.mazor__ says 15 | > For anyone interested in geolocation it seems that android 12 has a bug in getting the best provider for receiving location updates. 16 | > I've opened a ticket here: 17 | > 18 | > and I'm tracking an issue in my plugin: 19 | > 20 | > 21 | -------------------------------------------------------------------------------- /slack-digest/2022-01-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 17 Jan 2022 08:21:37 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 17 Jan 2022 00:08:40 GMT 13 | 14 | __@mathewp.94__ says 15 | > Is there a way to check what Android SDK versions a plugin supports? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-01-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 18 Jan 2022 08:21:38 GMT 3 | 4 | [User count: 4682](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 18 Jan 2022 00:11:26 GMT 13 | 14 | __@ucheozoemena__ says 15 | > hey folks has anyone had a problem with their ios app getting stuck on the splashscreen without any errors in the console? The only thing in the console is "Ionic Stop Scroll Injected" from a `_wk_plugin.js` file. 16 | > 17 | > I'm using cordova cli@latest (v11) and cordova-ios @latest (v6.2) and the ionic webview plugin@5.0.0 (latest). 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2022-01-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 24 Jan 2022 08:21:16 GMT 3 | 4 | [User count: 4685](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-01-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 26 Jan 2022 08:21:07 GMT 3 | 4 | [User count: 4685](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-01-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 27 Jan 2022 08:21:15 GMT 3 | 4 | [User count: 4685](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-01-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 29 Jan 2022 08:20:59 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 28 Jan 2022 12:39:10 GMT 13 | 14 | __@gh__ says 15 | > There is also , which lets you upload your project and download an ipa about a minute later. No fussing with Xcode or a toolchain - just your browser. The site also has a free service to create without a Mac. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-01-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 30 Jan 2022 08:20:57 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 29 Jan 2022 18:17:37 GMT 13 | 14 | __@ucheozoemena__ says 15 | > Hi folks does anyone use `UIImagePickerController` in their apps? I have a problem with a white space that shows between the top of the media and the top of the image picker view, as shown in the attached screenshot. Any ideas on how to resolve? I'm using . 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-01-31.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 31 Jan 2022 08:21:11 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 01 Feb 2022 08:21:11 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 31 Jan 2022 09:44:30 GMT 13 | 14 | __@ucheozoemena__ says 15 | > Rather strangely I'm finding it difficult to get real-time logs for my app in the iphone simulator. Is this a known issue? I'm using xcode 13 on an M1 mac. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-02-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 03 Feb 2022 08:21:19 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 02 Feb 2022 14:52:09 GMT 13 | 14 | __@livethefree__ says 15 | > @livethefree has left the channel 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-02-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 07 Feb 2022 08:21:15 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 08 Feb 2022 08:25:02 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 09 Feb 2022 08:26:22 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 10 Feb 2022 08:21:20 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 11 Feb 2022 08:21:04 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 12 Feb 2022 08:21:01 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 13 Feb 2022 08:20:59 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 14 Feb 2022 08:21:11 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 13 Feb 2022 13:23:41 GMT 13 | 14 | __@info460__ says 15 | > Hello everybody, I have really strange problem. Cordova v 10.0. cordova-android 9.0. 16 | > 17 | > I have working app, I can rm and add platform, cordova clean ... after that the app is building and working well. 18 | > 19 | > I.need to change app id (to match one which is already released) 20 | > 21 | > If I change app id in config.xlm, does not matter what I do latter (cordova clean, prepare, platform rm, add ..) It always fail fo build. (stuck on build success). 22 | > 23 | > Anyone know how to safely change app Id? 24 | > 25 | -------------------------------------------------------------------------------- /slack-digest/2022-02-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 15 Feb 2022 08:21:12 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 14 Feb 2022 09:03:14 GMT 13 | 14 | __@leo.skrilax91__ says 15 | > Good morning ! 16 | > I'm facing a problem, I updated my app to use the correct urls for internal files, everything is fine except that my app also use urls to display images in css background-image, but css doesn't allow file:// urls and cdvfile urls don't work either, does anyone have a solution to this ? 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2022-02-16.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 16 Feb 2022 08:21:02 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 18 Feb 2022 08:21:06 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 19 Feb 2022 08:21:01 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 20 Feb 2022 08:21:00 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 21 Feb 2022 08:21:48 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 22 Feb 2022 08:21:22 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 23 Feb 2022 08:21:13 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 24 Feb 2022 08:21:16 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 25 Feb 2022 08:21:15 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-02-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 26 Feb 2022 08:21:04 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 25 Feb 2022 17:50:12 GMT 13 | 14 | __@s.papageorgiou__ says 15 | > hello, I have this problem: any ideas? 16 | > 17 | 18 | ### __Channel #cordova-ios__ _(1 messages)_ 19 | --- 20 | 21 | Fri, 25 Feb 2022 23:29:47 GMT 22 | 23 | __@g.imam__ says 24 | > Hi, i’m developing with ionic 6 but when tried to run in ios 12.5.5 my app get stuck on splash screen, does anyone know how to fix it? 25 | > 26 | -------------------------------------------------------------------------------- /slack-digest/2022-02-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 27 Feb 2022 08:21:02 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Sat, 26 Feb 2022 17:39:00 GMT 13 | 14 | __@s.papageorgiou__ says 15 | > hello 16 | > 17 | 18 | Sat, 26 Feb 2022 17:41:14 GMT 19 | 20 | __@s.papageorgiou__ says 21 | > if I connect a USB cable to my PC and then to my android smartphone, how can I run a Cordova app that lives in my PC, on my smartphone? 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2022-02-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 28 Feb 2022 08:25:25 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 01 Mar 2022 08:21:23 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 02 Mar 2022 08:21:30 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 03 Mar 2022 08:21:15 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 02 Mar 2022 19:21:33 GMT 13 | 14 | __@prasunjajodia__ says 15 | > Is anyone experiencing any problems with file saving on android 12? 16 | > I'm getting a code 9, even if I use the moveFile command for a folderEntry inside the app folder. 17 | > Works on 11 and lower 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2022-03-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 04 Mar 2022 08:21:17 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 06 Mar 2022 08:21:10 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 09 Mar 2022 08:21:20 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-windows__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 08 Mar 2022 10:10:38 GMT 13 | 14 | __@mario.kurzweil__ says 15 | > @mario.kurzweil has left the channel 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-03-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 11 Mar 2022 08:21:22 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(2 messages)_ 10 | --- 11 | 12 | Thu, 10 Mar 2022 16:26:55 GMT 13 | 14 | __@lkvh__ says 15 | > Does anyone have experience with universal links on iOS? Using cordova-plugin-oidc-basic and cordova-plugin-universal-links-fixed (not links or links-fix) the app refuses to open when being redirected from azure. Regular app opens work without a hitch 16 | > 17 | 18 | Thu, 10 Mar 2022 20:43:19 GMT 19 | 20 | __@mathewp.94__ says 21 | > I haven't used those particular plugins, but have you made sure to set up the AASA file? (apple-app-site-association file) 22 | > 23 | > 24 | -------------------------------------------------------------------------------- /slack-digest/2022-03-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 12 Mar 2022 08:21:10 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Fri, 11 Mar 2022 09:43:26 GMT 13 | 14 | __@miroslav.vojtus__ says 15 | > Is there any other option than cordova-electron platform for windows? The original windows is deprecated and electron seems not fully integrated with cordova api. The maintenance is also questionable. 16 | > 17 | 18 | Fri, 11 Mar 2022 13:45:19 GMT 19 | 20 | __@harel.mazor__ says 21 | > Thanks! I found the collision between deep links plugin and oauth plugin using verbose and the scripts running in the prepare step. This doesn't fully solve my problem, but at least I'm one step further down the rabbit hole... :-) 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2022-03-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 13 Mar 2022 08:21:13 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 17 Mar 2022 08:21:23 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Wed, 16 Mar 2022 22:55:31 GMT 13 | 14 | __@mathewp.94__ says 15 | > Does anyone know anything about Cordova's "marketshare" in the app space? 16 | > 17 | 18 | Wed, 16 Mar 2022 22:57:33 GMT 19 | 20 | __@dpogue__ says 21 | > I recall seeing "30% of apps in the store" as a stat at one point, but that was before Capacitor and React Native and TrustedWebActivities and other such options 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2022-03-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 18 Mar 2022 08:21:20 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Thu, 17 Mar 2022 08:38:34 GMT 13 | 14 | __@jcesarmobile__ says 15 | > 16 | > 17 | 18 | Thu, 17 Mar 2022 20:58:57 GMT 19 | 20 | __@mathewp.94__ says 21 | > Oohh interesting, thanks @jcesarmobile 22 | > 23 | 24 | ### __Channel #cordova-ios__ _(1 messages)_ 25 | --- 26 | 27 | Thu, 17 Mar 2022 18:24:46 GMT 28 | 29 | __@dpogue__ says 30 | > 31 | > 32 | -------------------------------------------------------------------------------- /slack-digest/2022-03-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 19 Mar 2022 08:21:11 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 20 Mar 2022 08:21:11 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 21 Mar 2022 08:21:42 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 22 Mar 2022 08:21:50 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 25 Mar 2022 08:21:29 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 27 Mar 2022 08:21:11 GMT 3 | 4 | [User count: 4687](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 28 Mar 2022 08:26:31 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 29 Mar 2022 08:26:21 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-03-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 30 Mar 2022 08:26:25 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 02 Apr 2022 08:21:25 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 03 Apr 2022 08:21:18 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 02 Apr 2022 23:00:02 GMT 13 | 14 | __@jc0110cj__ says 15 | > @jc0110cj has left the channel 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-04-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 04 Apr 2022 08:26:28 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 07 Apr 2022 08:26:42 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(2 messages)_ 10 | --- 11 | 12 | Wed, 06 Apr 2022 20:52:20 GMT 13 | 14 | __@dpogue__ says 15 | > 16 | > Google is going to start hiding older/existing apps on the Play Store that have not been updated to newer SDK versions for users that are running newer Android versions 😕 17 | > > The change requires all developers to target recent Android releases in order to distribute existing apps to new users on new devices. 18 | > 19 | 20 | Wed, 06 Apr 2022 21:00:52 GMT 21 | 22 | __@jcesarmobile__ says 23 | > Just got the mail too, that sucks, I have not updated my apps for years 24 | > 25 | -------------------------------------------------------------------------------- /slack-digest/2022-04-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 09 Apr 2022 08:21:21 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 10 Apr 2022 08:21:13 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 09 Apr 2022 13:46:01 GMT 13 | 14 | __@jc0110cj__ says 15 | > Looks like 15.5 has the potential to resolve some of the issues in my split view plugin. But I'm always a bit sad to see workarounds that took a lot of effort rendered obsolete. Also I have to investigate a cosmetic issue that's emerged recently in a decade-old app. An image and text are colliding. The HTML/javascript hasn't changed since iOS 5 and this is the first time it has broken. The app's native code however has needed constant revision, mostly to replace deprecated stuff. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-04-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 11 Apr 2022 08:26:33 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 14 Apr 2022 08:26:36 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 17 Apr 2022 08:21:25 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 16 Apr 2022 14:04:31 GMT 13 | 14 | __@alex678__ says 15 | > Hello, i use a Cordova plugin (Ogury) and with the Android SDK 31, i get the following error : "No interface method getActivity()Landroid/app/Activity" . Do you know please what I must check ? 16 | > 17 | 18 | ### __Channel #plugins__ _(1 messages)_ 19 | --- 20 | 21 | Sat, 16 Apr 2022 19:02:01 GMT 22 | 23 | __@info460__ says 24 | > somebody is using Admob Plus plugin on Android please? I have a couple of queations 25 | > 26 | -------------------------------------------------------------------------------- /slack-digest/2022-04-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 18 Apr 2022 08:21:44 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 19 Apr 2022 08:22:44 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(2 messages)_ 10 | --- 11 | 12 | Mon, 18 Apr 2022 18:28:59 GMT 13 | 14 | __@alex678__ says 15 | > Hello everybody, for info, after my tests and changes. I successfully generated my Android App (executed on Xiaomi Mi 9T) with `cordova platform add `, do you know when the PR will be releated please ? 16 | > 17 | 18 | Tue, 19 Apr 2022 01:03:03 GMT 19 | 20 | __@norman137__ says 21 | > Due to the volunteer nature of Apache projects, we cannot reliably give any release timelines. I can say that cordova-android@11 is being worked though 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2022-04-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 20 Apr 2022 08:27:29 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 21 Apr 2022 08:26:39 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 22 Apr 2022 08:26:27 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-electron__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 22 Apr 2022 07:46:00 GMT 13 | 14 | __@marcin.zielezny__ says 15 | > Hi everyone - I'm using the newest Cordova Electron 3.0.0 integration - have anyone try to use hot reload with it ? Browser compilation is not solution for me because I'm using node integration for plugin support. Thanks for any comment ! 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-04-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 24 Apr 2022 08:21:26 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 25 Apr 2022 08:27:36 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-04-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 26 Apr 2022 08:21:53 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 25 Apr 2022 21:56:11 GMT 13 | 14 | __@mathewp.94__ says 15 | > Am I correct in thinking that if I wanted to deploy little toy apps that I create to an iPhone that I own, I need to pay Apple $99 a year for a developer account? Or is there a way to deploy directly to the phone without needing an account like you can with Android? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-04-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 27 Apr 2022 08:26:36 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 26 Apr 2022 11:21:47 GMT 13 | 14 | __@john518__ says 15 | > Has anyone ran into the “ld: symbol(s) not found for architecture x86_64” error when building a cordova project on the new Mac M1? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-04-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 28 Apr 2022 08:26:29 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 27 Apr 2022 18:15:33 GMT 13 | 14 | __@norman137__ says 15 | > PSA: 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-04-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 29 Apr 2022 08:27:18 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 02 May 2022 08:22:29 GMT 3 | 4 | [User count: 4688](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 06 May 2022 08:21:48 GMT 3 | 4 | [User count: 4689](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 07 May 2022 08:21:40 GMT 3 | 4 | [User count: 4689](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 08 May 2022 08:21:32 GMT 3 | 4 | [User count: 4689](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #plugins__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 07 May 2022 20:23:27 GMT 13 | 14 | __@alex678__ says 15 | > Hello, i use admob tomitank plugin on ios+windows. + ATT iOS 14 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-05-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 09 May 2022 08:22:04 GMT 3 | 4 | [User count: 4689](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 12 May 2022 08:26:38 GMT 3 | 4 | [User count: 4690](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 13 May 2022 08:26:28 GMT 3 | 4 | [User count: 4690](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 13 May 2022 08:13:42 GMT 13 | 14 | __@s.papageorgiou__ says 15 | > hello 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-05-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 14 May 2022 08:21:42 GMT 3 | 4 | [User count: 4690](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 13 May 2022 10:44:45 GMT 13 | 14 | __@alex678__ says 15 | > 💯 Hello everybody, with your last cordova android nightly build and last version of Android Studio, plus some small changes, i succesfully put in Google Play internal test my Android app with Target SDK 32. My app use plugins like Purchases, SQLite, keyboard, printing, share (small change to do in one file), and Admob plus consent manager. I can help other peoples if infos needed. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-05-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 15 May 2022 08:21:34 GMT 3 | 4 | [User count: 4690](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-16.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 16 May 2022 08:22:25 GMT 3 | 4 | [User count: 4690](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 17 May 2022 08:22:00 GMT 3 | 4 | [User count: 4690](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 20 May 2022 08:21:58 GMT 3 | 4 | [User count: 4690](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 25 May 2022 08:22:00 GMT 3 | 4 | [User count: 4691](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 24 May 2022 16:01:20 GMT 13 | 14 | __@alex678__ says 15 | > my app worked with api 32. but with an oldest nightly build 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-05-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 26 May 2022 08:23:48 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #france__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 25 May 2022 14:29:19 GMT 13 | 14 | __@youssmak__ says 15 | > @youssmak has left the channel 16 | > 17 | 18 | ### __Channel #ionic__ _(1 messages)_ 19 | --- 20 | 21 | Wed, 25 May 2022 14:30:02 GMT 22 | 23 | __@youssmak__ says 24 | > @youssmak has left the channel 25 | > 26 | -------------------------------------------------------------------------------- /slack-digest/2022-05-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 29 May 2022 08:21:38 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 30 May 2022 08:22:24 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-05-31.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 31 May 2022 08:22:30 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 02 Jun 2022 08:22:09 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 02 Jun 2022 03:20:48 GMT 13 | 14 | __@norman137__ says 15 | > what you link looks like enumerations of strings for the cordova bridge. 16 | > 17 | > Generally speaking that's a plugin detail, you don't usually use the cordova bridge directly from app code. 18 | > 19 | > It looks like they have APIs exposed on the `AdMob` object for setAppMuted/volumne, etc: 20 | > 21 | -------------------------------------------------------------------------------- /slack-digest/2022-06-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 03 Jun 2022 08:21:51 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 02 Jun 2022 13:12:28 GMT 13 | 14 | __@info460__ says 15 | > Hi everybody, so after many tests it seems that by disabling video Ads from Admob, I am getting only no sound/muted ad types to my apps. 16 | > Have a nice day. 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2022-06-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 04 Jun 2022 08:21:22 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 05 Jun 2022 08:21:23 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 06 Jun 2022 08:21:42 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 09 Jun 2022 08:22:33 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 10 Jun 2022 08:21:32 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 11 Jun 2022 08:21:23 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 12 Jun 2022 08:21:18 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(2 messages)_ 10 | --- 11 | 12 | Sat, 11 Jun 2022 21:31:52 GMT 13 | 14 | __@info460__ says 15 | > Hello one question please, I was googling but without success. 16 | > I have standard html audio mp3 playing in the app, working well. My problem is that if I send the app to background the music continue to play. What can be the best approach to stop the music if app in background? 17 | > thanks 18 | > 19 | 20 | Sat, 11 Jun 2022 23:23:32 GMT 21 | 22 | __@norman137__ says 23 | > Probably to listen for the `pause` event and programmatically pause the audio. 24 | > 25 | -------------------------------------------------------------------------------- /slack-digest/2022-06-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 13 Jun 2022 08:21:46 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 14 Jun 2022 08:21:57 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 13 Jun 2022 18:17:22 GMT 13 | 14 | __@s.papageorgiou__ says 15 | > hello 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-06-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 15 Jun 2022 08:22:07 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 18 Jun 2022 08:21:29 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 19 Jun 2022 08:21:20 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(2 messages)_ 10 | --- 11 | 12 | Sat, 18 Jun 2022 19:14:34 GMT 13 | 14 | __@harel.mazor__ says 15 | > I just encountered a strange bug in iOS 15.5 and was wondering if anyone else came across it: 16 | > The bug can be reproduced (sometime, but not hard to reproduce) by: 17 | > 1. Long click 18 | > 2. Drag 19 | > 3. Wait a bit before releasing 20 | > 4. --> bug: I get an extra click event where I started the drag (even though I didn't make that click). 21 | > It doesn't happen on safari, only on webview. 22 | > 23 | 24 | Sun, 19 Jun 2022 04:22:50 GMT 25 | 26 | __@s.papageorgiou__ says 27 | > hello 28 | > 29 | -------------------------------------------------------------------------------- /slack-digest/2022-06-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 21 Jun 2022 08:26:38 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #plugins__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 21 Jun 2022 06:10:15 GMT 13 | 14 | __@takuya__ says 15 | > We have released a barcode scanner plugin that supports the following types of reading. 16 | > We look forward to your use. 17 | > 18 | > - EAN-8 19 | > - EAN-13 20 | > - QR Code 21 | > 22 | > 23 | > 24 | -------------------------------------------------------------------------------- /slack-digest/2022-06-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 24 Jun 2022 08:22:03 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 26 Jun 2022 08:21:23 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 25 Jun 2022 15:59:20 GMT 13 | 14 | __@info460__ says 15 | > 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-06-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 27 Jun 2022 08:22:05 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 28 Jun 2022 08:22:26 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-06-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 29 Jun 2022 08:22:37 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(2 messages)_ 10 | --- 11 | 12 | Wed, 29 Jun 2022 01:07:38 GMT 13 | 14 | __@mathewp.94__ says 15 | > dumb question, is there a good way to test if my Java/Android SDK PATH and ENV variables are set up correctly? (on Mac) 16 | > 17 | 18 | Wed, 29 Jun 2022 01:07:53 GMT 19 | 20 | __@mathewp.94__ says 21 | > Just want to make sure I have that correct before I try to solve an Android app not building 22 | > 23 | 24 | ### __Channel #plugins__ _(1 messages)_ 25 | --- 26 | 27 | Tue, 28 Jun 2022 14:38:40 GMT 28 | 29 | __@jakob.pfab__ says 30 | > 👀 any suggestions ? 31 | > 32 | -------------------------------------------------------------------------------- /slack-digest/2022-07-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 02 Jul 2022 08:21:28 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 01 Jul 2022 20:51:12 GMT 13 | 14 | __@info460__ says 15 | > Have strange issue in Google Play - Internal testing 16 | > 17 | > Both my phones (one is listed as supported device) are flagged as not compatible in Internal testing. Anyone have some experience with.this? 18 | > P.S. they both meet SDK reqs, app, if sideloaded is working on them and are not excluded from testing 19 | > 20 | 21 | ### __Channel #general__ _(1 messages)_ 22 | --- 23 | 24 | Fri, 01 Jul 2022 15:54:30 GMT 25 | 26 | __@patrick662__ says 27 | > set the channel description: Dedicated to all you Cordova Developers 28 | > 29 | -------------------------------------------------------------------------------- /slack-digest/2022-07-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 03 Jul 2022 08:21:19 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(2 messages)_ 10 | --- 11 | 12 | Sat, 02 Jul 2022 17:10:23 GMT 13 | 14 | __@patrick662__ says 15 | > What version of cordova for android are you using? Most likely you're not supporting one of the modern OS systems. 16 | > 17 | 18 | Sun, 03 Jul 2022 06:51:30 GMT 19 | 20 | __@info460__ says 21 | > using cordova 10.1 and Android platform 9x 22 | > minSDK19 and targetSDK30 23 | > P.S. The phones are android 8 and 8.1 24 | > 25 | -------------------------------------------------------------------------------- /slack-digest/2022-07-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 04 Jul 2022 08:22:30 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 05 Jul 2022 08:31:21 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 04 Jul 2022 12:15:22 GMT 13 | 14 | __@ucheozoemena__ says 15 | > Hi folks, please has anyone experienced a situation where `dispatchKeyEvent` fails to fire when the backbutton is pressed? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-07-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 06 Jul 2022 08:31:27 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 07 Jul 2022 08:32:35 GMT 3 | 4 | [User count: 4692](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 08 Jul 2022 08:22:03 GMT 3 | 4 | [User count: 4693](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 10 Jul 2022 08:21:28 GMT 3 | 4 | [User count: 4693](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 11 Jul 2022 08:22:35 GMT 3 | 4 | [User count: 4693](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 10 Jul 2022 09:26:20 GMT 13 | 14 | __@alex678__ says 15 | > Hello everybody, i have my Cordova (cordova-ios@6.2.0) app on prod on iOS 15. Do you know if there is something to do to be compatible with iOS 16 ? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-07-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 12 Jul 2022 08:22:03 GMT 3 | 4 | [User count: 4693](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 17 Jul 2022 08:21:24 GMT 3 | 4 | [User count: 4693](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 18 Jul 2022 08:22:02 GMT 3 | 4 | [User count: 4694](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 19 Jul 2022 08:21:47 GMT 3 | 4 | [User count: 4694](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 23 Jul 2022 08:21:42 GMT 3 | 4 | [User count: 4694](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 24 Jul 2022 08:21:35 GMT 3 | 4 | [User count: 4694](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 27 Jul 2022 08:22:08 GMT 3 | 4 | [User count: 4695](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 26 Jul 2022 23:54:22 GMT 13 | 14 | __@patrick662__ says 15 | > Every year, I go through the process of completely rebuilding my iOS build of cordova so I have the latest CLI, iOS platform and plugins. Nice and Clean. I'm getting an error on build where it is saying CDVFile.h file not found. Any suggestions where I can look to fix this? 🤓 I've attached a screenshot of the error in x-code. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-07-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 28 Jul 2022 08:22:10 GMT 3 | 4 | [User count: 4695](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 29 Jul 2022 08:21:55 GMT 3 | 4 | [User count: 4695](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-07-31.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 31 Jul 2022 08:21:27 GMT 3 | 4 | [User count: 4695](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 02 Aug 2022 08:22:14 GMT 3 | 4 | [User count: 4695](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 01 Aug 2022 10:35:51 GMT 13 | 14 | __@jcesarmobile__ says 15 | > Better check the version that appears on or check navigator.userAgent 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-08-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 03 Aug 2022 08:22:05 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 04 Aug 2022 08:22:21 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 03 Aug 2022 10:29:56 GMT 13 | 14 | __@harel.mazor__ says 15 | > Can someone from the maintainers team take a look at the following issue: 16 | > 17 | > Latest changes to cordova-plugin-file are creating a problem when trying to use content:// (i.e. file shared with the app). 18 | > The solution is there and there's a request to help run the tests etc... 19 | > Would be great if this could be fixed and a new version is created... 20 | > 21 | -------------------------------------------------------------------------------- /slack-digest/2022-08-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 05 Aug 2022 08:21:42 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 07 Aug 2022 08:21:27 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 10 Aug 2022 08:21:41 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 11 Aug 2022 08:21:43 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 12 Aug 2022 08:21:46 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 14 Aug 2022 08:21:25 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 15 Aug 2022 08:21:42 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 17 Aug 2022 08:22:33 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 16 Aug 2022 13:01:21 GMT 13 | 14 | __@jcesarmobile__ says 15 | > Splash screen was a disaster, so let’s see how the photo picker goes 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-08-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 18 Aug 2022 08:21:39 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 17 Aug 2022 11:40:18 GMT 13 | 14 | __@info460__ says 15 | > I was checking the new features of Android 13 and it looks to me, that instead of harmonizing UI, Google decided for much more invasive approach in relation of user's data. 16 | > Aesthetics and Dancing playback bar seems to be just excuse for the changes under the hood. 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2022-08-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 19 Aug 2022 08:21:46 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 20 Aug 2022 08:21:50 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 21 Aug 2022 08:21:37 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 22 Aug 2022 08:21:54 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 23 Aug 2022 08:21:51 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #plugins__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 22 Aug 2022 17:10:53 GMT 13 | 14 | __@chadori__ says 15 | > Hi everyone, did anyone experience `cordova-plugin-dialogs` launching prompts where the text field isn't clickable? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-08-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 25 Aug 2022 08:22:08 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 26 Aug 2022 08:21:52 GMT 3 | 4 | [User count: 4696](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 27 Aug 2022 08:21:44 GMT 3 | 4 | [User count: 4697](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 28 Aug 2022 08:21:40 GMT 3 | 4 | [User count: 4697](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 29 Aug 2022 08:21:48 GMT 3 | 4 | [User count: 4697](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 30 Aug 2022 08:22:08 GMT 3 | 4 | [User count: 4697](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-08-31.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 31 Aug 2022 08:21:47 GMT 3 | 4 | [User count: 4697](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 01 Sep 2022 08:22:15 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 02 Sep 2022 08:22:21 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(2 messages)_ 10 | --- 11 | 12 | Thu, 01 Sep 2022 15:33:28 GMT 13 | 14 | __@prasunjajodia__ says 15 | > ```TypeError: Cannot read property 'find' of null 16 | > at D:\myApp\node_modules\cordova-android\lib\prepare.js:387:49``` 17 | > Update: Found out this was an issue in android 11 coz of 18 | > 19 | 20 | Thu, 01 Sep 2022 15:35:12 GMT 21 | 22 | __@prasunjajodia__ says 23 | > My solution: Use native file picker 😄 24 | > 25 | -------------------------------------------------------------------------------- /slack-digest/2022-09-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 03 Sep 2022 08:21:39 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 02 Sep 2022 10:31:37 GMT 13 | 14 | __@marek.kozela__ says 15 | > Hi everyone, has someone experienced the similar problem that I described here? Thank you very much for your help. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-09-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 04 Sep 2022 08:21:33 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 05 Sep 2022 08:21:50 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 06 Sep 2022 08:21:53 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 07 Sep 2022 08:22:29 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 06 Sep 2022 14:31:44 GMT 13 | 14 | __@info460__ says 15 | > Due to my SSL certificate problem, my website with Privacy Policy page for my apps was unavailable for 24h. 2 of my app vere removed from G Play immediately and I suppose my developer ranking got big hit as well. 16 | > Careful about this. 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2022-09-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 09 Sep 2022 08:22:35 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 11 Sep 2022 08:21:45 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 12 Sep 2022 08:22:17 GMT 3 | 4 | [User count: 4698](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-16.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 16 Sep 2022 08:22:08 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 15 Sep 2022 08:47:50 GMT 13 | 14 | __@azoulay.jordan__ says 15 | > Hello Slack Cordova, may be one of you have a answer from this ? 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-09-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 17 Sep 2022 08:21:57 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 18 Sep 2022 08:21:45 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 19 Sep 2022 08:22:44 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-20.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 20 Sep 2022 08:22:32 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 21 Sep 2022 08:23:13 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 22 Sep 2022 08:22:36 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 23 Sep 2022 08:22:25 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 24 Sep 2022 08:21:55 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(2 messages)_ 10 | --- 11 | 12 | Sat, 24 Sep 2022 02:58:47 GMT 13 | 14 | __@dpogue__ says 15 | > This seems like something work keeping an eye on... 16 | > 17 | 18 | Sat, 24 Sep 2022 03:31:44 GMT 19 | 20 | __@dpogue__ says 21 | > It is super unclear from reading that if they intend for it to affect the Android WebView 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2022-09-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 25 Sep 2022 08:21:57 GMT 3 | 4 | [User count: 4699](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 26 Sep 2022 08:22:37 GMT 3 | 4 | [User count: 4700](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-27.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 27 Sep 2022 08:23:37 GMT 3 | 4 | [User count: 4700](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 26 Sep 2022 19:11:05 GMT 13 | 14 | __@dpogue__ says 15 | > For those who want to participate, registration is now open for Hacktoberfest 2022: 16 | > (and we always welcome PRs to Cordova repos, especially ones to improve documentation and test cases :simple_smile:) 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2022-09-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 28 Sep 2022 08:22:54 GMT 3 | 4 | [User count: 4700](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-09-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 29 Sep 2022 08:22:38 GMT 3 | 4 | [User count: 4700](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(3 messages)_ 10 | --- 11 | 12 | Wed, 28 Sep 2022 21:46:50 GMT 13 | 14 | __@dpogue__ says 15 | > Not sure if this is affecting anyone's Cordova apps, but FYI: 16 | > 17 | 18 | Wed, 28 Sep 2022 22:09:55 GMT 19 | 20 | __@jcesarmobile__ says 21 | > Wops 22 | > 23 | 24 | Wed, 28 Sep 2022 22:16:48 GMT 25 | 26 | __@norman137__ says 27 | > Tomorrow I'll have one of my developers see if they can reproduce the issue on an iOS 16 simulator. 28 | > 29 | > Having local storage randomly cleared is kind of problematic for one of my apps... argh 30 | > 31 | -------------------------------------------------------------------------------- /slack-digest/2022-10-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 01 Oct 2022 08:22:19 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Sat, 01 Oct 2022 00:18:59 GMT 13 | 14 | __@jessica__ says 15 | > wow, terrible! 16 | > 17 | > good thing looks like , hope it makes it to ios 16 soon, i'm not sure how their update flow works between webkit and ios safari/wkwebview. 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2022-10-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 02 Oct 2022 08:22:10 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-03.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 03 Oct 2022 08:22:34 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 04 Oct 2022 08:22:42 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 05 Oct 2022 08:22:11 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 04 Oct 2022 19:54:03 GMT 13 | 14 | __@dpogue__ says 15 | > ooooh 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-10-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 06 Oct 2022 08:22:38 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 07 Oct 2022 08:22:38 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 08 Oct 2022 08:22:14 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 09 Oct 2022 08:22:11 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 10 Oct 2022 08:23:04 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 11 Oct 2022 08:22:53 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-12.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 12 Oct 2022 08:22:14 GMT 3 | 4 | [User count: 4704](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 11 Oct 2022 15:15:48 GMT 13 | 14 | __@info460__ says 15 | > Hello, one question about Admob please. 16 | > Is there a way how to close ad from within the app(after specific time) or app have to be closed by user? Thank you 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2022-10-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 13 Oct 2022 08:22:24 GMT 3 | 4 | [User count: 4705](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 14 Oct 2022 08:22:36 GMT 3 | 4 | [User count: 4705](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 15 Oct 2022 08:22:23 GMT 3 | 4 | [User count: 4706](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-16.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 16 Oct 2022 08:22:21 GMT 3 | 4 | [User count: 4706](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 17 Oct 2022 08:23:46 GMT 3 | 4 | [User count: 4706](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-22.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 22 Oct 2022 08:22:24 GMT 3 | 4 | [User count: 4708](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 23 Oct 2022 08:22:13 GMT 3 | 4 | [User count: 4708](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-24.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 24 Oct 2022 08:23:36 GMT 3 | 4 | [User count: 4708](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-26.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 26 Oct 2022 08:22:08 GMT 3 | 4 | [User count: 4709](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-28.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 28 Oct 2022 08:22:23 GMT 3 | 4 | [User count: 4710](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 27 Oct 2022 15:01:18 GMT 13 | 14 | __@noelie__ says 15 | > Hello! 16 | > I hope you could help me. 17 | > I had to update the OneSignal plugin, and, even though I followed all the necessary steps, it just... doesn't work. 18 | > I got the "Could not build module OneSignal' error and 'OneSignalCore/OneSignalCore.h" not found. Has anyone got these messages? I got the ${inherited} flag in my Framework_search_paths. But I have no idea if that's what's the problem. 19 | > Thank you for your help ! 20 | > 21 | -------------------------------------------------------------------------------- /slack-digest/2022-10-29.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 29 Oct 2022 08:21:55 GMT 3 | 4 | [User count: 4710](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-10-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 30 Oct 2022 08:21:49 GMT 3 | 4 | [User count: 4710](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-11-01.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 01 Nov 2022 08:22:09 GMT 3 | 4 | [User count: 4711](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 31 Oct 2022 19:56:34 GMT 13 | 14 | __@mathewp.94__ says 15 | > I've been using the cordova diagnostic plugin to request permission on iOS for fine for some time, but using it for Android (the latest version of the plugin), when I request permission I just get a permanent denial from the OS instead of a prompt. I'm wondering if it's because I'm not building my app with a target SDK of 33? (I'm using a device running android 13) 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-11-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 02 Nov 2022 08:22:10 GMT 3 | 4 | [User count: 4712](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 01 Nov 2022 12:01:24 GMT 13 | 14 | __@info460__ says 15 | > Somebody can tell me if it's possible to do some Web Scrapping from inside the Cordova app? I mean connect to a website, take specific parts of it and show it inside of Cordova app. thank you 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-11-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 04 Nov 2022 08:22:13 GMT 3 | 4 | [User count: 4714](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(2 messages)_ 10 | --- 11 | 12 | Thu, 03 Nov 2022 22:31:19 GMT 13 | 14 | __@info460__ says 15 | > Hello one question please. I can set the timer to play MP3 after specific time which is on my device working even if app is in Background. Is there a option to call Cordova app to foreground as well when the time run off? 16 | > 17 | 18 | Fri, 04 Nov 2022 00:54:20 GMT 19 | 20 | __@norman137__ says 21 | > I don't even think native has that functionality, the best you can probably do is fire a local notification to the user... I think 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2022-11-06.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 06 Nov 2022 08:21:36 GMT 3 | 4 | [User count: 4714](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-11-07.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 07 Nov 2022 08:22:18 GMT 3 | 4 | [User count: 4714](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-11-09.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 09 Nov 2022 08:22:11 GMT 3 | 4 | [User count: 4715](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 08 Nov 2022 20:20:26 GMT 13 | 14 | __@patel.aakash__ says 15 | > I recently upgraded my application from Angular 10.0.14 and Cordova 9.0 to Angular 12.2.16 and Cordova 11.0. As a part of the upgrade I had to update few other dependencies to be able to make it work with the newer versions. After the upgrade I have started seeing some discrepancies in the UI of the app(details in the pictures below). 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-11-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 13 Nov 2022 08:21:41 GMT 3 | 4 | [User count: 4716](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #plugins__ _(1 messages)_ 10 | --- 11 | 12 | Sun, 13 Nov 2022 05:02:51 GMT 13 | 14 | __@norman137__ says 15 | > If you're testing on emulators, there is bug with the splashscreen where the splashscreen doesn't display properly, but usually works on subsequent launches. It's a bug within the emulator itself. 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-11-14.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 14 Nov 2022 08:22:09 GMT 3 | 4 | [User count: 4717](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #plugins__ _(2 messages)_ 10 | --- 11 | 12 | Sun, 13 Nov 2022 12:33:20 GMT 13 | 14 | __@jcesarmobile__ says 15 | > No, it’s a bug on android 12, happens on real devices too 16 | > 17 | 18 | Sun, 13 Nov 2022 12:33:56 GMT 19 | 20 | __@jcesarmobile__ says 21 | > It happens when you launch from android studio, but not if you launch from the app icon 22 | > 23 | -------------------------------------------------------------------------------- /slack-digest/2022-11-16.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 16 Nov 2022 08:22:30 GMT 3 | 4 | [User count: 4718](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-11-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 17 Nov 2022 08:22:04 GMT 3 | 4 | [User count: 4718](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 16 Nov 2022 14:10:03 GMT 13 | 14 | __@noelie__ says 15 | > Hello, another problem yet again, 16 | > I have my build-debug file not finding the pods-debug.xcconfig even though it does exists. 17 | > the path it gives me is "../pods-debug.xcconfig". I cannot edit this file. Could someone help me? Apple is driving me completely nuts. 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2022-11-18.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 18 Nov 2022 08:21:41 GMT 3 | 4 | [User count: 4718](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-11-19.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 19 Nov 2022 08:21:33 GMT 3 | 4 | [User count: 4718](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #plugins__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 18 Nov 2022 22:31:07 GMT 13 | 14 | __@alex678__ says 15 | > Hello, i'm developping new version of my app, then it works on Android SDK 32 Simulator, but crash on my Xiaomi SDK 30, also screensplash problem : Binary XML file line #24 in com.consultali.izitime:layout/splash_screen_view: if you have any idea please 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-11-21.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 21 Nov 2022 08:21:57 GMT 3 | 4 | [User count: 4718](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-11-23.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 23 Nov 2022 08:21:36 GMT 3 | 4 | [User count: 4719](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 23 Nov 2022 01:54:41 GMT 13 | 14 | __@purplecabbage__ says 15 | > Hello devs! We have a brand new shiny site for code talk. Apache has enabled github discussions. 16 | > This new site, _**_ is probably better for more async / long-form conversations, and can also be used as a resource to search if someone has already asked the same question. Our free-tier use of #slack only lets us see the last 10k messages. 17 | > 18 | -------------------------------------------------------------------------------- /slack-digest/2022-11-25.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 25 Nov 2022 08:21:31 GMT 3 | 4 | [User count: 4720](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(2 messages)_ 10 | --- 11 | 12 | Thu, 24 Nov 2022 17:30:24 GMT 13 | 14 | __@info460__ says 15 | > Hi, just noticed Cordova Common 4.1 released. How to upgrade existing project please? 16 | > 17 | 18 | Thu, 24 Nov 2022 17:39:15 GMT 19 | 20 | __@norman137__ says 21 | > if you use global install `npm install -g cordova` should be sufficient to get the update. 22 | > 23 | > If you're using local installs, then `npm upgrade cordova` 24 | > 25 | -------------------------------------------------------------------------------- /slack-digest/2022-11-30.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Wed, 30 Nov 2022 08:21:38 GMT 3 | 4 | [User count: 4723](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #plugins__ _(1 messages)_ 10 | --- 11 | 12 | Tue, 29 Nov 2022 08:50:25 GMT 13 | 14 | __@jesper__ says 15 | > How are people handling error logging? (any awesome plugins?) Im trying to log every single thing that will help me debug an issue, when it occurs… just curious as to how everyone else is doing it / best practices. 16 | > 17 | > We use Sentry currently. 18 | > 19 | -------------------------------------------------------------------------------- /slack-digest/2022-12-02.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 02 Dec 2022 08:21:15 GMT 3 | 4 | [User count: 4724](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 01 Dec 2022 13:55:32 GMT 13 | 14 | __@info460__ says 15 | > Probably overkill but I think can be possible in Google Colab 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-12-04.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 04 Dec 2022 08:21:10 GMT 3 | 4 | [User count: 4724](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-12-05.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Mon, 05 Dec 2022 08:21:28 GMT 3 | 4 | [User count: 4724](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-12-08.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 08 Dec 2022 08:21:25 GMT 3 | 4 | [User count: 4726](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-android__ _(1 messages)_ 10 | --- 11 | 12 | Wed, 07 Dec 2022 17:35:09 GMT 13 | 14 | __@patrick662__ says 15 | > I'm so close to getting everything to work with the latest cordova-android but when I build I get following build error? I made sure in Android Studio I have the latest SDK installed along with the these two tags in my config.xml - Any suggestions plese? 16 | > 17 | > <preference name="android-compileSdkVersion" value="32" /> 18 | > <preference name="android-targetSdkVersion" value="32" /> 19 | > 20 | > _No usable Android build tools found. Highest 32.x installed version is 30.0.3; Recommended version is 32.0.0_ 21 | > 22 | -------------------------------------------------------------------------------- /slack-digest/2022-12-10.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 10 Dec 2022 08:21:11 GMT 3 | 4 | [User count: 4728](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #cordova-ios__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 09 Dec 2022 14:44:37 GMT 13 | 14 | __@ken446__ says 15 | > Hello everyone! Just joined cordova slack. I noticed the ios platform doc still says you need an Intel machine, but I’m up and running on an M1 Macbook Pro, and am about to send my Intel MBP in for credit. Am I missing something? 16 | > 17 | 18 | ### __Channel #plugins__ _(1 messages)_ 19 | --- 20 | 21 | Fri, 09 Dec 2022 21:48:01 GMT 22 | 23 | __@patrick662__ says 24 | > any suggestions for a QR Reader Plugin that works with Cordova-Android 11? 25 | > 26 | -------------------------------------------------------------------------------- /slack-digest/2022-12-11.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sun, 11 Dec 2022 08:21:14 GMT 3 | 4 | [User count: 4728](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-12-13.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Tue, 13 Dec 2022 08:21:29 GMT 3 | 4 | [User count: 4729](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Mon, 12 Dec 2022 18:53:07 GMT 13 | 14 | __@xinube__ says 15 | > What's a working replacement in Cordova 11 for File-Transfer? I need to download (preferably in-app) and also be able to open the destination folder after 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-12-15.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Thu, 15 Dec 2022 08:21:27 GMT 3 | 4 | [User count: 4729](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | -------------------------------------------------------------------------------- /slack-digest/2022-12-16.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Fri, 16 Dec 2022 08:21:02 GMT 3 | 4 | [User count: 4729](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #random__ _(1 messages)_ 10 | --- 11 | 12 | Thu, 15 Dec 2022 22:20:28 GMT 13 | 14 | __@dpogue__ says 15 | > The CSS Working Group is trying to reach a conclusion on a multi-year debate about how to standardize nesting CSS rules. Please look at the options and examples and provide input in the survey here: 16 | > 17 | -------------------------------------------------------------------------------- /slack-digest/2022-12-17.md: -------------------------------------------------------------------------------- 1 | ## Cordova Slack Digest 2 | Sat, 17 Dec 2022 08:20:55 GMT 3 | 4 | [User count: 4729](https://cordova.slack.com/) 5 | 6 | 7 | Join the conversation at [slack.cordova.io](http://slack.cordova.io/) 8 | 9 | ### __Channel #general__ _(1 messages)_ 10 | --- 11 | 12 | Fri, 16 Dec 2022 18:07:24 GMT 13 | 14 | __@brando2147__ says 15 | > Hey guys, has anyone ran into this FLAG_MUTABLE error when targeting SDK 31 with push plugin? 16 | > 17 | -------------------------------------------------------------------------------- /tweets/cordova-android-11.0.0.tweet: -------------------------------------------------------------------------------- 1 | In case you missed it, Cordova Android 11.0.0 is out, supports API 32, and covers the current Google Play SDK requirements. 2 | 3 | https://cordova.apache.org/announcements/2022/07/12/cordova-android-release-11.0.0.html 4 | -------------------------------------------------------------------------------- /tweets/cordova-android-12.0.0.tweet: -------------------------------------------------------------------------------- 1 | Cordova Android 12.0.0 has been released! Thisrelease contains breaking & features changes! 2 | 3 | - Added Android 13 support. 4 | - Increased minimum support to Android 7.0 5 | - Updated app project dependencies 6 | 7 | More details and changes on our blog post: https://cordova.apache.org/announcements/2023/05/22/cordova-android-12.0.0.html 8 | -------------------------------------------------------------------------------- /tweets/cordova-browser-7.0.0.tweet: -------------------------------------------------------------------------------- 1 | Cordova Browser 7.0.0 major update has been released! This major release contains a security patch among other maintenance changes. 2 | 3 | https://cordova.apache.org/announcements/2023/05/13/cordova-browser-release-7.0.0.html 4 | -------------------------------------------------------------------------------- /tweets/cordova-cli-12.0.0.tweet: -------------------------------------------------------------------------------- 1 | Cordova CLI 12.0.0 & internal packages has been released! This major release contains breaking changes! 2 | 3 | - Dropped node 14 support 4 | - Removed OSX & Windows from platform listing 5 | - Removed platform pinnings 6 | 7 | More details and changes on our blog post: https://cordova.apache.org/news/2023/05/22/cordova-cli-12.0.0.html 8 | -------------------------------------------------------------------------------- /tweets/cordova-ios-6.1.1.tweet: -------------------------------------------------------------------------------- 1 | Cordova iOS 6.1.1 patch update has been released! This fixes issues when deploying to connected devices. 2 | 3 | https://cordova.apache.org/announcements/2020/08/31/cordova-ios-6.1.1.html 4 | -------------------------------------------------------------------------------- /tweets/cordova-ios-6.2.0.tweet: -------------------------------------------------------------------------------- 1 | Cordova iOS 6.2.0 minor update has been released! This release contains small bug fixes, dependency updates and resolves some splashscreen issues. 2 | 3 | https://cordova.apache.org/announcements/2021/02/04/cordova-ios-release-6.2.0.html -------------------------------------------------------------------------------- /tweets/cordova-ios-6.3.0.tweet: -------------------------------------------------------------------------------- 1 | Cordova iOS 6.3.0 minor update has been released! This minor release contains three important fixes in preparation for the upcoming major release. 2 | 3 | https://cordova.apache.org/announcements/2023/04/15/cordova-ios-release-6.3.0.html 4 | -------------------------------------------------------------------------------- /tweets/cordova-plugin-media-6.1.0.tweet: -------------------------------------------------------------------------------- 1 | We are happy to announce that we released cordova-plugin-media@6.1.0! 2 | 3 | https://cordova.apache.org/news/2022/09/09/media-plugin-6.1.0.html 4 | -------------------------------------------------------------------------------- /tweets/cordova-plugin-screen-orientation-3.0.3.tweet: -------------------------------------------------------------------------------- 1 | We are happy to announce that we released cordova-plugin-screen-orientation@3.0.3! 2 | 3 | https://cordova.apache.org/news/2023/02/24/screen-orientation-plugin-3.0.3.html 4 | -------------------------------------------------------------------------------- /tweets/electron-3.1.0-release.tweet: -------------------------------------------------------------------------------- 1 | We are happy to announce that we have released cordova-electron@3.1.0! 2 | 3 | https://cordova.apache.org/announcements/2022/05/30/cordova-electron-release-3.1.0.html 4 | -------------------------------------------------------------------------------- /tweets/file-device.tweet: -------------------------------------------------------------------------------- 1 | We are happy to announce that we have just released an update for cordova-plugin-file & cordova-plugin-device! Read more: https://cordova.apache.org/news/2022/04/11/file-plugin-7.0.0-device-plugin-2.1.0-release.html 2 | -------------------------------------------------------------------------------- /tweets/firstTest.tweet: -------------------------------------------------------------------------------- 1 | Mr. Watson — Come here — I want to see you. 2 | Testing out twitter-together. 3 | -------------------------------------------------------------------------------- /tweets/goodbye-phonegap.tweet: -------------------------------------------------------------------------------- 1 | The contributors of Apache Cordova would like to thank the @phonegap team and say goodbye. The core of PhoneGap is still alive as Apache Cordova. 2 | 3 | https://cordova.apache.org/announcements/2020/08/14/goodbye-phonegap.html 4 | -------------------------------------------------------------------------------- /tweets/media-6.0.0-media-capture-4.0.0-release.tweet: -------------------------------------------------------------------------------- 1 | We are happy to announce that we have released cordova-plugin-media@6.0.0 & cordova-plugin-media-capture@4.0.0! 2 | 3 | https://cordova.apache.org/news/2022/05/30/media-plugin-6.0.0-media-capture-plugin-4.0.0-release.html 4 | -------------------------------------------------------------------------------- /tweets/osx-deprecate.tweet: -------------------------------------------------------------------------------- 1 | The cordova-osx platform is now deprecated. But cordova-ios and cordova-electron offer an alternative. https://cordova.apache.org/announcements/ 2 | -------------------------------------------------------------------------------- /tweets/survey-2023.tweet: -------------------------------------------------------------------------------- 1 | The Apache Cordova projects wants to understand the users and contributors better. Therefore, we invite you take part in a short survey for app developers and contributors of Cordova plugins. Read more: https://cordova.apache.org/announcements/2023/11/24/survey.html -------------------------------------------------------------------------------- /tweets/twitter-community.tweet: -------------------------------------------------------------------------------- 1 | Please join our new Twitter community to keep in touch with other Cordova developers and share news about the cross-platform ecosystem https://twitter.com/i/communities/1493862820798251008 2 | -------------------------------------------------------------------------------- /tweets/welcome.tweet: -------------------------------------------------------------------------------- 1 | Apache Cordova is now using twitter-together! You can now expect more frequent messages from us. 2 | https://github.com/gr2m/twitter-together 3 | --------------------------------------------------------------------------------