Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-03-01 Thread Andrew at MWCM via use-livecode
> andrew, > ok, now i'm curious: > do you also do deep linking into your app, itself? > I've thought about doing that, but I've never tried to figure out how. No deep linking INTO (but I think that is covered at https://lessons.livecode.com/m/4069/l/58672-using-custom-url-schemes

Re: On mobile: mergAVRequestMediaAccess "video" and androidRequestPermission "android.permission.CAMERA"

2023-03-01 Thread Mike Kerner via use-livecode
andrew, ok, now i'm curious: do you also do deep linking into your app, itself? I've thought about doing that, but I've never tried to figure out how. On Tue, Feb 28, 2023 at 4:13 PM Andrew at MWCM via use-livecode < use-livecode@lists.runrev.com> wrote: > > > > Date: Tue, 28 Feb 2023 10:14:37

Re: I need to fetch some text from a WP website, but need to login first

2023-03-01 Thread jbv via use-livecode
Hello, The WP REST API can be really slow and therefore painful to use. I recently had to make changes in a couple of WP websites and found it much easier to write data straight into the DB. jbv Le 2023-02-28 18:57, pere xavier Rossello via use-livecode a écrit : Hi. The easy way to do this