You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a new Hybrid application in Visual Studio 2013 and copied the demo project over so that I can see the demo just fine in the emulator. I would like to add another cordova plugin so that I can launch the application from a browser link, the plugin I have used is this one,
1: If the app is not running and I launch it from an URL it doesn't initialise correctly and I get a blank screen.
2. If the app is already running in the state as in step 1. and I launch it from an URL it works correctly and I get my alert, plus the page renders
I'm not sure what's causing this but it's the second template engine I've tried that's done this.
If anyone here has VS 2013 and the latest Hybrid App CTP, I also have a sample project. Any ideas how to diagnose / fix this?
The text was updated successfully, but these errors were encountered:
Okay, i've found the primary cause, but am sure there is a logical fix somewhere. The issue is with the extra scripts that are loaded while cordova is starting up, on slow devices it is just too slow. I've just run it on an NVidia Shield which is super fast and it worked perfect first time.
So seeing as this is a race condition, where should I be shifting my code to in order to get this to work on slower devices?
Hi there,
I've created a new Hybrid application in Visual Studio 2013 and copied the demo project over so that I can see the demo just fine in the emulator. I would like to add another cordova plugin so that I can launch the application from a browser link, the plugin I have used is this one,
http://plugreg.com/plugin/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin
And I've added the following code to the bottom of app.js,
I've also added the following scripts to the head tag of index.html (just under styles.css),
So the actual problem is this
1: If the app is not running and I launch it from an URL it doesn't initialise correctly and I get a blank screen.
2. If the app is already running in the state as in step 1. and I launch it from an URL it works correctly and I get my alert, plus the page renders
I'm not sure what's causing this but it's the second template engine I've tried that's done this.
If anyone here has VS 2013 and the latest Hybrid App CTP, I also have a sample project. Any ideas how to diagnose / fix this?
The text was updated successfully, but these errors were encountered: