IraSoro / peri

The period tracker app
https://irasoro.github.io/peri/
20 stars 8 forks source link

Fixed `Download latest release` button #243

Closed imblowfish closed 2 months ago

imblowfish commented 2 months ago

Closes #242

I tried all available options for window.open's target parameter, such as _system, _blank, _self, but nothing works I tried to use @capacitor/browser instead of window.open, but it doesn't work. The browser is still opens page and nothing happens

Also I checked capacitor's github issues and didn't find anything useful to fix this behavior. so, instead I decided to replace our current download flow to the following flow, it's not as convenient as before, but at least it works: image image image

For @ionic/browser using I upgraded ionic and capacitor to the latest versions As you can see also I placed Dockerfile in the repository and changed BUILDING.md file