Search found 6 matches

Go to advanced search

by Mikhail Begoun
Wed Mar 19, 2014 7:45 pm
Forum: Issues
Topic: Component is visible in UI but not exists in the source html
Replies: 2
Views: 355
 
Jump to post

Component is visible in UI but not exists in the source html

Component is visible in UI but not exists in the source html. I open start page in UI builder, add some component - button. Then go to sources, web_resource - startpage.html - there's no new element in the code. this affects the component not visible in the app after the install to device. all chang...
by Mikhail Begoun
Tue Mar 04, 2014 7:19 am
Forum: Issues
Topic: Issue when working with Local DB
Replies: 6
Views: 1030
 
Jump to post

Issue when working with Local DB

Thanks a lot, Maryna!
works fine on device! (doesn't work in Firefox).
as my code taken from Appery tutorial, it may make sense to update it as well.
http://docs.appery.io/tutorials/build...

by Mikhail Begoun
Mon Mar 03, 2014 2:22 pm
Forum: Issues
Topic: Issue when working with Local DB
Replies: 6
Views: 1030
 
Jump to post

Issue when working with Local DB

Hi Nikita, issue same on Android device. Progress bar just stuck on the screen during app load.

by Mikhail Begoun
Mon Mar 03, 2014 1:44 pm
Forum: Issues
Topic: Issue when working with Local DB
Replies: 6
Views: 1030
 
Jump to post

Issue when working with Local DB

This is code for the onDeviceReady Handler code var db = window.openDatabase("Deep", "1.0", "Deep", 200000); db.transaction(function(tx) { tx.executeSql('CREATE TABLE IF NOT EXISTS "in_queue" (name TEXT)'); tx.executeSql...
by Mikhail Begoun
Mon Mar 03, 2014 1:43 pm
Forum: Issues
Topic: Issue when working with Local DB
Replies: 6
Views: 1030
 
Jump to post

Issue when working with Local DB

Hi, i have build an app, and now trying simply add some row into local offline DB and then read it, but it doesn't work. First, here's a handler for onDeviceReady = creating new db and populating a row Next, i am trying to read from this DB using custom service, listDB.js When the last code is bind ...

Go to advanced search