Search found 604 matches

Go to advanced search

by Terry Gilliver
Tue Jul 04, 2017 1:35 pm
Forum: Issues
Topic: SQLITE database locally on phone
Replies: 3
Views: 910
 
Jump to post

SQLITE database locally on phone

If I wanted to create a internet free app, storing the data locally on the phone only, can this be done with sqlite? Are there any tutorials for this?

by Terry Gilliver
Fri Jun 30, 2017 4:18 pm
Forum: Issues
Topic: cannot navigate away from page
Replies: 1
Views: 438
 
Jump to post

cannot navigate away from page

After loading a google map component cannot navigate away from page. A back button just takes us back to the top of the page. If the app is run a second time without closing the browser, it functions correctly. The following image shows the console error during initialisation: https://d2r1vs3d9006ap...
by Terry Gilliver
Tue Jun 13, 2017 9:57 am
Forum: Issues
Topic: make sure that at least one checkbox is set
Replies: 1
Views: 568
 
Jump to post

make sure that at least one checkbox is set

I found the solution .checkboxradio('refresh') fixed it. codefunction checkTransmission() { console.log("transmission checkbox group value changed"); var manualIsChecked = $("#reg2_manual_checkbox").is(":checked"); var automaticIsChecked = $("#reg2_...
by Terry Gilliver
Mon Jun 12, 2017 3:03 pm
Forum: Issues
Topic: make sure that at least one checkbox is set
Replies: 1
Views: 568
 
Jump to post

make sure that at least one checkbox is set

I have a checkbox group containing two checkboxes 'manual' and 'automatic'with a default value of 'manual'. I have writtent some javascript code which is execute from the checkbox groups change event. One value must be set at all times. if manual is selected only and you try to un-select it the chan...
by Terry Gilliver
Thu Jun 08, 2017 4:14 pm
Forum: Issues
Topic: google play store says my device is not compatible
Replies: 57
Views: 597664
 
Jump to post

google play store says my device is not compatible

Ok, Unsure what you are saying. Do you mean I enter the highest version number in the min sdk and the lowest version number in the target sdk? By the way, the drop down list only goes as far as 5.1 not 6.x Also Do these setting affect how google play store decides which of your devices are compatible?
by Terry Gilliver
Tue Jun 06, 2017 7:19 pm
Forum: Issues
Topic: google play store says my device is not compatible
Replies: 57
Views: 597664
 
Jump to post

google play store says my device is not compatible

So setting the lowest value in min sdk version and the highest value in the target sdk will give me the broadest coverage yes?

by Terry Gilliver
Tue Jun 06, 2017 10:46 am
Forum: Issues
Topic: google play store says my device is not compatible
Replies: 57
Views: 597664
 
Jump to post

google play store says my device is not compatible

how does android min sdk and target sdk affect the app? I want it to be available to as many versions as possible.

by Terry Gilliver
Wed May 17, 2017 11:40 am
Forum: Issues
Topic: Map component not displaying correctly if page is called by an Apperyio.navigateTo()
Replies: 5
Views: 1159
 
Jump to post

Map component not displaying correctly if page is called by an Apperyio.navigateTo()

Found a solution:

google.maps.event.trigger(map, 'resize');

I added this to the page show event which forced the map to re-render correctly

by Terry Gilliver
Wed May 17, 2017 11:39 am
Forum: Issues
Topic: force google maps to re-render
Replies: 1
Views: 502
 
Jump to post

force google maps to re-render

Found a solution:

google.maps.event.trigger(map, 'resize');

I added this to the page show event

by Terry Gilliver
Wed May 17, 2017 11:19 am
Forum: Issues
Topic: force google maps to re-render
Replies: 1
Views: 502
 
Jump to post

force google maps to re-render

is there a function call i can make to force a google map component to re-render in JQM?

Go to advanced search