Page 1 of 2
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Thu Apr 11, 2013 7:05 am
by gonadn
hi again support
now after alot hussle and fighting with services and so on, iam almost at the finish line. Like i said in title, every thing is working in tiggzzi browser, but when i upload project from tiggzi and open it in VS, and run my proj in VS none of the services is invoked. I had simalar problom early and the fix then was space in service URL in js file. This time i have checked that it's no space in my URL....
???
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Thu Apr 11, 2013 2:00 pm
by Kateryna Grynko
Hello,
Sorry for delay. We are working on it.
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Thu Apr 11, 2013 3:15 pm
by Maryna Brodina
Hello! Did you rename you start screen from "index" to something else? Still working on problem with services...
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Thu Apr 11, 2013 3:54 pm
by gonadn
Hi...
Yes i have renamed my start screen, at the beginning it was named "Partnergym", and when i was trieng to upload my project to phonegap build i get error, that i must have at least one file named index in my root of project, so i renamed it to index, then i had problom with runing project in VS, i got black screen, and i renamed it to index_ ......
regards
Adnan
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Thu Apr 11, 2013 3:57 pm
by Maryna Brodina
Ok, thank you. I'll update about services problem.
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Fri Apr 12, 2013 8:13 am
by Maryna Brodina
Hello! Looks like there is some problem with JQM. Workaround is to change jquery-1.8.2.js at line 8249 from:
codes.cache = false;/code
to
codes.cache = true;/code
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Tue Apr 16, 2013 8:15 am
by gonadn
hi sorry for late response, i changed s.cache = true in my jquery.js as you described, and it works, i dont get black screen. And some of the services is invoking but not all of them. F.eks if i go to page "Priser" it show me all activities but when i click on activity so it navigate to detail page , service is not invoked.and the same happens when i go the page "timeplan"....and i thin this is because of iam calling my main page index.html, wich shoud work in for phonegap. When i create a empty phonegap project in VS i have this index.html as default page...
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Tue Apr 16, 2013 8:30 am
by gonadn
and back button on page header is gone*/diisapeard
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Tue Apr 16, 2013 12:17 pm
by gonadn
any one here, iam getting answers on my mail, getting me confiused, wich question we are talkng about.....!! iam still having trouble with running my project in VS. After setting cache to true iam rid of this black screen, and can at least navigate in my app, but not aervices are invoking...i have checked if there are any space in service URL...?!
Every thing is working in tiggzi browser....But NOT in Visual Studio 2010
Posted: Tue Apr 16, 2013 1:53 pm
by Kateryna Grynko
Hello,
We are working on this problem. I'll update as soon as I can say more.