Questions tagged [crosswalk-project]
46 questions
0
votes
0 answers
Is crosswalk-project still available or is there an alternative
I don't like how my Android WebView app displays on some devices, so when I found out that crosswalk-project could fix that, I went to crosswalk-project.org but the website was down. Is there a way around it or an alternative to it?
Or will using…

Ibitoyei
- 11
- 3
0
votes
1 answer
My app not able to find a crosswalk dependency and R file
I have followed this link https://crosswalk-project.org/documentation/android/embedding_crosswalk_rvw.html to embed crosswalk in my android project.When I try to install,my app is crashing with below er
java.lang.NoClassDefFoundError: Failed…

kavie
- 2,154
- 4
- 28
- 53
0
votes
1 answer
Cordova 6 android version issues
I have a published app on play store. The problem I am facing is that it looks like Cordova 6 (I just upgraded to 6.5) has changed release version generation. Here is my config.xml

user1361529
- 2,667
- 29
- 61
0
votes
1 answer
Use of Crosswalk for iOS
As you know, the amazing Crosswalk project provides us with a up-to-date Chromium browser and rendering engine as to allow us to write our Cordova apps simply to the latest version of Web APIs that Chrome supports. This obviously is good and well on…

resgh
- 974
- 2
- 12
- 22
0
votes
1 answer
Realm conflicts with Crosswalk
in my app I have to use Realm and Crosswalk libs. I have imported Realm from gradle like this:
Project gradle
dependencies {
classpath "io.realm:realm-gradle-plugin:2.2.1"
}
//----------------------
App module gradle
apply plugin:…
user5583732
0
votes
1 answer
Ionic 2 Crosswalk for Android: this.platform.height()/width() inconsistent result on this.platform.ready() event
I use Crosswalk plugin for Android with Ionic 2 and I've noticed, when running on a real device, that this gives an inconsistent result:
this.platform.ready().then(() => {
console.log("this.platform.height(): " + this.platform.height() + "…

nyluje
- 3,573
- 7
- 37
- 67
0
votes
1 answer
XWalkView prevent navigation
I have a XWalkView in my andoid app that is used to display a single page, this page has a lot of popup ads and my goal is to prevent the XWalkView from navigating to other pages than the one I set it to.
In the UWP version of my app I…

Netråm
- 453
- 6
- 12
0
votes
1 answer
Crosswalk (xwalk) pull to refresh not working
I'm using Crosswalk (XwalkView) instead of the default Webview on Android but it seems that the defalt pull-to-refresh functionality doesn't work on Android 4.3. I've tested it on 5.0 and it's ok, but on 4.3 and 4.2.2 it doesn't work. I'm guessing…

AndreiBogdan
- 10,858
- 13
- 58
- 106
0
votes
1 answer
Doesn't Xwalk (Crosswalk) have caching for offline mode?
I'm using Crosswalk instead of the default Webview on Android and when I use the Webview and i enable caching, if I turn off the wi-fi the pages load from cache.
On Crosswalk I don't see this, it just displays a toast with "Unable to reach server"…

AndreiBogdan
- 10,858
- 13
- 58
- 106
0
votes
1 answer
Using CrossWalk for making a Call using WebRTC
The call is working perfectly fine for the first time.
But after that it freezes just before connecting to WebRTC, this is currently happening only on Samsung Galaxy S5 out of my 5 devices that I test upon.
Other devices are:
Motorola Moto G2
Nexus…

Ankit Bansal
- 1,801
- 17
- 34
0
votes
2 answers
Android Crosswalk Project: How to use css?
I created a new project for testing Crosswalk Project.
I'm trying to load some content with css file but the css doesn't work at all.
Code from MainActivityFragment:
import android.support.v4.app.Fragment;
import android.os.Bundle;
import…

Ibrahim Disouki
- 2,642
- 4
- 21
- 52
0
votes
1 answer
Crosswalk Google Play Store APK Sign
I'm using framework7 for mobile app with crosswalk-project.I want to add google play store my APK so how i can do that ? What I need to do to sign this APK ?
thanks.

cortexiphan
- 1
- 4
0
votes
1 answer
How remove cookies in cordova 5.1.1
I am using cordova 5.1.1 with crosswalk, I am looking ways to remove cookies, the nearest option I came across is: com.cordova.plugins.cookiemaster which does not support removing cookies. Other option can be com.triarc.cookies which is somehow does…

Nishikant
- 305
- 4
- 17
-1
votes
1 answer
Cordova CLI Explanation
When creating a cordova app with the command prompt, I'm cannot figure out what one part is for. Take the follow command " cordova create hello com.example.hello HelloWorld". Obviously hello is the folder, HelloWord is the app name, but what is the…

Caleb Prenger
- 1,537
- 4
- 13
- 13
-1
votes
1 answer
Crosswalk-Project version code issue?
I have android app with version code "20100000" and version name "1.0.0" in google play store.
I want to update my new app version but I have a problem about version code.
I have a error "20100000 version code already exist" when update my app.I…

cortexiphan
- 1
- 4