crosswalk-runtime

crosswalk cordova build for google play store

廉价感情. 提交于 2019-12-11 21:23:47
问题 I have followed the directions in this post to migrate my existing cordova app to use crosswalk. I did this for the arm library and this are working great through eclipse. https://crosswalk-project.org/#documentation/cordova/migrate_an_application I'd like to test deploying the app to the google play store now. I saw this article on building a crosswalk app in either embedded mode or shared mode. https://crosswalk-project.org/#documentation/getting_started/Run_on_Android/Shared-mode Is there

Ionic: Crosswalk crashing on Samsung S6 device

人走茶凉 提交于 2019-12-11 11:14:07
问题 We're developing an HTML 5 hybrid app using the Ionic Framework and have included the Crosswalk Cordova plugin (v1.3.1, which includes the latest version of Crosswalk) as part of the release build. The app runs fine on most Android devices, but it doesn't seem to start on the Samsung Galaxy s6. Here's a crash log from Logcat: 09-15 15:22:23.485: E/NetlinkEvent(3009): NetlinkEvent::FindParam(): Parameter 'LABEL' not found 09-15 15:22:25.315: E/NetlinkEvent(3009): NetlinkEvent::FindParam():

Crosswalk storage limits

不问归期 提交于 2019-12-11 10:06:03
问题 What are the storage limits when using Crosswalk? Do the same rules as for Chrome apply, just in isolation of the app using Crosswalk? Or in the worst case shared global storage limits with the regular Chrome install? Also, will Crosswalk move any data to the SD card in case the core memory fills up, e.g. an app uses say 1GB of some web database? Been looking but really can't find any documentation. 回答1: Sharing my knowledge thoughts on the matter - CrossWalk (CW) is just a runtime which

Android Build failed after adding Crosswalk to Ionic

有些话、适合烂在心里 提交于 2019-12-10 03:36:23
问题 Got excited about Ionic adding Crosswalk and now my project won't build. The project was compiling and working before updating and adding Crosswalk. Anyone have any suggestions on how I can correct the error below? I prefer not to rollback. Thank goodness for version control :) System information: OS: Windows 8 Node Version: v0.10.32 Cordova CLI: 4.2.0 Ionic Version: 1.0.0-beta.14 Ionic CLI Version: 1.3.1 AngularJS v1.3.8 WARNING [Project: :org.apache.cordova.engine.crosswalk:382300-xwalk

Crosswalk call js function from java on android

痞子三分冷 提交于 2019-12-09 18:40:32
问题 I m trying to use crosswalk runtime in my android app. I tried this on android 4+. I got some js & html codes and it worked perfect for me. But it is not working like android webview. In the webview i can call javascript functions from java code. But i couldnt find any option in crosswalk. Any idea? Thanks 回答1: Crosswalk support the similar API interface ( evaluateJavascript ) as Android WebView for calling JavaScript function from Java: https://crosswalk-project.org/apis/embeddingapidocs

webgl doesn't work on crosswalk framework for Android

大憨熊 提交于 2019-12-08 09:33:36
问题 I've trying all the samples of the Crosswalk engine and also compiled myself the sample project but I couln't make WebGl work in Crosswalk And it suposes to work Here is the tutorial I've been following http://software.intel.com/en-us/android/blogs/2014/01/02/developing-android-apps-using-intel-xdk-and-threejs with the apk at the bottom Also here I've downloaded the sample and compiled it myself https://download.01.org/crosswalk/releases/crosswalk-samples-0.1.tgz I tryed with the development

Error while Migrating Cordova app in CrossWalk

久未见 提交于 2019-12-07 15:28:20
问题 I am trying to migrate cordova app in Crosswalk using command line tools as given in this tutorial.After running android update project --subprojects --path . \ --target "android-19" MY terminal shows: Updated project.properties Updated local.properties build.xml: Found version-tag: custom. File will not be updated. Added file ./proguard-project.txt Updated project.properties Updated local.properties build.xml: Found version-tag: custom. File will not be updated. Added file ./xwalk_core

crosswalk-lite in ionic cli v1.4.4 does not reduce apk size

有些话、适合烂在心里 提交于 2019-12-06 11:33:41
问题 Tried many times, the apk file size does not change. ionic revert android; ionic browser add crosswalk-lite ionic build android I also tried remove android platform and do from scratch, but never suceeded. Your system information: Cordova CLI: 5.0.0 Gulp version: CLI version 3.8.11 Gulp local: Local version 3.8.11 Ionic CLI Version: 1.4.4 Ionic App Lib Version: 0.0.20 OS: Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Node Version: v0.12.3 回答1: Same here. I guess crosswalk-lite is so

Ionic app shows white screen on android 4 versions

社会主义新天地 提交于 2019-12-06 11:09:53
I am developing ionic application which works fine in browser as well in android 5 versions but when i try to install my same apk in andriod 4 versions it simply displays white screen doesnt show up anything. i had tried installing crosswalk, whitelist and splash screen plugins after installing all plugins i am unable to build. i am attaching the screenshots of installed plugins and build error please help where i am going wrong. Please find the image where i installed the plugins Also, Please find the error i am getting while building the app. Please find the build error image I am having the

Crosswalk Cordova does not build

偶尔善良 提交于 2019-12-06 04:19:11
I believe every version of Crosswalk Cordova I've downloaded from https://download.01.org/crosswalk/releases/crosswalk/android/ does not build successfully for me out of the box. I am following direct instructions from the Crosswalk wiki here but no luck even with the stable builds. The only time I was able to build successfully was when I read through each error on the command line and went through the java files necessary to comment some code that was causing the problem. However, since I am new to Crosswalk, I do not know the code base well enough to continue doing that, at least not