pawelzwronek
pawelzwronek
Normally Vite is hot reloading only one file I changed. In normal/properly written app I think this is expected behaviour but in my app this lead to many memory leaks...
Try replace line in file FileOpener2.java function _open from ```cordova.getActivity().startActivity(intent);``` to ```cordova.getActivity().getApplicationContext().startActivity(intent);``` It helped me to run uninstall and open older version of apk to do self downgrade. Or add...
For me crucial was this commit 3eb2bc73806d658260aa748dbb83f23def7fb830 Make sure flag `Intent.FLAG_ACTIVITY_NO_HISTORY` is removed
Is it working with any older version?
So why did you write "not working AGAIN", like it worked for you in the past? This is some new bug on you side or the plugin, right?
It looks like new Android 10 is the issue. Can you describe the use case, when you get the error?
I dont know any translation service. Fast and simple solution I think would be providing link to google spreadsheet with separate tab per lang where volunteers could contribute. On first...
This is the public link https://docs.google.com/spreadsheets/d/1DF1E0AxBPxt4_TahwRMtXePkcGRCkJtpOahhHh4qr2I/ Some cells are protected to avoid vandalism. I wanted to give you write access to them but you have to own gmail address :(
So how do you like the shit, I mean sheet? Dont hesitate to change what you feel need to be changed. Where'll you put the link?
Making it a separate extension will make users dont know it exists unless we advertise it somehow in Settings tab or somewhere else. Btw. does UI++ passed GF validation? If...