Most voted "crosswalk" questions
7 questions
Sort by count of
-
8
votes1
answer416
viewsCordova + Crosswalk
I created a normal Cordova project: cordova create myApp com.myapp myApp then I entered the project folder cd myApp added the platform: cordova platform add android and added the crosswalk plugin…
-
4
votes2
answers1633
viewsSplashcreen plugin (Cordova) and icons do not work on Crosswalk
I’m using this module that automatically adds a Crosswalk wrapper to a Cordova project. Obs: It requires "Platform" to be [email protected]. Okay, then I give the command to Wrap the Crosswalk in the…
-
4
votes0
answers190
viewsError : The manifest file does not exist
I’m having this error when I compile my crosswalk app with the command: >>> python make_apk.py After this command step also the values as --package, --manifest. However, the manifest…
-
1
votes0
answers60
viewsBuild multi APK in Cordova without Crosswalk?
Since I took Crosswalk off my project, Cordova only build an APK. But I need my app on x86 and ARM architecture. How to do this without Crosswalk? Or would Cordova’s standard APK be a hybrid APK for…
-
1
votes0
answers34
viewsCross apply in postgres?
I have the following situation CROSS APPLY (select top 1 seq.id_prod, seq.id_emp, seq.localizacao, seq.localizacao_modulo, seq.localizacao_nivel, seq.localizacao_rua, seq.localizacao_vao, qtde from…
-
0
votes0
answers133
viewsError compiling Ionic application with Crosswalk
I am developing an app that will support for Android 4.1+ and I am having problems compiling APK for Android 4.4 devices<. In the Ionic documentation there is some information regarding your…
android ionic apache-cordova cordova-plugin crosswalkasked 6 years, 6 months ago Adriano de Azevedo 533 -
-1
votes1
answer193
viewsInsert a Splashscreen or imageView into app crosswalk webview
I have a crosswalk webview application. as my site takes about 5 seconds to open on screen, I thought about inserting a splashscreen or imagemview ( I don’t know if there’s a difference between the…