Search found 21 matches

Go to advanced search

by Julia Babenko
Fri Apr 13, 2012 9:10 am
Forum: Issues
Topic: Problem after your update
Replies: 15
Views: 2200
 
Jump to post

Problem after your update

Hello Paolo,

Can you please let us know what exactly is not working and share your app link?

by Julia Babenko
Fri Apr 06, 2012 2:34 pm
Forum: Issues
Topic: How do I scale googlemap for different screen sizes?
Replies: 12
Views: 1556
 
Jump to post

How do I scale googlemap for different screen sizes?

Map is scaled by container width but not on height. You need to change screen size to 1024x768 and change map dimension for it to be shown correctly on tablet.

by Julia Babenko
Fri Apr 06, 2012 2:05 pm
Forum: Issues
Topic: Tiggzi Mobile Tester for Iphone
Replies: 12
Views: 1279
 
Jump to post

Tiggzi Mobile Tester for Iphone

Did you get it working? Try restarting Xcode and running .xcodeproj again.

by Julia Babenko
Thu Apr 05, 2012 8:51 am
Forum: Issues
Topic: Tiggzi Mobile Tester for Iphone
Replies: 12
Views: 1279
 
Jump to post

Tiggzi Mobile Tester for Iphone

The tester app source code can be downloaded from : http://exadel.org/tiggrmobiletester. You then need to install the app directly on your phone.

by Julia Babenko
Wed Apr 04, 2012 12:39 pm
Forum: Issues
Topic: Clickable list problem
Replies: 18
Views: 1915
 
Jump to post

Clickable list problem

var prod = localStorage.setItem("key1","value1"); - this should work (correct setItem method)

by Julia Babenko
Wed Apr 04, 2012 12:17 pm
Forum: Issues
Topic: Clickable list problem
Replies: 18
Views: 1915
 
Jump to post

Clickable list problem

You can add Click event on mobilelistitem with this code:

var $this = $(this);
alert($this.text() + ' \nIndex ' + $this.index());

by Julia Babenko
Tue Apr 03, 2012 2:53 pm
Forum: Issues
Topic: onLoad event option?
Replies: 4
Views: 574
 
Jump to post

onLoad event option?

You need to go to Events tab, select screen component, Load event, action - Run Custom JS, click Add and enter your code in editor.

More details here: http://help.gotiggr.com/documentation...

by Julia Babenko
Tue Apr 03, 2012 10:00 am
Forum: Issues
Topic: Unable to add NavBar component
Replies: 4
Views: 569
 
Jump to post

Unable to add NavBar component

You need to enable header or footer on the screen (screen properties "Show Header", "Show Footer") to be able to drag NavBar there.

by Julia Babenko
Thu Mar 22, 2012 11:19 am
Forum: Issues
Topic: Buttons set to open pop ups upon click aren't working
Replies: 7
Views: 1225
 
Jump to post

Buttons set to open pop ups upon click aren't working

Cassie,

There are a lot of "Close Popup" actions with undefined popup. You might want to check all popups in your project.

by Julia Babenko
Thu Mar 22, 2012 9:18 am
Forum: Issues
Topic: Web Preview not working
Replies: 2
Views: 571
 
Jump to post

Web Preview not working

Link for "Web Preview" button was fixed.

Go to advanced search