Search found 99 matches

Go to advanced search

by Miguel Navarro7469744
Sat Jul 14, 2018 6:19 pm
Forum: Issues
Topic: Auto Update not working after working for years
Replies: 1
Views: 530
 
Jump to post

Auto Update not working after working for years

I have added hot push plugin 1.6, I'm on v5 libraries. I exported an apk, installed it to device. Next I updated version name and code, and its not working. Please inform how I fix this or even test.

by Miguel Navarro7469744
Tue Apr 05, 2016 4:38 pm
Forum: Issues
Topic: copy paste not working jqm
Replies: 9
Views: 1735
 
Jump to post

copy paste not working jqm

The one thing that extremely annoys me is that you announce a feature and you don't communicate which platform it supports. I'm actually one of the earlier adopters who asked for copy paste functionality and to find that it doesn't exist for JQM is a joke. How many people are still using JQM vs Ioni...
by Miguel Navarro7469744
Mon Apr 04, 2016 10:16 pm
Forum: Issues
Topic: copy paste not working jqm
Replies: 9
Views: 1735
 
Jump to post

copy paste not working jqm

Is this feature available in the JQM builder? I just tried to copy a component (radio control) and there's nothing there. There's no right context menu permitting a copy, nor is there a paste. Ctrl+C doesn't work either. What am I missing. What is the point of advertising a feature if it's only work...
by Miguel Navarro7469744
Fri Mar 25, 2016 5:47 pm
Forum: Issues
Topic: Changing background color of webview (when using window.location)
Replies: 3
Views: 572
 
Jump to post

Changing background color of webview (when using window.location)

Ok guys if you ever come across this issue the way to do it is: For android go to source/app_name/res/xml/config.xml and add a preference for example: code <preference name="BackgroundColor" value="00000000"/> /code the first hex value is the alpha channel so this is a transparen...
by Miguel Navarro7469744
Wed Mar 23, 2016 6:25 pm
Forum: Issues
Topic: Android Tester is storing files in different location than compiled app
Replies: 3
Views: 499
 
Jump to post

Android Tester is storing files in different location than compiled app

Ok, I fixed this by going to the Setting/Application Manager/ Appery.io and removing all the data/cache. I reloaded the app and it was working correctly in the sense in that window.resolveLocalFileSystemURL was working. Now I can refactor window.requestFileSystem to window.resolveLocalFileSystemURL ...
by Miguel Navarro7469744
Wed Mar 23, 2016 5:32 pm
Forum: Issues
Topic: Android Tester is storing files in different location than compiled app
Replies: 3
Views: 499
 
Jump to post

Android Tester is storing files in different location than compiled app

I have done a little more research on this and to get to get to the externalDirectories you have to do something like: window.resolveLocalFileSystemURL(cordova.file.externalRootDirectory... instead of window.requestFileSystem The tester app errors on window.resolveLocalFileSystemURL this, but the co...
by Miguel Navarro7469744
Wed Mar 23, 2016 12:24 pm
Forum: Issues
Topic: Android Tester is storing files in different location than compiled app
Replies: 3
Views: 499
 
Jump to post

Android Tester is storing files in different location than compiled app

fileSys.root is different in tester vs exported apk. I'm using v 3.0 libraries. In the exported apk I'm getting the app sandbox window.requestFileSystem(LocalFileSystem.PERSISTENT, 5 1024 1024, function(fileSys) { fileSys.root.getDirectory(path,{create:false}... Why would this be different in the te...
by Miguel Navarro7469744
Thu Mar 10, 2016 6:10 pm
Forum: Issues
Topic: Builder Left page menu refreshing annoyance
Replies: 1
Views: 475
 
Jump to post

Builder Left page menu refreshing annoyance

Guys when you have lots of pages (70-80) the refreshing of the page menu leaves you constantly scrolling up and down after copying/ renaming etc. Couldn't you guys use AJAX to not have to refresh the whole panel and lose position on my screen. It would also be nice to create folders within the Pages...
by Miguel Navarro7469744
Fri Jan 08, 2016 9:03 pm
Forum: Issues
Topic: How to easily add plugin
Replies: 9
Views: 1016
 
Jump to post

How to easily add plugin

Hopefully somebody can help here as this is becoming frustrating and I am a paying customer: Plugin is visible and enabled within the app builder. This is the plugin library/class nl.codeyellow.signature When I compile it as an APK and try to use: cordova.require('nl.codeyellow.signature.Signature')...
by Miguel Navarro7469744
Fri Jan 08, 2016 12:31 pm
Forum: Issues
Topic: How to easily add plugin
Replies: 9
Views: 1016
 
Jump to post

How to easily add plugin

Yes. I'm using 3.0. Here's the plugin I'm using. I have it enabled in the app. Now how do I call it from javascript. This is the example that they use: https://github.com/netinhoteixeira/co... var Signature = cordova.require('nl.codeyellow.signature.Signature'); Am I missing a step somewhere or do I...

Go to advanced search