RE: Browser Widget and Twitter on iOS 13

2020-08-17 Thread Ralph DiMola via use-livecode
...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Linda Miller via use-livecode Sent: Saturday, August 15, 2020 2:53 PM To: use-livecode@lists.runrev.com Cc: Linda Miller Subject: RE: Browser Widget and Twitter on iOS 13 Why

RE: Browser Widget and Twitter on iOS 13

2020-08-15 Thread Linda Miller via use-livecode
Why not check if it is going to a URL that contains “twitter.com” and feed the correct user agent prior to going to the website since it is only a twitter issue? Linda > On Aug 15, 2020, at 10:00 AM, use-livecode-requ...@lists.runrev.com wrote: > > RE: Browser Widget and Twitter

Re: Browser Widget and Twitter on iOS 13

2020-08-15 Thread Jim Lambert via use-livecode
Ralph, Thanks for that switch statement. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

RE: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Ralph DiMola via use-livecode
n/12.1.2 Mobile/15E148 Safari/604.1" break case the systemversion begins with "13" -- iOS 13 set the userAgent of widget "BrowserW" to "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Sa

Re: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Mark Wieder via use-livecode
On 8/14/20 2:54 PM, Ralph DiMola via use-livecode wrote: Mark/Panos, Thanks for all your help, this worked like a charm! I got the userAgent from a v12 iPad and v13 iPad. For any other iPad OS version I use the v13 version. Just curious... what userAgent string worked for you? -- Mark

RE: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Ralph DiMola via use-livecode
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Waddingham via use-livecode Sent: Friday, August 14, 2020 9:12 AM To: How to use LiveCode Cc: Mark Waddingham Subject: Re: Browser Widget and Twitter on iOS 13 On 2020-08-14 14:01, Mark Waddingham via use-livecode wrote: > On 2020

Re: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Mark Waddingham via use-livecode
On 2020-08-14 14:01, Mark Waddingham via use-livecode wrote: On 2020-08-14 13:31, Ralph DiMola via use-livecode wrote: Should I use the userAgent globally for all browser widget http(s) requests on platform = iphone? Isn't the issue on iPad? Hah - ignore this - I forgot to edit it when I

Re: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Mark Waddingham via use-livecode
On 2020-08-14 13:31, Ralph DiMola via use-livecode wrote: Thanks Panos and Mark! So... to recap.. 1) get the userAgent in Safari on my 10.14.6 Mac 2) in App (If the platform="iphone" then set userAgent to this value). Pretty much - although I recommend not using the userAgent string from a

RE: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Ralph DiMola via use-livecode
runrev.com] On Behalf Of panagiotis merakos via use-livecode Sent: Friday, August 14, 2020 3:40 AM To: How to use LiveCode Cc: panagiotis merakos Subject: Re: Browser Widget and Twitter on iOS 13 Hello all, Definitely this is related to the user-agent. It seems twitter recently has becom

Re: Browser Widget and Twitter on iOS 13

2020-08-14 Thread panagiotis merakos via use-livecode
Hello all, Definitely this is related to the user-agent. It seems twitter recently has become stricter on this: https://help.twitter.com/en/using-twitter/twitter-supported-browsers

Re: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Mark Waddingham via use-livecode
On 2020-08-13 18:30, Ralph DiMola via use-livecode wrote: That tester has both iPhone and iPad and I know there both running the same version of iOS. iPhone doesn't get the message but the iPad does. I will find out if there both up to the latest 13.x.x. (it flew out of my head after I heard

RE: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Ralph DiMola via use-livecode
- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Waddingham via use-livecode Sent: Thursday, August 13, 2020 1:09 PM To: How to use LiveCode Cc: Mark Waddingham Subject: Re: Browser Widget and Twitter on iOS 13 On 2020-08-13 17:06, Ralph DiMola via use-livecode

Re: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Mark Waddingham via use-livecode
On 2020-08-13 17:06, Ralph DiMola via use-livecode wrote: Thanks Mark. I searched all stacks for "userAgent" and it did not exist. After I got some more feedback it is working on iOS 13 iPhones but not on an iOS 13 iPad. So far this iPad is the only one with this issue. The

