Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/384.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 无效的用户名或密码WebView_Java_Android_Android Webview - Fatal编程技术网

Java 无效的用户名或密码WebView

Java 无效的用户名或密码WebView,java,android,android-webview,Java,Android,Android Webview,我需要你的帮助,当我尝试输入登录名和用户名并单击登录按钮时,网站返回“错误的用户名或密码”,即使它是正确的,并且在控制台中它总是循环,我该怎么办?我在考虑是否允许链接 这里是WebPage.java(webview活动) 以下是控制台代码: W/BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 26296 W/WebKit: ResourceFetcher::reque

我需要你的帮助,当我尝试输入登录名和用户名并单击登录按钮时,网站返回“错误的用户名或密码”,即使它是正确的,并且在控制台中它总是循环,我该怎么办?我在考虑是否允许链接

这里是WebPage.java(webview活动)

以下是控制台代码:

W/BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 26296
W/WebKit: ResourceFetcher::requestResource, type = 0, policy = 3, url = https://www.webnotes.cz/Distrib_v.asp?ET=10.11.2016%2019:13:27
W/chromium: [WARNING:registry_controlled_domain.cc(356)] getTopDomain, host = webnotes.cz, topDomain = .cz
W/chromium: [WARNING:registry_controlled_domain.cc(356)] getTopDomain, host = webnotes.cz, topDomain = .cz
D/libc-netbsd: [getaddrinfo]: hostname=www.webnotes.cz; servname=(null); cache_mode=(null), netid=0; mark=0
D/libc-netbsd: [getaddrinfo]: ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=2
D/libc-netbsd: getaddrinfo: www.webnotes.cz get result from proxy >>
D/Surface: Surface::setBuffersDimensions(this=0x7f91e28400,w=1080,h=1920)
D/OpenSSLLib: OpensslErr:Module:13(114:155); file:external/openssl/crypto/asn1/asn1_lib.c ;Line:145;Function:ASN1_get_object


感谢您的回答

Does
view.loadUrl(“[some javascript]”)工作?您不能执行耗时的操作,例如在主线程中加载网页。您必须在后台使用
AsyncTask
执行此操作。是的,
view.loadUrl(“[somejavascript]”)
doesworkdoes
view.loadUrl(“[somejavascript]”)工作?您不能执行耗时的操作,例如在主线程中加载网页。您必须在后台使用
AsyncTask
执行此操作。是的,
view.loadUrl(“[somejavascript]”)确实有效
W/BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 26296
W/WebKit: ResourceFetcher::requestResource, type = 0, policy = 3, url = https://www.webnotes.cz/Distrib_v.asp?ET=10.11.2016%2019:13:27
W/chromium: [WARNING:registry_controlled_domain.cc(356)] getTopDomain, host = webnotes.cz, topDomain = .cz
W/chromium: [WARNING:registry_controlled_domain.cc(356)] getTopDomain, host = webnotes.cz, topDomain = .cz
D/libc-netbsd: [getaddrinfo]: hostname=www.webnotes.cz; servname=(null); cache_mode=(null), netid=0; mark=0
D/libc-netbsd: [getaddrinfo]: ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=2
D/libc-netbsd: getaddrinfo: www.webnotes.cz get result from proxy >>
D/Surface: Surface::setBuffersDimensions(this=0x7f91e28400,w=1080,h=1920)
D/OpenSSLLib: OpensslErr:Module:13(114:155); file:external/openssl/crypto/asn1/asn1_lib.c ;Line:145;Function:ASN1_get_object