Search found 99 matches

Go to advanced search

by Miguel Navarro7469744
Fri Sep 25, 2015 4:11 pm
Forum: Issues
Topic: Troubleshoot app crashing on remote device
Replies: 5
Views: 743
 
Jump to post

Troubleshoot app crashing on remote device

For example I did my testing on Samsung Galaxy S6 and LG 3 and I never had one instance of the app crashing during testing. I modified security settings from the defaults (when I first started) but I have done many updates since then I can't confirm it ever worked correctly on the S5. It's actually ...
by Miguel Navarro7469744
Fri Sep 25, 2015 4:04 pm
Forum: Issues
Topic: Reduce base64 image using Javascript
Replies: 10
Views: 1329
 
Jump to post

Reduce base64 image using Javascript

I have done it! What you have to do is use canvas to create a thumbnail, you can draw the image at a smaller size. Then you write it to a dataURL which I then saved in a text file. I created my own gallery that loads the images up and if not creates the thumbnail on the fly. It's pretty cool. I beli...
by Miguel Navarro7469744
Thu Sep 24, 2015 11:53 pm
Forum: Issues
Topic: Troubleshoot app crashing on remote device
Replies: 5
Views: 743
 
Jump to post

Troubleshoot app crashing on remote device

Guys, I need some general information on how/why my app is crashing on Samsung Galaxy S5 with lollipop. Unfortunately I don't own this device, there doesn't appear to be any javascript console errors as I'm logging those to a file. What is the best way to troubleshoot this. Something is happening at...
by Miguel Navarro7469744
Thu Sep 03, 2015 7:07 pm
Forum: Issues
Topic: pageShow issue
Replies: 1
Views: 291
 
Jump to post

pageShow issue

I'm using this in a multi-page html app (not spa.) I can't believe navigation is so complicated with JQM, but I noticed when going from one page to another using your method in the builder pageShow() that ocassionally when I begin to search the page transitioned to it is the DOM of the previous page...
by Miguel Navarro7469744
Thu Sep 03, 2015 4:23 pm
Forum: Issues
Topic: Changing background color of webview (when using window.location)
Replies: 3
Views: 580
 
Jump to post

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

I will just add that my pages were not changing correctly using mobile.pageChange. I was testing the function: $.mobile.pageContainer.pagecontainer("change", page + ".html", { allowSamePageTransition : true, transition : 'none', showLoadMsg : false, reloadPage : true }); Which se...
by Miguel Navarro7469744
Thu Sep 03, 2015 10:43 am
Forum: Issues
Topic: Changing background color of webview (when using window.location)
Replies: 3
Views: 580
 
Jump to post

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

Because all my pages are separate (not spa) I have navigation issues where pages are not located unless I use window.location to load/link to a page. Because of this I get an annoying white background ... which is I'm guessing the default color of the webview when linking from page to page, particul...
by Miguel Navarro7469744
Wed Sep 02, 2015 9:55 pm
Forum: Issues
Topic: changePage vs window.location
Replies: 0
Views: 577
 
Jump to post

changePage vs window.location

Ok. I have a page where I have created my own gallery image selector and it's called from page A. Page A has a carousel in it and when images are selected and the page is closed (history.back()) is invoked and goes to page A from the image selector. Now if page A was navigated to via window.location...
by Miguel Navarro7469744
Thu Aug 20, 2015 8:59 pm
Forum: Issues
Topic: Differences between android apk and tester app
Replies: 7
Views: 870
 
Jump to post

Differences between android apk and tester app

So if I change scanner files... this is compile when I produce an apk, but is not used for the tester?

by Miguel Navarro7469744
Thu Aug 20, 2015 5:58 pm
Forum: Issues
Topic: Differences between android apk and tester app
Replies: 7
Views: 870
 
Jump to post

Differences between android apk and tester app

The main thing I want to know is if I modify java source for the barcode scanner in the builder are those changes compiled. I might have fixed this issue myself or it's just an issue with the tester app.

by Miguel Navarro7469744
Thu Aug 20, 2015 5:57 pm
Forum: Issues
Topic: Differences between android apk and tester app
Replies: 7
Views: 870
 
Jump to post

Differences between android apk and tester app

exported apk
Image

tester app Image

Go to advanced search