[jira] [Commented] (CB-13378) xCode 9 not overlay

2017-10-03 Thread Mathieu Parisot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16189709#comment-16189709
 ] 

Mathieu Parisot commented on CB-13378:
--

After looking into it a bit more and searching on other parts on the internet 
it seems it's linked to the new viewport value that needs "viewport-fit=cover" 
to work properly

Check https://issues.apache.org/jira/browse/CB-12886 for the full explanation

It fixed the problem for me to add the viewport fit to my existing viewport 
fixed the issue 

> xCode 9 not overlay
> ---
>
> Key: CB-13378
> URL: https://issues.apache.org/jira/browse/CB-13378
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
>Reporter: Fabian Carrasco
>Priority: Critical
> Attachments: IMG_2047.jpg, IMG_2049.jpg
>
>
> With the new xCode 9
> overlaysWebView is not working.
> I attach one picture before and now
> "Before" --> all status bar was red and changes automatically
> "Now" --> Status bar is Grey :S



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13378) xCode 9 not ovelay

2017-10-02 Thread Mathieu Parisot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16187980#comment-16187980
 ] 

Mathieu Parisot commented on CB-13378:
--

I have the same issue, all works well with xcode 8 but if I build my apps with 
xcode 9 the status bar doesn't overlay anymore on iOs 11 but still works on iOS 
10

My tests : 
xcode8 - iOs10 : overlay works fine
xcode 8 - iOs11 : overlay works fine
xcode 9 - iOs10 : overlay works fine
xcode 9 - iOs11 : overlay do not work

I somehow was also able to get the status bar at the bottom and also saw it 
works with overlay on iOs11 but I'm not able to reproduce those consistently 
yet so I'll update when I'm able to do so

The versions : 
cordova : 7.0.1
cordova iOs platform : targeting https://github.com/jrryhrtn/cordova-ios to 
make it work properly with xCode 9 until that patch is merged
status bar plugin : 2.2.3

> xCode 9 not ovelay
> --
>
> Key: CB-13378
> URL: https://issues.apache.org/jira/browse/CB-13378
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
>Reporter: Fabian Carrasco
>Priority: Critical
> Attachments: IMG_2047.jpg, IMG_2049.jpg
>
>
> With the new xCode 9
> overlaysWebView is not working.
> I attach one picture before and now
> "Before" --> all status bar was red and changes automatically
> "Now" --> Status bar is Grey :S



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12074) Cookies are ignored on first application execution

2016-10-28 Thread Mathieu Parisot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615179#comment-15615179
 ] 

Mathieu Parisot commented on CB-12074:
--

Hello, I also have this problem

The app doesn't send back the cookies on the first execution, then all works 
fine

I also have the problem on iOs 10.1

> Cookies are ignored on first application execution
> --
>
> Key: CB-12074
> URL: https://issues.apache.org/jira/browse/CB-12074
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
> Environment: Cordova 5.4.0, iOS 9.3.5
>Reporter: Maxim
>Assignee: Shazron Abdullah
>
> Our application authenticates to the server. The server sets a 'JSESSIONID' 
> cookie. The cookie is used by the server for session management. 
> The issue is WKWebView does not send this cookie back to the server on 
> subsequent requests. However, this only happens on first execution of the 
> application, after its installation. Once the application closed and 
> re-opened, the cookies are properly sent and authentication completes 
> successfully. 
> The problematic behavior is consistent, and was observed on several devices. 
> On the other hand, there are no such issues with UIWebView. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12060) Keyboard replaces characters in input fields (Android System Webview 54)

2016-10-27 Thread Mathieu Parisot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15611241#comment-15611241
 ] 

Mathieu Parisot commented on CB-12060:
--

Hello,

We are facing the problem too so I'm trying to figure what's going on, so far 
what I've got : 
- All cordova + android plateform uptodate
- A HTML page with only an input in it has the bug
- It seems to only do strange things with the samsung keyboard (HTC and google 
keyboard works fine)
- It's linked to The version 54 of the webview that has been deployed yesterday

I created a bug on chromium tracker and will see how it goes : 
https://bugs.chromium.org/p/chromium/issues/detail?id=659934

> Keyboard replaces characters in input fields (Android System Webview 54)
> 
>
> Key: CB-12060
> URL: https://issues.apache.org/jira/browse/CB-12060
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 6.0.0
> Environment: Cordova Android
>Reporter: Tomas Brambora
>
> When typing into an input, the keyboard behaves in a funny way. When I press 
> `@`, it jumps to the start of the input, when I press `+` or `.`, it replaces 
> the next character with a `+` or `.`.
> This only happens with the new Android System WebView 54. It doesn't happen 
> with 53 or earlier versions. It also doesn't happen with Crosswalk.
> We can switch to Crosswalk but when calling `window.open` (e.g. when signing 
> in with Google OAuth), the page loads in the system webview which is broken.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org