Search found 15 matches

Go to advanced search

by kis vukk
Wed Oct 22, 2014 9:39 am
Forum: Issues
Topic: Detect browser/mobile platform in onDeviceReady event or somewhere else
Replies: 4
Views: 548
 
Jump to post

Detect browser/mobile platform in onDeviceReady event or somewhere else

Ok, I don't need deviceready, it's does not work in browser
If i rem this two line get the answer

by kis vukk
Wed Oct 22, 2014 9:15 am
Forum: Issues
Topic: Detect browser/mobile platform in onDeviceReady event or somewhere else
Replies: 4
Views: 548
 
Jump to post

Detect browser/mobile platform in onDeviceReady event or somewhere else

Hi

Got this error message on console

Uncaught ReferenceError: onDeviceReady is not defined (anonymous function)

Try both way: in startscreen load js and a single js file too

by kis vukk
Thu Oct 16, 2014 8:25 am
Forum: Issues
Topic: Detect browser/mobile platform in onDeviceReady event or somewhere else
Replies: 4
Views: 548
 
Jump to post

Detect browser/mobile platform in onDeviceReady event or somewhere else

Hi Try to detect Browser/Mobile platform in onDeviceReady event I used this code in a js file document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { window.dtype = device.platform; } And startScreen Load JS console.log(window.dtype) but is always undefin...
by kis vukk
Tue Oct 14, 2014 10:03 am
Forum: Issues
Topic: Formatting with css or Appery() syntax
Replies: 3
Views: 524
 
Jump to post

Formatting with css or Appery() syntax

Thank you the css link for image formatting, only i need to write img tag before my css and works fine. The name selector [name=catalog_item] in css file does not solve. But no problem, i use Appery() in js and that is do the trick :) Full screen on header and footer not the same effect what i want....
by kis vukk
Tue Oct 14, 2014 9:28 am
Forum: Issues
Topic: Get response object data outside from mapping area
Replies: 4
Views: 485
 
Jump to post

Get response object data outside from mapping area

Great, thank you!

by kis vukk
Sat Oct 11, 2014 6:59 pm
Forum: Issues
Topic: Formatting with css or Appery() syntax
Replies: 3
Views: 524
 
Jump to post

Formatting with css or Appery() syntax

Hi I need some css help. 1) Want to separe list item. In css file try to set css margin, does not seems to work .catalogScreen_catalog_item {margin-bottom:10px; display:block; clear:both;} I think this is not the right syntax. If i use Appery("catalog_item").css("margin-bottom",&...
by kis vukk
Sat Oct 11, 2014 11:43 am
Forum: Issues
Topic: Get response object data outside from mapping area
Replies: 4
Views: 485
 
Jump to post

Get response object data outside from mapping area

Hi Kateryna I can use Success event handler on dataserviceSetting and there i can work with data object content. Placed return data; to end of Success event handler. Try to reach data object from Screen Load event after call dataserviceSetting.execute({ "onSuccess": function(data) { consol...
by kis vukk
Sat Oct 11, 2014 11:10 am
Forum: Issues
Topic: List view always refreshing
Replies: 8
Views: 766
 
Jump to post

List view always refreshing

Thank you! Absolutelly right, it's my blame. Deleted on dataserviceCatalog, only left on screen Load and perfect.

by kis vukk
Fri Oct 10, 2014 2:30 pm
Forum: Issues
Topic: List view always refreshing
Replies: 8
Views: 766
 
Jump to post

List view always refreshing

component: dataserviceCatalog event: Complete action: run js this hide my built in message on the Catalog screen $("#catalogScreen_label_loading").hide(); i put this to console log: console.log(textStatus); - shows "success" and it counting and counting .... page refreshing
by kis vukk
Fri Oct 10, 2014 2:22 pm
Forum: Issues
Topic: List view always refreshing
Replies: 8
Views: 766
 
Jump to post

List view always refreshing

Hi, Here is the link http://appery.io/app/mobile-frame?src... Third menu "Fácán lexicon" call the list and i only have chrome and ie to check. Only chrome refreshing, ie does not Cache cleaning, relogging does not help. I recognised some function repeat itselft some time, when i put someth...

Go to advanced search