Search found 604 matches

Go to advanced search

by Terry Gilliver
Tue Aug 22, 2017 9:18 am
Forum: Issues
Topic: access the phones backbutton in jqm app
Replies: 3
Views: 1135
 
Jump to post

access the phones backbutton in jqm app

is it possible to exit an app by pressing the devices back button twice in succession as with most other apps on the market? It seems to be somewhat of a standard way to exit apps.

by Terry Gilliver
Tue Aug 22, 2017 9:13 am
Forum: Issues
Topic: Variable Scope
Replies: 2
Views: 661
 
Jump to post

Variable Scope

Thanks Serhii

by Terry Gilliver
Mon Aug 21, 2017 3:42 pm
Forum: Issues
Topic: trustpilot in android app
Replies: 0
Views: 1265
 
Jump to post

trustpilot in android app

I am trying to load a trust pilot review page from my app. As aw web app it functions correctly and goes straight to the page. On the android app it shows a link which you need to click before it opens the page in a new browser. The code is supplied by trust pilot and contains some minified javascri...
by Terry Gilliver
Fri Aug 18, 2017 3:14 pm
Forum: Issues
Topic: Variable Scope
Replies: 2
Views: 661
 
Jump to post

Variable Scope

What is the scope of ionic variables? Are they available throughout the application or only on the page defined? Where are they stored? They don't appear to be in session or local storage. We don't seem to be able to define storage as in jqm.

by Terry Gilliver
Fri Aug 18, 2017 1:39 pm
Forum: Issues
Topic: session times out in middle of edit
Replies: 1
Views: 493
 
Jump to post

session times out in middle of edit

This is an annoyance rather than a problem. I was in the middle of a complex edit when my session timed out forcing me to re login thus losing my previous changes.

Could there be some sort of automatic save before a session timeout?

by Terry Gilliver
Tue Aug 15, 2017 3:46 pm
Forum: Issues
Topic: bootstrap /angular js
Replies: 1
Views: 468
 
Jump to post

bootstrap /angular js

I want to look into bootstrap and and angularjs. What videos and docs do you recommend i watch/read?

by Terry Gilliver
Wed Aug 02, 2017 12:29 pm
Forum: Issues
Topic: Creating a service that contains arrays of objects in the body
Replies: 1
Views: 563
 
Jump to post

Creating a service that contains arrays of objects in the body

Even though it is not possible to test, it does actually work in practice. I called it with the following javascript and it worked pre sendMail.execute({ headers: { "Authorization" : "Basic *******************" }, data: { "from" : "web@comp-solutions&#4...
by Terry Gilliver
Wed Aug 02, 2017 11:16 am
Forum: Issues
Topic: Getting an android build error
Replies: 0
Views: 1410
 
Jump to post

Getting an android build error

Getting the following build error: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1629922/Capture_inline.png?1501672380 The error only happens if 'release' is ticked. The following is the javascript class it is complaining about, although js hint does not show any syntax errors: pre /* TaxRefundRep...
by Terry Gilliver
Wed Aug 02, 2017 10:39 am
Forum: Issues
Topic: Android Build Error
Replies: 0
Views: 1348
 
Jump to post

Android Build Error

I am getting the following error trying to build an android apk: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1629913/Capture_inline.png?1501670206 It runs ok in the developer and jshint doesn't show that there are syntax errors here is the javascript class which is apparently causing the error: ...
by Terry Gilliver
Tue Aug 01, 2017 4:55 pm
Forum: Issues
Topic: Creating a service that contains arrays of objects in the body
Replies: 1
Views: 563
 
Jump to post

Creating a service that contains arrays of objects in the body

I want to configure a service which has a body similar to the following: code{ "to" : [ {"to": "terry@mrtaxsoftware.com", "toName" : "Terry Gilliver"} ], "from" : "web@comp-solutions.org.uk", "fromName...

Go to advanced search