Re: iOS mobile keyboard TLF support

2016-06-04 Thread Fréderic Cox
Thanks Josh, I have reached out to Chris Campbell on this issue via Twitter. Hope it helps. Others on this mailinglist please vote for the bug https://bugbase.adobe.com/index.cfm?event=bug&id=3962712 Verstuurd vanaf mijn iPhone > Op 3 jun. 2016 om 16:24 heeft Josh Tynjala het > volgende gesch

Re: iOS mobile keyboard TLF support

2016-06-03 Thread Josh Tynjala
There is currently no way to make AIR show a soft keyboard on iOS for anything except a TextField or StageText that is in focus. I've been pushing Adobe to support the existing InteractiveObject needsSoftKeyboard and requestSoftKeyboard() APIs on iOS that are currently Android-only. https://bugbas

Re: iOS mobile keyboard TLF support

2016-06-03 Thread Fréderic Cox
I'm not really familiar with ANE development but I will keep your suggestion in mind. But is it not possible to display and edit HTML on mobile? This looks like a big shortcoming to me. Surely there has to be an option to raise the keyboard and proxy the key events to a RichEditableText component?

Re: iOS mobile keyboard TLF support

2016-06-02 Thread Josh Tynjala
I've never tried this, but I wonder if you could create an ANE to manually open and close the soft keyboard on iOS. If something on stage has focus, it may still dispatch KeyboardEvents, even if AIR isn't the one that showed the soft keyboard. - Josh On Thu, Jun 2, 2016 at 5:56 AM, Fréderic Cox

iOS mobile keyboard TLF support

2016-06-02 Thread Fréderic Cox
Hi, I am currently working on a project where I have a TLFEditor to put a textarea's text in bold/italic/underline, change font size/color etc.. It works fine on desktop but not on mobile. Option 1 is to use skinClass = spark.skins.spark.TextAreaSkin but then the keyboard on iOS does not show.