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

How to embed the crosswalk project in an existing IntelliJ IDEA 15 Android project

I've got a custom android project in IntelliJ IDEA 15. We are using the default Android webview now, but want to replace it with crosswalks XWalkView. I've read and tried a lot of options, but can't get the XWalkView to resolve. What have I…
0
votes
1 answer

Crosswalk extension not working in iOS

I am trying to make Crosswalk extension in iOS (Objective-C) for my own app which displays a website in Crosswalk runtime but it is not working. Following are the details: Created CocoaTouch framework project at the root of my main project which is…
Osama Mohammed Shaikh
  • 1,219
  • 1
  • 16
  • 40
0
votes
0 answers

How to add the crosswalk plugin in cordova android project?

I want to add crosswalk project to my old cordova android project it is throwing the error like crosswalk classes can't be casted to webview and how to run javascript in crosswalk webview?
0
votes
0 answers

Android minimum API in beta tests

My game is now in beta tests. I want it to be available for devices with Android 4.4 and up. I've set the minimum android API to 19, but on my app Google Play site the requirement stays 4.0+. Does minimum API requirement work for alpha/beta…
Toby
  • 1
  • 1
0
votes
1 answer

crossWalk cordova touchmove performance issues on Android

I'm creating a pretty standard mobile slideOut menu in a meteor/cordova app for Android. I installed the crosswalk package, and saw a fantastic lift in UI performance, except with the touchmove events I'm using for the menu and other sliding panels.…
bigmadwolf
  • 3,419
  • 3
  • 30
  • 44
0
votes
2 answers

How to add GeoLocation-Permissions in config.xml

I'd like to set androids permissions to use geolocation in config.xml. I don't want to use cordova-plugin-geolocation which would set these settings as a side-effect because the webviews I am targeting (crosswalk) support GeoLocation out of the box.…
Gundon
  • 2,081
  • 6
  • 28
  • 46
0
votes
1 answer

Prerender HTML pages on older browsers

I have a webapp, and i'm 99% sure what the next page is that the user is going to visit. This page has to get a lot of data from API's and also has to render it. Since this takes some time I would like to prefetch/preload the page. I did some…
Nathan
  • 900
  • 2
  • 10
  • 28
0
votes
1 answer

Android Studio with Crosswalk and Google Play Games: White screen on startup

I am attempting to implement Google Play Games integration into an app which I have created with Crosswalk (I am not using Cordova or any other libraries besides Crosswalk). I had initially gotten in to a state where, on my Android 4.2.2 test…
0
votes
1 answer

IntelXDK keeps showing building but nothing happens

I am using XDK for a while but suddenly whenever i build codova apk then it successfully uploads file to server but when i hit build app then it keeps showing building and then after few minutes it goes back to build page and did't build the app.…
0
votes
1 answer

When using alternate browsers for an Ionic/Cordova Application, does the app take any dependencies?

This is probably a silly question, but I couldn't find in the documentation. I need to use the Crosswalk browser for my Ionic/Cordova application. Basically, will my application depend on Chrome or anything else on the Android device for it to…
Rodrigo Lira
  • 1,489
  • 3
  • 14
  • 28
0
votes
1 answer

Crosswalk plugin and PhonegapBuild

I'm using PhonegapBuild for generating hybrid-mobile-app binaries which they are making use of Crosswalk webview. For Android apps, if you're using Crosswalk, it's necessary to generate both, x86 and armv7 binaries. When I use PhonegapBuild service…
0
votes
1 answer

cordova-plugin-camera not working on Crosswalk Android (Works on iOS)

I have an ionic (cordova/phonegap) app that includes uploading pictures taken from the device camera or photo library. I'm using cordova plugins via ngCordova including cordova-plugin-camera and cordova-plugin-file. The android version uses the…
Kholofelo
  • 694
  • 9
  • 15
0
votes
1 answer

Android Garbage Collector freeing memory in the middle of an AJAX request

I just ran into this problem. I have a XWalkView (Crosswalk WebView) inside my Android Application. Inside the XWalkView i make a couple of AJAX requests, the problem is that the Java Garbage Collector is freeing up the memory whilst i'm doing the…
Erik Terwan
  • 2,710
  • 19
  • 28
0
votes
3 answers

onclick attribute not working even after the function is defined

I'm dynamically populating html by using a for loop like this function htmlpopulate() { /*some DOM manipulations*/ setInterval(loadhtml, 5000); //getting live data } function loadhtml { activediv.innerHTML = ''; for (i = 0; i <…
0
votes
1 answer

How to get data into crosswalk from Android

I know we can get data from the Crosswalk HTML into android and toast it. But I have data from Android that I'd like to pass to the Javascript running in Crosswalk View. Any way to work around this ? like using the gyroscope feed straight into the…
Kevin Roy
  • 111
  • 8
1 2 3
22
23