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

Sinch - App to Phone Cordova - Crosswalk iOS

Is there a way to run the Sinch Voice js sdk version on iOS using cordova and crosswalk? Thank You
ostrichegret
  • 179
  • 2
  • 12
0
votes
1 answer

How to make Twilio Video API Javascript SDK + Phonegap Build work?

I was able to integrate Twilio Video API and audio calling is working as a web app. However, when I try to build it for mobile via Phonegap Build, the audio calling is not working as expected. There were no errors reported via Chrome Dev Tools USB…
Woppi
  • 5,303
  • 11
  • 57
  • 81
0
votes
1 answer

Runtime Exception when running cordova app

I have a problem with running cordova application both on emulator and an Android device.It's an app created with phonegap-template-react-hot-loader template. Here is a adb log: E/AndroidRuntime( 2704): FATAL EXCEPTION: main E/AndroidRuntime( 2704):…
0
votes
0 answers

How to ignore the ssl certificate error in cordova android 5.1.1

When I launch the webview with https with local certificate then I am not able to launch the url because of security issues. Is there any way to bypass that check. I am using crosswalk plugin inside cordova and android version is 5.1.1
Nishant
  • 41
  • 1
  • 4
0
votes
1 answer

My Android App crashes when using Crosswalk with Android marshmallow

My App works fine on Android 5.x.x and earlier, but crashes on Android 6 (Marshmallow) when using Crosswalk. I found that's a Crosswalk compatibility with Android Marshmallow issue :( Any idea to solve this problem ? Edited (Solved) : I solved my…
0
votes
1 answer

Crosswork error on intel xdk

I am using Intel XDK for the first time and I can test the app in amulator. I want to test working of sqlite plugin which cannot be done on the emulator. Unfortunately I can't seem to get my app installed on my device. I have installed the App…
0
votes
1 answer

Admob pro not working as expected with Cordova

I'm trying to show some ads with my app but it seems that unless I autoshow and Interstitial ad, it won't work. It throws no errors, I prepare the ad like i should and use "AdMob.showInterstitial()". But it does absolutely…
Caleb Prenger
  • 1,537
  • 4
  • 13
  • 13
0
votes
0 answers

Using ng-cordova with ionic and crosswalk "cordova not found"

I'm building an app using Ionic 1.3.1, crosswalk and ng-cordova for accesing the filesystem. I have a path in which I want to create\write a file after the device ready event var storagePath = cordova.file.applicationStorageDirectory; When I load…
0
votes
1 answer

How is crosswalk licensend?

I am building my app with framework 7 and phonegap. I have some issues on some devices. I found the solution for this is using crosswalk. Does crosswalk have some copyright to prevent distribution of my app?
Albert
  • 316
  • 3
  • 15
0
votes
0 answers

How to use XWalkView and WebView in same app?

How Can I use XWalkView and WebView in same app different activity? In Android KITKAT webview doesn't support upload. Crosswalk fixed it. But now I use two different webview (XWalkView and WebView) in two different activity. if(sdkVersion ==…
Farid Valiyev
  • 203
  • 5
  • 20
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
0 answers

XwalkView doesn't load file

I'm using the latest stable xwalkview version. It worked well, but not working on Xiaomi devices. 06-14 13:57:17.709 17493-17750/com.james.lanbook E/art: dlopen("/data/data/com.james.xxxxxx/app_xwalkcore/libxwalkcore.so", RTLD_LAZY) failed:…
Illya Bublyk
  • 712
  • 6
  • 21
0
votes
0 answers

value of localStorage in crosswalk lost after restart app

I use ionic to create my app. Because perfomance problem in android device so i have to integrate app with crosswalk,. My app use localStorage to store many setting info , use it like local variables My problem is when use crosswalk, each time i…
QViet
  • 297
  • 5
  • 25
0
votes
2 answers

How to disable and reenable Javascript in XWalkView?

I'm using XWalkView stable 18.48.477.13 on android and wanted to disable javascript since it's by default enabled. The standard android WebView has the method WebSettings.setjavascriptenabled to enable or disable JS. So anyone knows how i could…
John Doe
  • 2,746
  • 2
  • 35
  • 50