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: http://lists.runrev.com/mailman/listinfo/use-liv

RE: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Ralph DiMola via use-livecode
Of Mark Wieder via use-livecode Sent: Friday, August 14, 2020 7:17 PM To: Ralph DiMola via use-livecode Cc: Mark Wieder Subject: Re: Browser Widget and Twitter on iOS 13 On 8/14/20 2:54 PM, Ralph DiMola via use-livecode wrote: > Mark/Panos, > > Thanks for all your help, this worked like a

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 Wieder

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

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 ma

RE: Browser Widget and Twitter on iOS 13

2020-08-14 Thread Ralph DiMola via use-livecode
ev.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 become strict

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 https://stackoverflow.com/questions/63081729/when-using-r-curl-to-download-a-twitter-page-the-page-downloaded-is-th

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 th

RE: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Ralph DiMola via use-livecode
ssage- 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-liv

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 user tried in Safar

Re: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Prothero@earthlearning via use-livecode
ces > rdim...@evergreeninfo.net > > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Mark Waddingham via use-livecode > Sent: Thursday, August 13, 2020 11:16 AM > To: How to use LiveCode > Cc: Mark Waddingham > Sub

RE: Browser Widget and Twitter on iOS 13

2020-08-13 Thread Ralph DiMola via use-livecode
How to use LiveCode Cc: Mark Waddingham Subject: Re: Browser Widget and Twitter on iOS 13 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

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 twitter.com".