Search found 29 matches

Go to advanced search

by DaveVockell
Fri Jul 17, 2020 2:15 pm
Forum: Issues
Topic: Generic Service Results not Populating List
Replies: 6
Views: 641
 
Jump to post

Generic Service Results not Populating List

\""desc\"":\""0\""}]'); settings.success('[{\""id\"":\""\""

by DaveVockell
Tue Dec 23, 2014 7:16 am
Forum: Issues
Topic: Generic Service Results not Populating List
Replies: 6
Views: 641
 
Jump to post

Generic Service Results not Populating List

PERFECTO.

Thanks.

by DaveVockell
Tue Dec 23, 2014 1:48 am
Forum: Issues
Topic: Generic Service Results not Populating List
Replies: 6
Views: 641
 
Jump to post

Generic Service Results not Populating List

This is the response: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1135597/response_server_inline.png?1419296980 Here is what I can see... If I add in a console.log line as a I generate the response for (i = 0; i < len; i++) { // for each row ourFinalArray.push(results.rows.item(i)); // pushing r...
by DaveVockell
Mon Dec 22, 2014 6:10 am
Forum: Issues
Topic: Generic Service Results not Populating List
Replies: 6
Views: 641
 
Jump to post

Generic Service Results not Populating List

Making that change throws this error: Uncaught Error: Attempt to access Array by property name : 'type'mapping-impl.js:325 window. mep. getmapping-impl.js:343 window. mep. getmapping-impl.js:310 window. mep.getmapping-impl.js:82 window. entry.Entry.getValuemapping-impl.js:196 window. mapping_unit.Ma...
by DaveVockell
Thu Dec 18, 2014 7:57 am
Forum: Issues
Topic: REST > sqlite only saving first element
Replies: 2
Views: 384
 
Jump to post

REST > sqlite only saving first element

"array type storage" was my mistake -- I just had a string there. Thanks.

by DaveVockell
Thu Dec 18, 2014 12:31 am
Forum: Issues
Topic: REST > sqlite only saving first element
Replies: 2
Views: 384
 
Jump to post

REST > sqlite only saving first element

I am trying to save the results of a REST call to an sqlite db. I have edited the code of the example, and my result is that just the first element of the REST response is being saved. At the same tome I am building a table and that is going perfectly. Like in the example, I send the LIST [$] to a j...
by DaveVockell
Fri Dec 12, 2014 7:02 pm
Forum: Issues
Topic: Make Scrolling Smooooth
Replies: 1
Views: 261
 
Jump to post

Make Scrolling Smooooth

Make scrolling smooth.... I am currently using: .startpage_mobilegrid_wrapper { height: 320px; overflow-y: scroll ; } To make a scroll area. However, that area now lacks the lovely standard smooth scroll experience -- it just scrolls when you actively scroll (i.e., as soon as you lift, it stops vs. ...
by DaveVockell
Fri Nov 21, 2014 9:12 am
Forum: Issues
Topic: Closing an in app browser during oAuth
Replies: 9
Views: 1024
 
Jump to post

Closing an in app browser during oAuth

Thanks -- I see how that might work in the page that launches the inapp browser. i have a redirect.php url for my oAuth and I want it to execute If (oAuth fail) then error message if (oAuth success) then close this inapp browser That would require code in the redirect.php, not in the page that launc...
by DaveVockell
Fri Nov 21, 2014 1:55 am
Forum: Issues
Topic: Closing an in app browser during oAuth
Replies: 9
Views: 1024
 
Jump to post

Closing an in app browser during oAuth

I am doing an oAuth with a third party service. I am currently opening an inapp browser, and when I complete the auth I want to close the view. What code do I put in the redirect_url html to close the browser and return to the app?

by DaveVockell
Fri Nov 21, 2014 1:02 am
Forum: Issues
Topic: How do I use the oAuth template?
Replies: 3
Views: 365
 
Jump to post

How do I use the oAuth template?

I added the oAuth Template plugin. How do I call it?

Go to advanced search