Re: clipboardData on Mobile?

2021-01-28 Thread Trevor DeVore via use-livecode
This should be possible using LCB. Years ago I posted code for an external
that copied to clipboard on iOS. I would guess that the APIs would be
straightforward to wrap in LCB for someone motivated enough to do it. Here
is the project:

https://github.com/trevordevore/iosclipboard

I don’t know about Android, but I believe there is a fair amount of Android
LCB code in the livecode GitHub repo that could used for guidance.

--
Trevor DeVore
ScreenSteps


On Thu, Jan 28, 2021 at 3:03 AM matthias rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> > But i am afraid using a LC to copy/paste to/from Clipboard on mobile is
> currently not possible.
>
>
> was meanto be
>
> But i am afraid using a LC script to copy/paste to/from clipboard on
> mobile is currently not possible.
>
>
>
>
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
>
> > Am 28.01.2021 um 09:32 schrieb matthias rebbe via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > Hi Dan,
> >
> > The ClipboardData property is only supported on desktop operating
> systems.
> >
> > If using native fields, then you could let the mobile os copy/paste the
> clipboard data.
> >
> > But i am afraid using a LC to copy/paste to/from Clipboard on mobile is
> currently not possible.
> >
> >
> > -
> > Matthias Rebbe
> > Life Is Too Short For Boring Code
> >
> >> Am 28.01.2021 um 00:56 schrieb Dan Friedman via use-livecode <
> use-livecode@lists.runrev.com>:
> >>
> >> Greetings!
> >>
> >> Is there a way to set the clipboardData a mobile device?  (iOS and
> Android).
> >>
> >> Client want's a "copy" button so they can paste the text outside of the
> app (in Notes, or a external document).
> >>
> >>
> >> -Dan
> >>
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: clipboardData on Mobile?

2021-01-28 Thread Mark Smith via use-livecode
I could definitely use the same feature in my upcoming app. Does anyone know if 
a feature request has been logged?

> On Jan 27, 2021, at 11:56 PM, Dan Friedman via use-livecode 
>  wrote:
> 
> Greetings!
> 
> Is there a way to set the clipboardData a mobile device?  (iOS and Android).
> 
> Client want's a "copy" button so they can paste the text outside of the app 
> (in Notes, or a external document).
> 
> 
> -Dan
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: clipboardData on Mobile?

2021-01-28 Thread matthias rebbe via use-livecode
> But i am afraid using a LC to copy/paste to/from Clipboard on mobile is 
> currently not possible.


was meanto be

But i am afraid using a LC script to copy/paste to/from clipboard on mobile is 
currently not possible.




-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 28.01.2021 um 09:32 schrieb matthias rebbe via use-livecode 
> :
> 
> Hi Dan,
> 
> The ClipboardData property is only supported on desktop operating systems.
> 
> If using native fields, then you could let the mobile os copy/paste the 
> clipboard data.
> 
> But i am afraid using a LC to copy/paste to/from Clipboard on mobile is 
> currently not possible.
> 
> 
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
> 
>> Am 28.01.2021 um 00:56 schrieb Dan Friedman via use-livecode 
>> :
>> 
>> Greetings!
>> 
>> Is there a way to set the clipboardData a mobile device?  (iOS and Android).
>> 
>> Client want's a "copy" button so they can paste the text outside of the app 
>> (in Notes, or a external document).
>> 
>> 
>> -Dan
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: clipboardData on Mobile?

2021-01-28 Thread matthias rebbe via use-livecode
Hi Dan,

The ClipboardData property is only supported on desktop operating systems.

If using native fields, then you could let the mobile os copy/paste the 
clipboard data.

But i am afraid using a LC to copy/paste to/from Clipboard on mobile is 
currently not possible.


-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 28.01.2021 um 00:56 schrieb Dan Friedman via use-livecode 
> :
> 
> Greetings!
> 
> Is there a way to set the clipboardData a mobile device?  (iOS and Android).
> 
> Client want's a "copy" button so they can paste the text outside of the app 
> (in Notes, or a external document).
> 
> 
> -Dan
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


clipboardData on Mobile?

2021-01-27 Thread Dan Friedman via use-livecode
Greetings!

Is there a way to set the clipboardData a mobile device?  (iOS and Android).

Client want's a "copy" button so they can paste the text outside of the app (in 
Notes, or a external document).


-Dan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode