嗨有没有办法从混合移动的第一个6.3 Android应用程序连接到远程服务器的https iframe /图像而不通过移动第一服务器?
我有一个页面:
<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
有没有办法将密钥库放在应用程序中,或者图像数据必须通过mobilefirst适配器?
答案 0 :(得分:0)
我不会在2015年使用iFrame,更不用说移动应用了。
您可以使用HTML5 localstorage和/或IBM JSONStore来存储base64编码的字符串 - 即图像 - 并在需要时将字符串解码回图像。关于base64编码/解码的主题已经有很多问题。
您可以在此处详细了解JSONStore:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/data/jsonstore/