- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is any way to DISABLE TEMPORARY ON XDK Ripple EMULATOR ALL CORDOVA PLUGINS POPUPS So take a video of app usage... without disable in code???
- Tags:
- HTML5
- Intel® XDK
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nope. But you can detect, in your code, if you're running in the Emulate tab and then skip that code that causes the popup (which is being caused by calling plugin APIs that the Emulate tab knows nothing about). You can detect the presence of the Emulate tab by doing this:
if( window.tinyHippos ) { // running in the Emulate tab } else { // running somewhere else }

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page