Search found 15 matches

Go to advanced search

by Vance Sng
Sun Jan 05, 2014 3:52 pm
Forum: Issues
Topic: Works in Simulator but not Phone
Replies: 7
Views: 1582
 
Jump to post

Works in Simulator but not Phone

Hi Oleg

I scanned the QR code that appeared after i exported the app to .apk. The app was then downloaded and installed on my phone.

Thanks

by Vance Sng
Thu Jan 02, 2014 6:08 pm
Forum: Issues
Topic: Works in Simulator but not Phone
Replies: 7
Views: 1582
 
Jump to post

Works in Simulator but not Phone

Hi Katya

There is no error in F12. My Android version is 4.0.3.

by Vance Sng
Thu Jan 02, 2014 4:35 pm
Forum: Issues
Topic: Works in Simulator but not Phone
Replies: 7
Views: 1582
 
Jump to post

Works in Simulator but not Phone

Hi, my app works in the Test simulator but not on my HTC Sensation XE Android phone. Specifically, clicking on the "MyProjects" button of Page 1 would take me to Page 2 on the Simulator. On my phone, the process circle just spins and doesn't take me to Page 2. On Page 2, I don't have any r...
by Vance Sng
Thu Oct 10, 2013 4:04 pm
Forum: Issues
Topic: Passing ListView Data to Detail Page
Replies: 20
Views: 2571
 
Jump to post

Passing ListView Data to Detail Page

Hi Appery team

Thank you very much for spending time on my issue.

Cheers
Vance

by Vance Sng
Tue Oct 08, 2013 8:02 am
Forum: Issues
Topic: Passing ListView Data to Detail Page
Replies: 20
Views: 2571
 
Jump to post

Passing ListView Data to Detail Page

Hi Marina

Thank you very much for looking into this.

I'll make the changes and update.

Cheers

by Vance Sng
Mon Oct 07, 2013 4:47 pm
Forum: Issues
Topic: Passing ListView Data to Detail Page
Replies: 20
Views: 2571
 
Jump to post

Passing ListView Data to Detail Page

This is the SQLite grid for the Detail Page. Image

by Vance Sng
Mon Oct 07, 2013 4:44 pm
Forum: Issues
Topic: Passing ListView Data to Detail Page
Replies: 20
Views: 2571
 
Jump to post

Passing ListView Data to Detail Page

Hi Katya Attached are the screenshots and below is the code. Let me know what else you would need. var db = window.openDatabase("SQLiteProjectList", "", "SQLiteProjectList", 1024 * 1000); db.transaction(function(tx) { tx.executeSql('CREATE TABLE IF NOT EXISTS "Tabl...
by Vance Sng
Mon Oct 07, 2013 1:54 pm
Forum: Issues
Topic: Passing ListView Data to Detail Page
Replies: 20
Views: 2571
 
Jump to post

Passing ListView Data to Detail Page

Hi Marina Here's the generic service code I implemented for Project List. Also attached are the mapping screenshots. var Projectdb = window.openDatabase("SQLiteProjectList", "", "SQLiteProjectList", 1024 * 1000); $t.GetProjectListJS = $t.createClass(null, { init: functi...
by Vance Sng
Mon Oct 07, 2013 12:47 pm
Forum: Issues
Topic: Passing ListView Data to Detail Page
Replies: 20
Views: 2571
 
Jump to post

Passing ListView Data to Detail Page

Hi Marina When the Project Detail page shows data, the Project List stopped showing data (when it worked earlier). Either that, I could get the Project List to show data but the Project Detail would not. This is very weird. I added console.log to the Project List script and found that the db.transac...
by Vance Sng
Mon Oct 07, 2013 5:03 am
Forum: Issues
Topic: Passing ListView Data to Detail Page
Replies: 20
Views: 2571
 
Jump to post

Passing ListView Data to Detail Page

No, the detail page did not return any store data.

Go to advanced search