Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

icons & objects not loading after update server to v0.59.2 #206

Open
amirhne opened this issue Oct 30, 2017 · 5 comments
Open

icons & objects not loading after update server to v0.59.2 #206

amirhne opened this issue Oct 30, 2017 · 5 comments

Comments

@amirhne
Copy link

amirhne commented Oct 30, 2017

hi..
i updated rocket chat server to v0.59.2 via snap in ubuntu and after that custom mobile app not showing any icons like group icon, send or emoji...
i used rocket.chat app on playstore & it has no problem nither the desktop version, but the app i build using this project to connect directly to my server has problem loading icon & objects...
i added the official demo to default server and still this problem exist, here is the screenshots

photo_2017-10-30_22-59-02
photo_2017-10-30_22-59-10

...

how can i solve this problem..?!

@glebtv
Copy link

glebtv commented Oct 31, 2017

Also have this issue on 0.59.3, persists after cordova app reinstall.

@amirhne
Copy link
Author

amirhne commented Nov 3, 2017

@glebtv any idea to solve this issue..?!
i tried the native rocket chat app & it has no problem...

@ccfang
Copy link

ccfang commented Nov 30, 2017

@amirhne Maybe you could try to remove crosswalk in config.xml, clean platforms and plugins folders and rebuild

<preference name="xwalkVersion" value="23" />
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect" />
<preference name="xwalkMode" value="embedded" />
<preference name="xwalkMultipleApk" value="true" />

<plugin name="cordova-plugin-crosswalk-webview" spec="2.1.0" />

@hashborgir
Copy link

@ccfang Hello. Thanks for that tip. I was suffering the exact same issue. I was able to build the app without crosswalk and now the icons are loading up just fine.

I also noticed that the APK is 2.9MB as compared to the 26MB when the plugin was enabled. App seems to respond faster as well.

Can you shed more light on this, and also whether crosswalk webview is more desireable or not? If so, how can we work around the crosswalk issue of not showing icons/objects?

@ccfang
Copy link

ccfang commented Dec 13, 2017

@atirjavid Hi, as i know the crosswalk is used to accelerate the hybrid app just like the native app, but the disadvantage is APK's size. Anyway, the crosswalk team decide not to update anymore 10 month ago, some new features may not to work like this update version.

Check this link to see more and why they stop update.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants