Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

iPhone X webView issue in v5.2

Sylvain-RMar 8 2019 — edited Mar 8 2019

Hi there

Could you please let me know if the iPhone X white space top and bottom issue has been fixed in v6.2. Ref to this previous thread: ?

Here's my <meta> tag: <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1.0, user-scalable=no" /> . Seems to be correct?

We are still in v5.2 and we do have the issue. App does not take the whole device webview height like:

pastedImage_1.png

Kind regards.

Sylvain

Message was edited by: Sylvain-R

This post has been answered by John JB Brock-Oracle on Mar 8 2019
Jump to Answer

Comments

unknown-951199

4b46e1c7-25c8-482d-80a3-70a2eb58f321 wrote:

I've set up a secure connection, and the handshake connects using TLSv1.

Is there a way to have it negotiate TLSv1.2?

I'm using ojdbc7.jar from 12.1.0.2

why are you posting a question about networking in an Oracle database forum?

Oracle DB has NO inherent or builtin network capability & depends 100% upon the underlying OS for any & all network functionality.

unknown-7404

Are you explicitly setting the protocol to TLSv2 using one of these methods?

-Dhttps.protocols="TLSv2"

System.setProperty("https.protocols", "TLSv2");

If you need more help than the above then please mark the thread ANSWERED and repost it in the JDBC forum.

When you repost provide the code you are using that shows how you are connecting.

Also post any info about how the client JVM is being launched and the properties being set:

2810868

During handshake client and server agree on maximal common protocol. If you defined protocol as TLSv1.2 but actual communication is using TLSv1.0 probably server does not configured to support TLSv1.2+.

User_5FQQH

rp0428 wrote:

Are you explicitly setting the protocol to TLSv2 using one of these methods?

-Dhttps.protocols="TLSv2"

System.setProperty("https.protocols", "TLSv2");

If you need more help than the above then please mark the thread ANSWERED and repost it in the JDBC forum.

When you repost provide the code you are using that shows how you are connecting.

Also post any info about how the client JVM is being launched and the properties being set:

Thank you for a helpful response.

I wasn't aware there was a JDBC-specific forum. When I searched the forums for "JDBC", one of the first hits I got was , which was in the "General" forum, so I thought I would start here.

I've set -Dhttps.protocols to "TLSv1.2", but I continue to get "ClientHello, TLSv1" in the logs.

I will repost in the JDBC forum.

unknown-7404
Answer

Thanks for reposting in the correct forum.

Please mark this thread ANSWERED.

Marked as Answer by User_5FQQH · Sep 27 2020
1 - 6

Post Details

Added on Mar 8 2019
2 comments
256 views