visual-studio-cordova

Visual Studio 2015 CTP5 Android Emulator loopback to localhost?

耗尽温柔 提交于 2019-12-19 09:23:29
问题 I am using VS 2013 to connect with the new VS2015 Android Emulator. This seems to work now and I can debug, set breakpoints etc which is all fine. (Now, I would use VS2015 but it won't deploy properly -never mind). I am also developing the server app on my machine and using Fiddler as an http debug aid.. not an uncommon situation I am sure. The server is running (also under debug in another instance of VS 2013) using IIS Express and I have added bindings to the applicationhost.config so the

Patching Manifest/Plist to build with different platform-specific settings

ぐ巨炮叔叔 提交于 2019-12-19 04:04:08
问题 We are in the process of upgrading our already published native apps available on all the three stores,with a new version developed with Visual Studio Tools for Apache Cordova . In order to be able to upgrade the app in the stores, we need to publish them specifying the correct versions and correct package-id for each platform. We need to compile our solution specifying a custom manifest/plist where we will set the correct version and package. VisualStudio Tools for Apache Cordova has a

Win 10 Universal App with Cordova trying to load flash

a 夏天 提交于 2019-12-18 21:14:20
问题 I'm building a cross-platform Cordova app with Visual Studio 2015 and tools for Apache Cordova. Therefore I'm using the Blank Cordova App (with TypeScript) from Tools for Apache Cordova. Everything seems to work fine, except there is a strange error in the JavaScript Console when running the App on Windows 10: APPHOST9603: "Can’t load the ActiveX plug-in that has the class ID "{D27CDB6E-AE6D-11CF-96B8-444553540000}". Apps can't load ActiveX controls." This is kind of strange because I'm not

Cordova plugin ListPicker error on Ripple emulator

旧街凉风 提交于 2019-12-18 09:29:19
问题 I'm using Cordova within Visual Studio and added the ListView plugin. The plugin was added successfully via the config.xml editor screen When I call window.plugins.listpicker.showPicker I can trace all the way to cordova.exec(_callback, _error_callback, 'ListPicker', 'showPicker', [config]) then Ripple displays the "I Haz Cheeseburger" error on ListPicker.showPicker We seem to be missing some stuff :( I have verified that the plugin is listed in the plugins folder with other plugins that I am

No IPA output for Cordova build in Visual Studio

烈酒焚心 提交于 2019-12-14 04:10:34
问题 I'm developing a mobile app with Visual Studio Tools for Apache Cordova CTP 3.1 in VS 2013. I have configured everything according to the MSDN specifications here Install Tools to Build for iOS. I am able to build the app and run the remote simulator (as described here Run Your Apache Cordova App on iOS). My problem is there is no output from the build back on the Windows machine where I have Visual Studio. More than that, there is no .ipa file created on the Mac either. I can find the build

Visual Studio 2013 Update 2: Global Apps e Android/iOS App

穿精又带淫゛_ 提交于 2019-12-13 18:56:31
问题 I have installed Update 2 for Visual Studio 2013, but in the project list I don't say as create project for iOS/Android with Cordova. Operating system used are Windows 7 Ultimate. 回答1: To build Multi device hybrid (Cordova tooling) apps with Visual Studio, you need: Windows 8.1 Visual Studio 2013 Update 2 - Professional, Ultimate, or Premium Install the Multi-Device Hybrid Apps extension from the download page You should ensure you also have: Tools for Maintaining Store apps for Windows 8

Cordova Admob AppHost9603 Error

牧云@^-^@ 提交于 2019-12-13 15:17:53
问题 I can't seem to get AdMob integrated with my Ionic Cordova app, I am receiving an AppHost9603 error and not seeing any ads. I am using the AdMobPro plugin. Here's what I've done: In Visual Studio I have added the AdMobPro plugin installed by providing the git path in config.xml->custom->git path I have added the file admob_simple.js in my js folder following the documentation I have added a reference in index.html to the js file like this This is in index.html - <script src="cordova.js"><

Use Ace Plugin to Make iOS/Android TabBar & TableView using Platform Specific Javascript?

坚强是说给别人听的谎言 提交于 2019-12-13 07:37:53
问题 I'm working on a JavaScript App for iOS, Android and the Windows Store, using VS2015 TACO for iOS and Android. I just installed the Ace Plugin and I'm working my way through the Javascript/Ace code samples. For iOS and Android, I want to use native UI for: 1) a bottom tab bar and 2) a scrolling picker list with icons and text (basically, a WinJS.UI ListView). The Ace Intro YouTube Video shows a sample tab bar in XAML markup but I'm not familiar with XAML. Can anyone point me to Ace Plugin

CordovaModuleLoadError [ '4.3.0' ] - multi device hybird app in visual studio

百般思念 提交于 2019-12-13 05:00:46
问题 This is a follow up question after I attempted to fix this issue. I now have Visual Studio 2015 with the associated tools for Apache Cordova, but I am still unable to run multi device hybrid app in ios simulator. I created a new blank Cordova project and I am able to run it on the Ripple browser simulator. However, when I try to run the app on the configured Mac to test it on ios I get the following error: Done building 1630 : error CordovaModuleLoadError [ '4.3.0' ] And here is the full

How to determine compiled iOS as Distribution > In House

安稳与你 提交于 2019-12-13 04:53:39
问题 As I know we could setup iOS distribution as ad hoc, but how to remotebuild to build as distribution as in house ipa? I follow the http://taco.visualstudio.com/en-us/docs/tutorial-package-publish-readme/#ios and didn't see any step to setup this workflow. 回答1: Cordova has started supporting packaging properties through "build.json" which you can add at the root of your project. The packaging document here, explains this for Android platform. For iOS, you will have to refer to the same