crosswalk Questions

2

For the last two weeks I have been in search of a mapping/crosswalk between Global Industry Classification Standard (GICS) and North American Industry Classification Standard (NAICS) and have found...
Qnp asked 22/3, 2018 at 20:12

1

I have a Cordova project that is using the Android System WebView (as it should by default), but the problem is: The Android is in a wearable device, which means its System WebView component (ver...
Dwelt asked 13/3, 2020 at 19:20

2

Solved

I am using Ionic and I never had this problem before I added Crosswalk Web View. I also don't have a problem when I use cordova [email protected]. This error is occuring with cordova [email&#1...
Derange asked 4/5, 2016 at 9:12

3

Solved

I've been searching through CLI docs, SO questions, Cordova issues and more for quite some time, but I'm stumped. So I've created a simple Cordova app for Android using Crosswalk (cordova create,...

1

Solved

I want to ask about flags that are available in the normal Chrome browser (chrome://flags). Previously I was using Crosswalk with Cordova and I had the option to change stuff in config.xml by addin...
Matazzoni asked 24/6, 2017 at 15:58

2

Solved

when I try to build my Ionic project for Android with Crosswalk I get following error. Without Crosswalk everything works fine.. platforms/android/build/intermediates/res/merged/armv7/debug/valu...
Petroleum asked 13/3, 2018 at 12:46

1

I am trying to make a JavaScript demo of WebRTC work in an Android 4 device. I have tried using Crosswalk, and following the examples, but getUserMedia would not return video. Are there any example...
Contraindicate asked 26/1, 2018 at 5:45

5

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 secur...
Mulatto asked 14/10, 2016 at 5:49

1

The following errors appear when my Android app is starting up: 09-06 12:40:56.787 12976-13134/com.company.MyApp.debug W/chromium: [WARNING:xwalk_external_extension.cc(58)] Error loading extension...
Diverticulosis asked 6/9, 2016 at 11:2

4

Solved

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\ Su...
Inhibitor asked 2/9, 2017 at 10:31

4

Solved

Building a cordova app with xwalk and it's no longer working. ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk JAVA_HOME=C:\Program Files\Java\jdk1.8.0_77 Reading build config file: f:\sour...
Hetti asked 15/4, 2016 at 19:2

1

I am using crosswalk as webview in my project, now I want to override a replace class for some purposes. original class org.xwalk.core.internal imports.... class SslUtil { public static bool...
Kimmy asked 15/8, 2017 at 11:45

1

Solved

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 g...
Larianna asked 23/6, 2017 at 6:55

1

Solved

I need to build the ionic/cordova application for both 32bit (armeabi-v7a and x86) and 64bit (arm64-v8a and x86_64) platforms. I build four separate APKs using commands ionic build android --releas...

2

Solved

I am using CrossWalk WebView and as you know it extends the app size of 25 MB more, and the app size after installation goes up to 70 MB! One thing I need to know, CrossWalk WebView supports old d...
Caty asked 11/4, 2017 at 13:31

4

Solved

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/crosswal...
Zebulen asked 28/1, 2016 at 14:9

0

I'm building a cordova/ionic app, on my phone (android 6.0.1) works fine, like in chrome (desktop), a few days ago I add crosswalk to get best functionality when I use my old phone (android 4.4.1),...
Doubletongued asked 1/2, 2017 at 21:31

1

We have problems with an audio reader hybrid application, using fairly large audio m4a files. In short, it takes far too long to start the playback (when using online audio resources). To illustra...
Dust asked 13/1, 2017 at 17:30

3

Solved

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 finis...
Hypertensive asked 20/10, 2015 at 4:54

2

Solved

I use below code to go back in webview at first try. But for the low render ability, I used XWalkView replace the WebView. public boolean onKeyDown(int keyCode, KeyEvent event) { WebView mWebView...
Pammy asked 5/12, 2016 at 6:53

1

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 fr...
Oppugn asked 18/9, 2016 at 10:21

1

Solved

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 Crosswa...
Rafaelarafaelia asked 25/11, 2016 at 10:30

1

Crashlytics reports the following problem, that is affecting a good percentage of the users of my application: Fatal Exception: junit.framework.AssertionFailedError: Cannot call this method bef...
Viticulture asked 16/8, 2016 at 6:51

1

Solved

So, why is cordova-plugin-media adding the READ_PHONE_STATE permission? I found a commit in Chromium https://chromiumcodereview.appspot.com/12480009/ that might be related. It seems the MediiaPlay...
Rejoice asked 23/10, 2016 at 7:29

1

In my Ionic 2 application, I use the WebAudio API to record audio (based on https://github.com/mattdiamond/Recorderjs). This is working on Chrome and, after putting the right permissions in Android...

© 2022 - 2024 — McMap. All rights reserved.