Search found 9 matches

Go to advanced search

by Chris Dillow
Thu Aug 06, 2015 6:22 pm
Forum: Issues
Topic: Wait for Service Complete in JS
Replies: 1
Views: 339
 
Jump to post

Wait for Service Complete in JS

Executing a service in javascript seems to be async. If you executing a service in a loop say to upload a number of files whats the best way of waiting for the prior execution before starting a new one? service_name.execute({ success: function( e ) { //Success handler here }, error: function( e ) { ...
by Chris Dillow
Wed Jul 22, 2015 10:58 pm
Forum: Issues
Topic: Updating an image via Javascript
Replies: 7
Views: 868
 
Jump to post

Updating an image via Javascript

Uploaded to what? An Appery remote DB?

by Chris Dillow
Wed Jul 22, 2015 8:15 pm
Forum: Issues
Topic: Updating an image via Javascript
Replies: 7
Views: 868
 
Jump to post

Updating an image via Javascript

I found my answer and because the variable I am using is an object I need to further "qualify" it if thats the right word.

Appery('mobileimage').attr("src", image.imageDataBase64);

by Chris Dillow
Wed Jul 22, 2015 6:26 pm
Forum: Issues
Topic: Updating an image via Javascript
Replies: 7
Views: 868
 
Jump to post

Updating an image via Javascript

Any ideas?

by Chris Dillow
Wed Jul 22, 2015 5:29 pm
Forum: Issues
Topic: Updating an image via Javascript
Replies: 7
Views: 868
 
Jump to post

Updating an image via Javascript

I am trying to update an image via Javascript. The variable here "image" is a base64 string of the image. I am guessing this would be the JS to update the image but it does not work. What am I doing wrong?

Appery('mobileimage').asset(image);

by Chris Dillow
Tue Nov 25, 2014 3:19 pm
Forum: Issues
Topic: target-densitydpi
Replies: 2
Views: 815
 
Jump to post

target-densitydpi

I am using target-densitydpi=device-dpi in viewport because I want to display images taken in my app at as high res as possible. This means on a 480dpi device I have to scale up the UI with a custom CSS. I know this causes UI issues with devices of different dpi and I also understand target-densityd...
by Chris Dillow
Mon Nov 24, 2014 11:06 pm
Forum: Issues
Topic: Hiding Status Bar in Android
Replies: 3
Views: 531
 
Jump to post

Hiding Status Bar in Android

Thanks

I added this to my config.xml and it did the trick.

preference name="fullscreen" value="true"

In brackets of course.

by Chris Dillow
Mon Nov 24, 2014 9:31 pm
Forum: Issues
Topic: Hiding Status Bar in Android
Replies: 3
Views: 531
 
Jump to post

Hiding Status Bar in Android

Is there a way to hide the status bar in Android when in my app.

Thanks

by Chris Dillow
Fri Nov 21, 2014 12:39 am
Forum: Issues
Topic: How can i make that the picture fits to the screen size ?
Replies: 3
Views: 453
 
Jump to post

How can i make that the picture fits to the screen size ?

Hello I have this same question but looks like link to the post referenced above is broken.

Go to advanced search