[tinymce]TinyMCE version 6 editor does not appear on older iPad Mini running iPadOS 12.x - ipad

I recently updated our hosted sites to use TinyMCE 6 after having run version 5.x successfully for a while. However, it now appears that version 6 will not load properly on an iPad Mini (Gen 2) that runs iPadOS 12. Unfortunately, this device is older and cannot be updated to a newer version of iPadOS. The editor does load properly on an iPhone running iOS 16.x and an iPad Pro running 16.x. It also continues to work on a newer Android phone and the major desktop PC browsers (Chrome, Firefox, Edge, and Safari).

TinyMCE 5 may run on iPad OS 12 but is only supported on iPad OS 13 or higher.
TinyMCE 6 is officially supported on iPad OS 14 or higher.

Related

How to test iOS apps on iPhone with only OS X 10.10?

Xcode 7 allows you to test and debug iOS apps on iPhone (similar to android)
However I am running os x yosemite 10.10 and it is impossible for me to upgrade my os.
According to the docs, I need at the very least 10.10.4 in order to obtain xcode 7.
I saw on stackoverflow that xcode 7 beta is available to 10.10. My question is I don't know if the beta supports physical iPhone testing?
So if I try xcode 7 beta, can I test on a physical device? Or can I somehow get physical iPhone testing on xcode6.4 (the latest version yosemite 10.10 allows me to have)? Thanks

Can I debug my app on iOS 7 from Xcode 7?

Can I debug my app on iOS 7 from Xcode 7?
From what I can tell Xcode 7 just ignores any plugged in devices with iOS 7 installed. Is this just a fluke or is this a permanent change to Xcode?
(Using: Xcode 7 beta 6, iPhone 4S iOS 7.1)
The BAD news is that you can't test your app on iOS 7 simulators. At least not with Xcode 7.3.1. If you are using previous Xcode beta then you should check this answer.
The GOOD news is that you can test it on real device running iOS 7. I tested mine with Xcode 7.3.1 on iPhone 4 running iOS 7.1.2.
UPDATE:
The only way I have found so far to test your app on iOS 7 simulators is by installing OS X 10.10 Yosemite and using Xcode 6 (tested with OS X 10.10.5 and Xcode 6.4) side by side with Xcode 7.
UPDATE: Xcode version updated to 7.3.1.
The Xcode 7 beta does not support iOS 7.
It's not necessarily a permanent change, but the general way that the beta works.
Once Xcode 7 is released, the earlier runtimes may be supported, and you will be able to test on devices that are running older releases.

In OS X 10.10 (Yosemite Beta), How do I Test Using iOS 6.1 Simulator?

I am trying to target iOS 6.1 using Xcode 5 in Yosemite Beta. However, the simulator won't even run the app, or show the default icons (all I get is a black iOS-shaped screen, and Home or Lock buttons are not working). The 7.1 simulator works fine.
I have also noticed that Xcode 6 Beta does not even offer simulator versions prior to 7.1.
Does this indicate that, even in the final of OS X 10.10, it will be impossible to simulate iOS versions prior to 7.x? This seems very unreasonable to me.
Is this expected behavior?
EDIT: So I had already tried re-installing and re-downloading the 6.1 simulator before posting this question, which did nothing to change the situation. I also checked other similar questions that dealt with the upgrade to Mavericks (OS X 10.9) but the versions supported seem oddly chosen.
I will submit the question to Apple and report back my findings, unless someone else replies who has more concrete information on this specific case.
As far as I have experienced, The iPhone simulator always have this kind of issue on every update of OS X, since the core of iPhone simulator is using the core of OS X, and it only support the latest two version. That is,
10.10 -> iOS 7, iOS 8.
10.9 -> iOS 6, iOS 7.
Meanwhile, Xcode obviously only support for downloading the latest two version simulator, which means you can get iOS 6 simulator in Xcode 5, but not in Xcode 6.
However you can get the old simulator by copy/paste the old SDKs into the correct folder, but this still follows the OSX-iOS relation. That is, if you have the iOS 6 simulator SDK, you can run the iOS 6 simulator on OSX 10.9, but not OSX 10.10.
iOS Simualtor runtimes older than iOS 7.0 will not work with Xcode 6.
iOS Simulator runtimes older than iOS 7.1 will not work on OS X Yosemite.
Older versions of the iOS Simulator runtime cannot be made to work with Xcode 6 nor on OS X Yosemite without significant changes to those legacy runtimes.
You can still build your apps to support older iOS versions by setting an older deployment target, but you will not be able to test them on a simulated device running on OS X Yosemite. You can test on a physical device running iOS 6.1, or you can run Xcode 5.1.1 in OS X Mavericks to test your project in the older simulator.

Safari webinspector show blank window at remote debugging (iOS6 + iOS7)

Testing my webpages with an iPad, I ran into an design error that only occurs on iOS devices. So I tried using the remote debugging feature that is available since iOS6.
Macbook Pro: early '11, OSX Lion (10.7.5), Safari up-to-date (6.1.3)
iPad 3: iOS 7.0.4 vanilla
iPhone 4s: iOS 7.0.4 + jailbreak
and iOS-Simulator (iOS 6) by Xcode.
It doesnt matter what device I use and what site i try to inspect, the remote webinspector is blank all the time. See the attached screenshot (running OSX in german). I used google as an example in my screenshot.
What am I doing wrong?!
I had exactly the same issue with Safai 8.0 on MacOS 10.10.1 and iOS 8.1.2.
Solution:
Ensure that cookies are allowed in your desktop Safari.

Older version iOS simulators, like 6 or 5 with XCode 5.1 and OS X 10.9.2

When I writing this question these are the latest XCode and OS X versions, just updated yesterday.
I can not believe that the only iOS version is 7.1 I can test my application against with the simulator... Or Apple suppose that all the mobile device owners have this latest iOS, and I as a developer targeting these users should share this crazy idea?
I must missed something, please point it out.
Almost forget: Where is the home button? See attached picture.
To download older versions:
Xcode / Preferences... / Downloads / You can download older Simulator versions from there
However,you are right, in Xcode 5.1 the only 2 older versions available are 7.0 and 6.1 if you are running Maverick.
Home Button: Shift + cmd + H
iOS 5 simulator is not compatible with Mac OS X 10.9.2 (Maverick), so unless you have older machine with older OS, you're out of luck.
Other simulators you can download via Xcode Preferences - Downloads area. There's 6.1 and 7.0 currently.
Home button in simulator is shift-command-H (check the simulator menubar)

Resources