Re: How to avoid layout changes in flex mobile app (ios) when softkeyboard appears?

2017-09-09 Thread chris_flex
I am trying to get more precise ...

In our app we have a view where the SoftKeyboard would overlap a textarea.
(The view has a header, below on input and below another header and a
textarea - everthing inside a group).

On Andorid everything is as expected - the SoftKeyboard is on top of the
textarea and below nothing changes.

On iOS the Actionbar disappears, the textarea is at the top of the screen,
clicking outside the textarea won't change the focus.

When the TextArea is smaller and the SoftKeyboard won't overlap there is no
problem on iOS.

Tested on various Android Phones and iPhone7 (10.3.3) and iPhone4 and
iPadAir (don't know the versions).

Tested with Air 25 and Air 26.

Is there somthing in the ApplicationDescriptor or elsewhere I may change?



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: How to avoid layout changes in flex mobile app (ios) when softkeyboard appears?

2017-09-08 Thread chris_flex
I tested it on an iPhone7  with iOS 10.3.3 - other colleagues with an iPhone4
and an iPadAir and other (older) versions have the same problem.

We have the problem tested with Air 25 and Air 26...



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: How to avoid layout changes in flex mobile app (ios) when softkeyboard appears?

2017-09-08 Thread chris_flex
iOS Version is 10.3.3 but it is also on other version (older Version)... and
Flex 4.16/Air 26.





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: How to avoid layout changes in flex mobile app (ios) when softkeyboard appears?

2017-09-08 Thread chris_flex
ios 10.3.3
air 25

By the way... 
currently I cannot download anything with the apache flex installer (even
when selecting air sdks like 23, 22, ...).

is this also a known issue ... ?



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: How to avoid layout changes in flex mobile app (ios) when softkeyboard appears?

2017-09-08 Thread chris_flex
Air is 26 and iOS on various... f. e. 10.3.3

Is there any workaround?



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: How to avoid layout changes in flex mobile app (ios) when softkeyboard appears?

2017-09-08 Thread Adam Malejko
Which version of iOS? Which version of AIR? I know they (Adobe and / or
Apple) have messed with this behaviour before, and sometimes an update to
AIR and / or iOS fixes it. Not a fun issue though.

On Fri, Sep 8, 2017 at 10:11 AM, chris_flex  wrote:

> Not really. I know this article but the problem is different.
>
> The view is not resized (and the flag is not set...). There is no scroller
> in the view, ...
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


Re: How to avoid layout changes in flex mobile app (ios) when softkeyboard appears?

2017-09-08 Thread chris_flex
And... the problem does not exist on our android test devices...



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: How to avoid layout changes in flex mobile app (ios) when softkeyboard appears?

2017-09-08 Thread chris_flex
Not really. I know this article but the problem is different.

The view is not resized (and the flag is not set...). There is no scroller
in the view, ...



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: How to avoid layout changes in flex mobile app (ios) when softkeyboard appears?

2017-09-08 Thread Adam Malejko
Pretty sure this link should help:

http://help.adobe.com/en_US/flex/mobileapps/WS82181550ec4a666a39bafe0312d9a274c00-8000.html#WSc71dc4a5c6f1e0e0-1ee7fed313283418436-7ffe


On Fri, Sep 8, 2017 at 9:30 AM, chris_flex  wrote:

> In our mobile app we have a view and inside the view is a Group with
> various
> components like a TextArea (
> skinClass="spark.skins.mobile.TextAreaSkin"/>).
>
> When the TextArea gets the focus and the softkeyboard appears the actionBar
> disappears and the view seems to be "scrolled" so that the TextArea is on
> the top of the screen.
>
> How can I avoid this behaviour as I just want to see the softkeyboard above
> all?
>
> Best
>
> Chris
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>