Questions tagged [crosswalk]

The Crosswalk Project is an HTML application runtime, built on open source foundations, which extends the web platform with new capabilities.

Tthe Crosswalk Project enables you to deploy a web application with its own dedicated runtime. This means three things:

  • You can distribute your web application via app stores.

  • Your application won't break in whatever ancient webviews or browsers your audience is using, as you control the runtime and its upgrade cycle.

  • You can build applications without worrying so much about runtime
    differences and quirks: you only have one runtime to deal with.

Visit the project's homepage for more info.

343 questions
0
votes
1 answer

Ionic 2: Choose the .apk to run

I've installed the crosswalk plugin and built my app with cordova build --release. This generated 2 apk files: android-armv7-release-unsigned.apk and android-x86-release-unsigned.apk. Now I would like to run my app on my device using one of these…
clems36
  • 922
  • 1
  • 13
  • 26
0
votes
1 answer

XWalkResourceClient.shouldInterceptLoadRequest seems not working properly

I'm trying to override url loading. Custom http requests are implemented through okhttp library. App seems starting fine but right after start it closes. I've double checked that returned mime-type set as text/html and so on. So where is a problem?…
yuliskov
  • 1,379
  • 15
  • 16
0
votes
1 answer

socket.io is not working in ionic build

I am using socket.io with nodejs express in the serverside. I am following this guide https://www.sitepoint.com/using-socket-io-and-cordova-to-create-a-real-time-chat-app/ This is working fine when I run the app in ionic serve in the web browser.…
Zahirul Haque
  • 1,599
  • 17
  • 22
0
votes
1 answer

Play oscillator in left/right channel with Web Audio Api, Ionic and Crosswalk

I want to play an oscillator in left, right or both channel and to achieve this i use the StereoPannerNode from the Web Audio Api. When i run "ionic serve" on Chrome everything works fine, but when i test the code on Android (i installed the …
Mat
  • 1
  • 2
0
votes
1 answer

crosswalk+cordova indexedDB overwritten on app update

I'm making an hybrid app with crosswalk+cordova using pouchDB as storage. the problem is that when I install a new version (on android) browser indexedDB/webSQL gets completely overwritten, so all user data...is there any way to update an hybrid app…
user1658162
  • 2,721
  • 2
  • 19
  • 23
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
4 answers

How to add a Progress in XWalkView

I use XWalkView to load webpage, like this:
LF00
  • 27,015
  • 29
  • 156
  • 295
0
votes
1 answer

Cordova Crosswalk plugin - usage with Meteor 1.4.2.2 not working

after a long unsuccessful search, I decided to post my question here. I'm trying to use the Cordova Crosswalk plugin with my Meteor app. I used the package from atmosphere meteor add crosswalk as well as the Cordova package from Github meteor add…
0
votes
1 answer

multiple dex error after add google-services

I'm using crosswalk browser to make android hybrid application. I added firebase messaging file, but it doesn't work in some of android device. Here is my error text. Error:Execution failed for task ':app:transformClassesWithDexForArmv7Debug'. …
0
votes
1 answer

cross walk check android error

I'm new one for for cross walk. I tried to setup for android in Ubuntu,I did the setup with Here. But i have the issue like bellow.please any one solve this problem? >$ crosswalk-app check android These are the output shown + Checking host setup for…
Gamsh
  • 545
  • 4
  • 21
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

Crosswalk for iOS not working with iOS SDK 10.1.1

I am making an iOS app using crosswalk iOS web application runtime version 1.2.0. It works well till iOS SDK 9.2 but with latest iOS SDK 10.1.1 it gives compile time errors about Swift syntax as crosswalk for iOS is written in both Swift (maybe 1.0…
Osama Mohammed Shaikh
  • 1,219
  • 1
  • 16
  • 40
0
votes
1 answer

Camera is not launching from a hybrid app [Cordova]

For a hybrid android application developed with "Ionic" framework, I have been trying to launch camera with following HTML: But above lauches "Gallery" as default above ICS versions. Have also…
sai
  • 13
  • 2
0
votes
2 answers

Crosswalk : build for android api 15

I need to target an android 4.0.4 device with crosswalk, on a ionic app. In my config.xml, I have : With ionic run android, crosswalk run into an error and ask me for a minimal android version…
gabriel
  • 118
  • 9
0
votes
2 answers

Visit web url by crosswalk for iOS

I just used crosswalk in android for months. Now I want to use crosswalk on iOS and follow the guide on and i can run the demo. but i revise the content of index.html in www directory of sample code,add mywebsite in…
john
  • 1
  • 1