Ripple is a Chrome plugin that emulates the PhoneGap APIs. It enables testing of applications that target mobile devices.
Questions tagged [ripple]
475 questions
7
votes
2 answers
How can I detect, that my app is running on the Ripple Emulator?
Is there a way to detect, that my application is currently running on the Ripple Emulator, instead of a real device? I want some workaround code to be ran only on the emulator.

Vladius
- 4,268
- 2
- 20
- 21
7
votes
0 answers
Where does ripple emulator create files?
I create a file with ripple emulator successfully at this path:
fullPath: "/myAppFolder/myFile.txt"
This is the code:
filesystem.root.getDirectory(
"myAppFolder",
{ create: true, exclusive: false },
function(dir) {
dir.getFile(
…

zuluk
- 1,557
- 8
- 29
- 49
7
votes
1 answer
Load contents of image from camera to a file
I am taking a picture (or selecting from library) using phonegap API using the following drictive:
MyApp.directive('Camera', function () {
return {
restrict: 'A',
require: 'ngModel',
link: function(scope, elm, attrs,…

Arcayne
- 1,186
- 1
- 15
- 35
7
votes
2 answers
network connection status from PhoneGap does not update in Ripple
The standard PhoneGap API for checking the current network connection (see below) does not seem to update it's result in Ripple Emulator. When I change connection type and execute checkConnection(), it returns the connection type from the first call…

Arnold de Jager
- 107
- 2
- 13
6
votes
0 answers
How to make ripple of MaterialButton borderless
I am using a MaterialButton and I need it to have a borderless ripple effect.
I have tried setting borderless ripple with android:background="attr/selectableItemBackgroundBorderless" but no luck. Looks like MaterialButton has its background and…

kza
- 1,590
- 13
- 32
6
votes
3 answers
Why does including this module not override a dynamically-generated method?
I'm trying to override a dynamically-generated method by including a module.
In the example below, a Ripple association adds a rows= method to Table. I want to call that method, but also do some additional stuff afterwards.
I created a module to…

Nathan Long
- 122,748
- 97
- 336
- 451
6
votes
1 answer
IllegalStateException using Ripple Effect Library on Android M Devices
Using this library to implement Ripple Effect and it works just fine except on Android M devices.
On Android M Devices getting IllegalStateException that says Underflow in restore - more restores than saves
FATAL EXCEPTION: main
Process:…

Oreo
- 2,586
- 8
- 38
- 63
6
votes
3 answers
Visual Studio, Ripple Emulator and CORS/Cross Domain Ajax
I have an issue with Visual Studio when working on a multi device hybrid app. When I try do to an ajax call to an external webservice, and get some errors in ripple. (Cross Domain Security issues). My code works fine when deploying to a mobile…

Louis van Tonder
- 3,664
- 3
- 31
- 62
6
votes
3 answers
Failed to load resource: the server responded with a status of 404 (Not Found) ripple.js
Hello my problem is to develop phonegap application in HTML5 with the Visual Studio tools for apache cordova
https://www.visualstudio.com/en-us/features/cordova-vs.aspx
the error write when I debug application is
Ripple :: Environment Warming Up…

onzulin
- 61
- 1
- 1
- 2
6
votes
2 answers
Ripple requires API level 21 (current min is 11), android?
I have the below drawable
-

WISHY
- 11,067
- 25
- 105
- 197
6
votes
1 answer
Debugger error “Unable to attach. The System cannot find the file specified” from Ripple and Android emulator
Debugger error “Unable to attach. The System cannot find the file specified” from the Ripple and Android emulator
I've just installed the Multi-device Hybrid Apps preview for Visual Studio 2013, and I'm getting an error when attempting to debug…

Zakaria
- 1,055
- 12
- 16
6
votes
0 answers
Unable to use Ripple emulator
I am new to Ripple..My Problem is When I am importing a new project and trying to use ripple in that I am getting the following error in command prompt:
INFO: Server instance running on:http://localhost:4400
INFO: CORS XHR Proxy Service on:…

user3567857
- 183
- 10
6
votes
2 answers
Ripple (0.9.19) and BB10 WebWorks SDK 2.0.0.54 on Mac
I cannot get Ripple to build using the SDK installed at the default location. I get the error message "Oh Snap! Build request failed with message: ./Applications/BlackBerry/BB10 WebWorks SDK 2.0.0.54 is not a valid path" (EDIT:THIS PROBLEM HAS BEEN…

Quintin Balsdon
- 5,484
- 10
- 54
- 95
6
votes
2 answers
not able to use facebook plugin with ripple emulator
I am trying to run facebook plugin 'SIMPLE example' using ripple emulator.
I already included the facebook_js_sdk.js and cdv_plgin.js and cardova.js.
config.xml is as follow.

Rasesh
- 113
- 6
6
votes
2 answers
PhoneGap/Cordova, Ripple Emulator, CORS & JSONP
Attempting to use the Ripple Emulator to test a PhoneGap application. We're making requests to the server and receiving:
ERROR:
cordova :: XMLHttpRequest :: setRequestHeader does not work with JSONP.
a) CORS is enabled on the server and the…

Brian Zitzow
- 148
- 1
- 8