Re: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Prothero@earthlearning via use-livecode
installed. Bill William Prothero http://es.earthednet.org > On Aug 13, 2020, at 9:05 AM, Ralph DiMola via use-livecode > wrote: > > Thanks Mark. > > I searched all stacks for "userAgent" and it did not exist. After I got some > more feedback it is working on iOS 13 iP

RE: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Ralph DiMola via use-livecode
Thanks Mark. I searched all stacks for "userAgent" and it did not exist. After I got some more feedback it is working on iOS 13 iPhones but not on an iOS 13 iPad. So far this iPad is the only one with this issue. The user tried in Safari on the iPad and did not get the message. LC

Re: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Mark Waddingham via use-livecode
On 2020-08-13 13:46, Ralph DiMola via use-livecode wrote: When accessing Twitter via the Browser Widget on iOS 13 I get this error message==> "This browser is no longer supported. Please switch to a supported browser or disable the extension which masks you browser to continue using twi

Browser Widget and Twitter on iOS 13

2020-08-13 Thread Ralph DiMola via use-livecode
When accessing Twitter via the Browser Widget on iOS 13 I get this error message==> "This browser is no longer supported. Please switch to a supported browser or disable the extension which masks you browser to continue using twitter.com". Is there a widget setting I can change

Re: ... in iOS 13....

2019-10-20 Thread Erik Beugelaar via use-livecode
Yeah, I understand. Beyond the desktop and behind the scenes it's definitely Linux playing the piano. I was joking about .NET... ;) And when I look at my kept ZX Spectrum, Commodore 64 and an ATARI XL and the way I programmed my sprites etc. compared to the modern tools I am using nowadays, I

Re: ... in iOS 13....

2019-10-20 Thread Richard Gaskin via use-livecode
I was thinking of something more penguin-flavored when I wrote: ...if such an OS were also the de facto standard of modern computing in all areas beyond the desktop... Microsoft Windows owns the desktop. There, both macOS and Linux are niche players. But everywhere else, Linux has

Re: ... in iOS 13....

2019-10-20 Thread Erik Beugelaar via use-livecode
LOL! Then this is what you are looking for -> https://dotnet.microsoft.com/ https://dotnet.microsoft.com/apps/iot Ar... Windows is all you need! __ On 20/10/2019, 20:22, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: Sannyasin Brahmanathaswami wrote: >

Re: ... in iOS 13....

2019-10-20 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: Bill: A few us at the monastery run 32bit applications that have announced EOL due to Catalina… as are many programs: the market share does not warrant ROI for developing 64bit… (including my old favorite DragThing ☹) Our tech team (supersavvy network/server

Re: ... in iOS 13....

2019-10-20 Thread Erik Beugelaar via use-livecode
t to install it on Mac ‘s before mid 2012. > > > > > > From: JJS > Date: Sunday, 20 October 2019 at 12:52 > To: Erik Beugelaar , How to use LiveCode > Subject: Re: ... in iOS 13 > > > > It seems that when Secu

Re: ... in iOS 13....

2019-10-20 Thread Sannyasin Brahmanathaswami via use-livecode
Bill: A few us at the monastery run 32bit applications that have announced EOL due to Catalina… as are many programs: the market share does not warrant ROI for developing 64bit… (including my old favorite DragThing ☹) Our tech team (supersavvy network/server admins) have set up Parallels for

Re: ... in iOS 13....

2019-10-20 Thread Erik Beugelaar via use-livecode
install it on Mac ‘s before mid 2012. > > > > > > From: JJS > Date: Sunday, 20 October 2019 at 12:52 > To: Erik Beugelaar , How to use LiveCode > Subject: Re: ... in iOS 13 > > > > It see

Re: ... in iOS 13....

2019-10-20 Thread William Prothero via use-livecode
gt; > > > > From: JJS > Date: Sunday, 20 October 2019 at 12:52 > To: Erik Beugelaar , How to use LiveCode > > Subject: Re: ... in iOS 13 > > > > It seems that when Secure Boot and SIP is disabled, then using Refind > https://www.rodsbooks.c

Re: ... in iOS 13....

2019-10-20 Thread prothero--- via use-livecode
to install it on Mac ‘s before mid 2012. > > > > > > From: JJS > Date: Sunday, 20 October 2019 at 12:52 > To: Erik Beugelaar , How to use LiveCode > > Subject: Re: ... in iOS 13 > > > > It seems that when Secure Boot and SIP is disabled, then

Re: ... in iOS 13....

2019-10-20 Thread Erik Beugelaar via use-livecode
to use LiveCode Subject: Re: ... in iOS 13 It seems that when Secure Boot and SIP is disabled, then using Refind https://www.rodsbooks.com/refind/index.html as bootloader you can get Linux working too. I saw some discussions about the T2 and issues when powering off, unplug power cable

Re: ... in iOS 13....

2019-10-20 Thread Erik Beugelaar via use-livecode
The only thing what I don't like about the update policy of Apple is you cannot use new apps from the Store if you cannot update to a new iOS version without buying new hardware from Apple (esp. iPad's). And yes, the costs of the same specs of Apple hardware compared to PC hardware are still 2

