Search found 7 matches

Go to advanced search

by Arsalan Sarwer
Fri Nov 02, 2012 6:00 am
Forum: Issues
Topic: How to handle service respose in JS
Replies: 7
Views: 1674
 
Jump to post

How to handle service respose in JS

Here is the link;

http://project.tiggzi.com/mobile-fram...

The app is working only in mobile.

by Arsalan Sarwer
Thu Nov 01, 2012 11:34 am
Forum: Issues
Topic: Back Button
Replies: 20
Views: 5835
 
Jump to post

Back Button

Try "history.back()", I used it several times, it works fine.

by Arsalan Sarwer
Thu Nov 01, 2012 10:37 am
Forum: Issues
Topic: How to handle service respose in JS
Replies: 7
Views: 1674
 
Jump to post

How to handle service respose in JS

Everything which have some problem on computer, runs very well on mobile. I have no issue on mobile, my app runs perfect. But on computer it shows nothing and no response. The REST service and all other data mappings are well defined. I also test it on firefox, chrome, safari and IE (all browsers la...
by Arsalan Sarwer
Thu Nov 01, 2012 7:06 am
Forum: Issues
Topic: How to handle service respose in JS
Replies: 7
Views: 1674
 
Jump to post

How to handle service respose in JS

I am working on simple user validation by email and password, for this I use REST service. On its "success" event, I user custom javascript, and make simple alert, just for the confirmation, but nothing happens; function(data){ alert("abc"); } After that I modified the success ev...
by Arsalan Sarwer
Wed Oct 31, 2012 10:10 am
Forum: Issues
Topic: Fit to the parent
Replies: 4
Views: 800
 
Jump to post

Fit to the parent

Thank you, now it works fine

by Arsalan Sarwer
Wed Oct 31, 2012 7:29 am
Forum: Issues
Topic: Fit to the parent
Replies: 4
Views: 800
 
Jump to post

Fit to the parent

Hi, I tried to change it and use this code; var screenWidth = $(window).width(); var screenHeight = $(window).height(); var sp_img = Tiggr("splash_image"); sp_img.width=screenWidth; sp_img.height=screenHeight; I am running this script on load, but it doesn't change the image size.
by Arsalan Sarwer
Tue Oct 30, 2012 3:36 pm
Forum: Issues
Topic: Fit to the parent
Replies: 4
Views: 800
 
Jump to post

Fit to the parent

when creating the splash screen, I used match_parent in motodev or eclipse, but in tiggzi, how can I define the width / height of the image, according to the mobile screen size.

On 320 x 480 it works fine, but less the resolution, it shows the scollbar.

Thank you

Go to advanced search