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
6
votes
1 answer

Crosswalk XWalkView : Request was denied for Security (Android 7.0 and greater)

I am using Crosswalk XWalkView as my application's webview, now I am loading some website that has valid certificate and works fine in Android versions < 7. But with Android 7.0 and greater I get this toast message REQUEST WAS DENIED FOR…
Aaron
  • 2,591
  • 4
  • 27
  • 45
6
votes
1 answer

Android: Save XWalkView - Crosswalk state

I am using XWalkView to show a mobile web site as an application. My problem is when application goes background and comes back it reloads the page it shows. I want to keep it state and continue from that state when it comes from background. Here…
Olcay Ertaş
  • 5,987
  • 8
  • 76
  • 112
6
votes
2 answers

Build Ionic application failed because of Crosswalk

Suddenly, I start to get this error: C:\Users\andrey.shedko\Documents\Visual Studio 2015\Projects\BBN.Mobile\BBN.Mobile>ionic run android Running command: "C:\Program Files\nodejs\node.exe" "C:\Users\andrey.shedko\Documents\Visual Studio…
andrey.shedko
  • 3,128
  • 10
  • 61
  • 121
6
votes
1 answer

Mismatch of CPU Architecture for the Crosswalk using Cordova

I have integrate crosswalk plugin in my Cordova application. When I publish this app to google play. I'm not able to open in my Asus gen phone 2 it throws following error Error message:Mismatch of CPU Architecture for the Crosswalk Cordova version…
Ravi
  • 2,360
  • 1
  • 15
  • 11
6
votes
3 answers

Is there a XWalkView webviewclient?

I'm trying to use XWalkView as webview replacement in my android app. I noticed that there's no setWebViewClient method on XWalkView object. The thing is that I want to check when the page is finished (onPageFinished) and when the resource is loaded…
Oscar Yuandinata
  • 1,025
  • 1
  • 13
  • 31
5
votes
1 answer

Can I optimize a Meteor Android Cordova app's first load time?

Findings My app takes about 20 seconds to load on first run* with crosswalk present My app takes about 12 seconds to load on first run* with crosswalk removed My app takes about 5 seconds to load on subsequent runs with or without crosswalk (even…
Anthony Astige
  • 1,919
  • 1
  • 13
  • 18
5
votes
3 answers

Cordova + Crosswalk iOS still using UIWebView

I didn't find a lot of instruction setting up crosswalk for iOS it seems like it should be as simple as: cordova plugin add cordova-plugin-crosswalk-webview cordova build ios Because I've had issues with plugins not taking effect before I do the…
csga5000
  • 4,062
  • 4
  • 39
  • 52
4
votes
1 answer

Google warns developer to include 64-bit version for Android app

Google is warning developers that starting Aug 1, 2019, all apps must be 64-bit. I use Cordova to build our web app into an Android app and upload the generated 32-bit APK file into google play store The Cordova crosswalk plugin allow me to build…
niren
  • 2,693
  • 8
  • 34
  • 58
4
votes
4 answers

Error - Please have your activity extend XWalkActivity for shared mode

I am getting the error Exception junit.framework.AssertionFailedError: Please have your activity extend XWalkActivity for shared mode in android crash reports. I have not been able to get this crash on testing. I have only used XWalkView in my…
glo
  • 1,408
  • 3
  • 25
  • 54
4
votes
0 answers

How to customize or change Default crosswalk decompress dialogue?

I am working on a project which uses crosswalk light, and I just want to change the test or customize the loading UI showing when the crosswalk decompresses the runtime environment.
4
votes
1 answer

Crosswalk Cordova Android multiple file select

I have a hybrid app built using cordova and angularjs, for Android I run the app using crosswalk. I've been scouring the internet to find the solution for the html5 file input to allow selection of multiple files. I'm using the following element…
Lee Brindley
  • 6,242
  • 5
  • 41
  • 62
4
votes
0 answers

Disabling Contextual Action Bar Crosswalk-Cordova

Contextual Action Bar (CAB) won't disable using Crosswalk as a plugin in Cordova. Tried everything, starting with the CSS, all the way through HTML & JavaScript, and even MainActivity.java & XWalkCordovaView.java. I must disable the Contextual…
Matías
  • 363
  • 1
  • 10
4
votes
0 answers

Support WebRTC for android and ios both?

I am making an application which gives support to webRTC for android & ios both for this I make a lot of R&D then I found an Ionic framework to support both platforms. you can see here/ionic. no doubt it is a powerful tool for us in nowadays. and…
John smith
  • 1,781
  • 17
  • 27
4
votes
1 answer

Getting Crosswalk to work with Phonegap Build

I have a native app that I'm using Phonegap Build to compile. I am trying to use the Crosswalk Webview plugin in my app. According to the official Phonegap blog, all plugins are now hosted on NPM. According to this blog post, plugins tagged…
tommybond
  • 650
  • 6
  • 19
4
votes
0 answers

sipml5 is working fine for chrome and chromium desktop and android, but it's two way audio is not working in crosswalk and native webview

I working on Sipml5 for last 6 weeks. It's working fine on desktop and mobile chrome and chromium. But when I use it in crosswalk and android native webview then I can't hear voice of caller, meanwhile caller can listen me. I got this error…
1 2
3
22 23