https iframe mobilefirst返回ssl握手错误

问题描述:

嗨有没有办法通过移动第一台服务器通过混合移动第一个6.3 Android应用程序连接到来自远程服务器的https iframe /图像?https iframe mobilefirst返回ssl握手错误

我有一个页面有:

<iframe id="resultadosDisp_iframe" src="https://..."></iframe> 

<img src="https://...jpg"> 

即时得到这个在我的logcat:

[ERROR:ssl_client_socket_openssl.cc(962)] handshake failed; returned -1, SSL error code 1, net_error -101 

有没有把一个密钥存储在应用程序或图像数据必须去throught方式一个mobilefirst适配器?

我不会在2015年使用iFrames,更不用说在移动应用程序中。

您可以使用HTML5 localstorage和/或IBM JSONStore来存储base64编码的字符串(即图像),并在需要时将字符串解码为图像。关于base64编码/解码的问题已经有很多问题了。

您可以在这里阅读更多关于JSONStore的信息:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/data/jsonstore/