crosswalk

webgl doesn't work on crosswalk framework for Android

匿名 (未验证) 提交于 2019-12-03 10:09:14
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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 and the stable version and in a Nexus 5, Nexus 10

Capturing Crosswalk Cordova webview touch events

匿名 (未验证) 提交于 2019-12-03 08:56:10
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'm building a web based Android app using the Crosswalk Cordova framework , and I'm trying to capture any touch events that occur on the XWalk webview within the main activity of my app, but so far everything I've tried I can't get the touch events to be triggered during debugging sessions. Specifically I'm trying to capture a three finger swipe down anywhere on the web view so I can display a settings pane. Here is what I've got so far in my main activity: public class MyActivity extends CordovaActivity { @Override public void

Crosswalk Cordova Android multiple file select

南笙酒味 提交于 2019-12-03 08:49:47
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 for file selecting: <input type="file" multiple="multiple" name="files[]" /> I am running Android Lollipop version 5.1.1 and Crosswalk version 20, I have tested with Crosswalk version 18 and 19 also. Chrome is installed on my device running the latest version although I don't think that makes a difference. When I click the input element above I get the

How to add crosswalk webview in my own android library module?

匿名 (未验证) 提交于 2019-12-03 07:50:05
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am in the development of an Android library module which has to include Crosswalk Webview. I create the library using Github Sonatype ( https://github.com/sonatype/ ). It works fine without Crosswalk Webview. I tried the following 3 methods to include Crosswalk. Method 1: Add Crosswalk Webview library in my library project app gradle Error : (Compile error) Failed to resolve: org.xwalk:xwalk_core_library:18.48.477.13 Method 2: Add crosswalk aar file in my library project Reference link for adding aar file How to import a .aar file into

Ionic 3 project and plugin crosswalk error

馋奶兔 提交于 2019-12-03 05:18:41
I have a Ionic 3 project, when I run "ionic cordova run android --prod" I see This error: ANDROID_HOME=C:\Users\asus\AppData\Local\Android\sdk\ JAVA_HOME=C:\Program Files\Java\jdk1.8.0_131\ Subproject Path: CordovaLib null The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead. at build_86b8k75dm7qqz7n5jyg9xp8kh.run(D:\project\ionic\MyProject\platforms\android\build.gradle:138) org.xwalk:xwalk_core_library:23+ The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in

Crosswalk Error about “Request was denied for security”

匿名 (未验证) 提交于 2019-12-03 02:52:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I use cordova 6.3.1 and crosswalk of cordova plugin 2.1.0 in Android App. I use self certification in server. When I send http post request from cordova app to server, "Request was denied for security" message appeared in screen bottom possion and http post request is fail. I can send http post request using old crosswalk of cordova plugin(1.5.0). Do you know someone solutions. ※Following site method is not work http://ivancevich.me/articles/ignoring-invalid-ssl-certificates-on-cordova-android-ios/ 回答1: I solved this by adding the last 3

Ionic 3 project and plugin crosswalk error

匿名 (未验证) 提交于 2019-12-03 02:51:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a Ionic 3 project, when I run "ionic cordova run android --prod" I see This error: ANDROID_HOME=C:\Users\asus\AppData\Local\Android\sdk\ JAVA_HOME=C:\Program Files\Java\jdk1.8.0_131\ Subproject Path: CordovaLib null The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead. at build_86b8k75dm7qqz7n5jyg9xp8kh.run(D:\project\ionic\MyProject\platforms\android\build.gradle:138) org.xwalk:xwalk_core_library:23+ The JavaCompile.setDependencyCacheDir() method

How to debug Crosswalk webview remotely?

匿名 (未验证) 提交于 2019-12-03 01:57:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to use XWalkView in Android 5. When I try to inspect an XWalkView in chrome://inspect, I can see the name of the app that is running, but no options for inspection. I also attempted in Canary, but it never got past USB auth for debug. How can I use chrome dev tools to debug XWalkView? 回答1: To debug xwalk webview remotely is similar to webview except the webview config. a. Config your chrome and device for debugging. Refer to google articles or SO post . b. Config your webivew for debugging. ( difference between webview and

Build error after adding Crosswalk plugin to a Cordova Android project

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'm using the latest cordova android (5.1.0). The project is building and running fine without crosswalk, but after I add the crosswalk plugin using cordova plugin add https : //github.com/crosswalk-project/cordova-plugin-crosswalk-webview.git I get the following build error: Error : 15 : 53 : 54.127 [ ERROR ] [ system . err ] / Users / or / Projects / Test / cordova / platforms / android / src / org / crosswalk / engine / XWalkWebViewEngine . java : 48 : error : cannot find symbol 15 : 53 : 54.127 [ ERROR ] [ system . err ] import

Android Crosswalk Lite - Android Studio integration

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have successfully implemented crosswalk webview project inside an Android studio project. Basically by following this link: https://diego.org/2015/01/07/embedding-crosswalk-in-android-studio/ People familiar with implementing crosswalk know that the app size gets increased by +- 20-30 mb. For this reason i have been trying to integrate the lite version of crosswalk. Which is +- 10 mb, Unfortunaly without success. the normal crosswalk project has a maven version available at https://download.01.org/crosswalk/releases/crosswalk/android