-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
White page on Android #23
Comments
Could you please dump console errors. It is hard to tell what's wrong without it, it could be anything. https://github.com/shprink/wordpress-hybrid-client/blob/develop/BUILD.md#debug |
Sorry, I missed logs,
Showing error for following block:
|
Ok then you miss a plugin https://github.com/shprink/wordpress-hybrid-client/blob/develop/package.json#L104 Re install it
It happens often that plugins are not correctly installed with Cordova. |
Thanks now app is working, but getting this error now:
Note: Here http://example.com/wp-json/posts?filter%5Borderby%5D=desc&filter%5Bpost_status%5D=publish&filter%5Bposts_per_page%5D=6&page=1 is working fine in browser. |
Give me a link to your WP blog. http://example.com can't be it! |
Ok so if I understand correctly the request works on the browser but not on Android? Are you sure your device is online? I am not sure what can cause that. |
Yes, on browser works fine, but on android getting this error.
Yes my device is online, my device and laptop are connected to same wifi I also observed server logs, request is not coming to server. I fear that it might the android cache issue as on chrome logs its showing
|
I have never had this problem. I would appriate if you investigate further and let me know what you can find. Thanks @gau1991 :) |
It could be related to the domain white list but I specified * https://github.com/shprink/wordpress-hybrid-client/blob/develop/config.xml.dist#L11 |
Hi, Following steps worked for me:
and add |
I created #24 for this problem. Thanks for your help :) |
I am having problems installing this plugin on iOS:
I will have to find another solution. |
Hi,
I was playing with WordPress-hybrid-client 1.2.0,
With devserver its working fine, but on android app, its showing only white page, tested on three different devices having different android version.
The text was updated successfully, but these errors were encountered: