小编Jul*_*eck的帖子

无法调用determinVisibility()从未看到PID的连接

我们最近将我们的移动应用从Worklight 5.0.6更新为MobileFirst 7.0.在更新之前,由于Cordova与JSON Store的问题,我们不支持4.4及更高版本.现在,我们正在支持更新版本的Android.

该应用程序适用于所有iOS设备和Android 4.x设备.在Android 5及更高版本上,我点击登录按钮时遇到白屏.

$("#loginButton").on("click", function(e) {
    e.preventDefault();

    $('#realmPopupMenu').popup("open");
});
Run Code Online (Sandbox Code Playgroud)

在Android日志中,我看到了这个错误:

06-18 07:34:57.329: W/AmazonAppstore.AppManagerAndroidPackageDelegate(2325): Unable to determine asin for package com.MyGPCMobile.  Skipping metadata update.
06-18 07:34:58.709: W/AmazonAppstore.AppManagerAndroidPackageDelegate(2325): Unable to determine asin for package com.MyGPCMobile.  Skipping metadata update.
06-18 07:35:02.129: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:02.529: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a connection for the pid: 2501
06-18 07:35:03.469: W/BindingManager(2501): Cannot call determinedVisibility() - never saw a …
Run Code Online (Sandbox Code Playgroud)

javascript jquery android cordova ibm-mobilefirst

8
推荐指数
1
解决办法
2万
查看次数

标签 统计

android ×1

cordova ×1

ibm-mobilefirst ×1

javascript ×1

jquery ×1