Re: sub: ... in iOS 13....

2019-10-20 Thread JJS via use-livecode
What's unfair about it. Don't be offended. It's not against you or LC, it's not even entirely against Apple, they have also good things. It's just an opinion. I believe there are more discussions about Apple issues on this list than i see about Windows or Linux or Android. And for all 3 OS

Re: sub: ... in iOS 13....

2019-10-19 Thread Pi Digital via use-livecode
Jjs That’s an unfair statement, especially based on topic. It is quite likely it is only a tiny update for Monte to fix. My experience says that ALL OS systems/devices break bar none unless they don’t update at all and stay stagnant. So which system do you prefer JJS? And remember only to

Re: Player object in iOS 13....

2019-10-19 Thread Jjs via use-livecode
wrote: >> Can any one confirm: >> >> the iOS mobileAudioPlayer controller is broken with the iOS 13 update >> >> put pRect into sPlayerRect >> mobileControlSet pPlayerName, "visible", true >> mobileControlSet pPlayerName, "rect", pRect >&g

Re: Player object in iOS 13....

2019-10-19 Thread Brian Milby via use-livecode
: > Can any one confirm: > > the iOS mobileAudioPlayer controller is broken with the iOS 13 update > > put pRect into sPlayerRect > mobileControlSet pPlayerName, "visible", true > mobileControlSet pPlayerName, "rect", pRect > mobileControlSet pPlayerNam

Player object in iOS 13....

2019-10-19 Thread Sannyasin Brahmanathaswami via use-livecode
Can any one confirm: the iOS mobileAudioPlayer controller is broken with the iOS 13 update put pRect into sPlayerRect mobileControlSet pPlayerName, "visible", true mobileControlSet pPlayerName, "rect", pRect mobileControlSet pPlayerName, "showController", true

Re: LC apps on iOS 13?

2019-09-23 Thread panagiotis merakos via use-livecode
, we will have a look. Kind regards, Panos -- On Mon, 23 Sep 2019 at 12:47, Terry Judd via use-livecode < use-livecode@lists.runrev.com> wrote: > I was assuming that LC apps would continue to run OK on iOS 13 but I've > already received a report from a user with some pretty inter

Re: LC apps on iOS 13?

2019-09-23 Thread Terry Judd via use-livecode
That should have read 'hoping' rather than 'assuming' I think ;) On 23/9/19, 7:47 pm, "use-livecode on behalf of Terry Judd via use-livecode" wrote: I was assuming that LC apps would continue to run OK on iOS 13 but I've already received a report from a user with some pretty i

LC apps on iOS 13?

2019-09-23 Thread Terry Judd via use-livecode
I was assuming that LC apps would continue to run OK on iOS 13 but I've already received a report from a user with some pretty interesting error screens attached. I recall we had some problems when iOS 12 came out because we are using an enterprise developer license to distribute outside