Search found 12 matches

Go to advanced search

by devapp
Tue May 12, 2015 7:21 am
Forum: Issues
Topic: I'm facing issues with enabling Google analytics on my app. Need help
Replies: 3
Views: 848
 
Jump to post

I'm facing issues with enabling Google analytics on my app. Need help

Yes, I've seen the tutorials. I just want to tack the pages on an Android app, that's it. Should I use the following code and add it as .js file? var initGA = function() { console.log('Initialize GA'); if (getGAPlugin()) { getGAPlugin().init(gaSuccessHandler, gaErrorHandler, "ENTER_YOUR_GOOGLE_...
by devapp
Mon May 11, 2015 11:02 am
Forum: Issues
Topic: I'm facing issues with enabling Google analytics on my app. Need help
Replies: 3
Views: 848
 
Jump to post

I'm facing issues with enabling Google analytics on my app. Need help

I've created a .js file with the following code: var _gaq = _gaq || []; //Note: you should replace this value with your personal site data. gaq.push([' setAccount', 'UA-62826163-1']); gaq.push([' trackPageview']); //Add event handler on page show. var onPageShow = function(){ //Track page into GA wh...
by devapp
Mon Apr 06, 2015 5:55 pm
Forum: Issues
Topic: How to Search Static Images
Replies: 4
Views: 1334
 
Jump to post

How to Search Static Images

Thank you, I'll try

by devapp
Sun Apr 05, 2015 5:40 pm
Forum: Issues
Topic: How to Search Static Images
Replies: 4
Views: 1334
 
Jump to post

How to Search Static Images

This is what I'm getting
Image

by devapp
Sun Apr 05, 2015 2:01 pm
Forum: Issues
Topic: How to Search Static Images
Replies: 4
Views: 1334
 
Jump to post

How to Search Static Images

I've a grid, with an image block inside every cell of the gird. The images set are static and are not called from any db. I want to have a search functionality such that when I enter the name of any image, the image should be filtered from other images and should show up. I just want to know how thi...
by devapp
Tue Mar 31, 2015 4:51 pm
Forum: Issues
Topic: Label Reset
Replies: 6
Views: 1606
 
Jump to post

Label Reset

Thank you Yurii Orishchuk

by devapp
Mon Mar 30, 2015 11:44 am
Forum: Issues
Topic: Label Reset
Replies: 6
Views: 1606
 
Jump to post

Label Reset

No Suggestions???

by devapp
Sat Mar 28, 2015 1:33 pm
Forum: Issues
Topic: Label Reset
Replies: 6
Views: 1606
 
Jump to post

Label Reset

Thank you Alena, that did the work. However there is one more thing I need to sort out. I created the translator app from your tutorials, but when I hit the translate button without entering any text, it gives me an error "NO QUERY SPECIFIED. EXAMPLE REQUEST: GET?Q=HELLO&LANGPAIR=EN|IT"...
by devapp
Sat Mar 28, 2015 12:42 pm
Forum: Issues
Topic: Label Reset
Replies: 6
Views: 1606
 
Jump to post

Label Reset

I'm tying to reset the "label" after I navigate to the page from another page. I'm able to successfully reset the "input" but not the "label" part. Need help immediately! https://d2r1vs3d9006ap.cloudfront.net/s3_images/1179533/1_inline.PNG?1427546517 https://d2r1vs3d900...
by devapp
Tue Mar 24, 2015 12:09 pm
Forum: Issues
Topic: Input data not resetting.
Replies: 3
Views: 941
 
Jump to post

Input data not resetting.

https://d2r1vs3d9006ap.cloudfront.net/s3_images/1177184/1_inline.PNG?1427198779 I've added $('input').val(''); to the click event of "Add task" button and before navigating to the next page, but when I browse back to "Create New" page, the input field is clear but when I hit &qu...

Go to advanced search