Search found 221 matches

Go to advanced search

by SteveLacy
Tue Jan 31, 2017 3:26 pm
Forum: Issues
Topic: window.open no longer working in ios10.2
Replies: 9
Views: 2065
 
Jump to post

window.open no longer working in ios10.2

So the update to the Appery platform fixed the problem. Great news.

Although the update also causes some new Xcode issues (reported on a separate thread), we were able to push the update of the app out for our customer without an issue.

Thanks,

Steve

by SteveLacy
Mon Jan 30, 2017 8:36 pm
Forum: Issues
Topic: steve@myflock.com
Replies: 9
Views: 2556
 
Jump to post

steve@myflock.com

The recent Appery platform update seems to have fixed my prior issue with iOS 10.2 links, but as I found when trying to create an archive of my project in Xcode, there's a new error "Cordova/NSData+Base64.h file not found". This causes the build to fail, preventing the release of the app i...
by SteveLacy
Mon Jan 23, 2017 8:03 pm
Forum: Issues
Topic: window.open no longer working in ios10.2
Replies: 9
Views: 2065
 
Jump to post

window.open no longer working in ios10.2

So I went in today (1/23/17) and exported another Xcode for my app and found that the problem remains.

So did the planned January 22nd Appery release go out? I'm thinking no?

Let us know. We have customers waiting. Let us know when we can anticipate the fix.

Thanks!

Steve

by SteveLacy
Thu Jan 12, 2017 4:43 pm
Forum: Issues
Topic: window.open no longer working in ios10.2
Replies: 9
Views: 2065
 
Jump to post

window.open no longer working in ios10.2

So are there any suggestions? My guess is something recently changed either in iOS 10.2 or the Appery Xcode export? Any suggestions would be greatly appreciated. To ensure I wasn't crazy, I built a simple app with one page with one button with the javascript as follows (on button click): var the_lin...
by SteveLacy
Tue Jan 10, 2017 5:09 pm
Forum: Issues
Topic: window.open no longer working in ios10.2
Replies: 9
Views: 2065
 
Jump to post

window.open no longer working in ios10.2

I have a published app where I recently made a minor update and published the new version of the app. I have buttons that use either: window.open(the_link, ' blank','location=yes'); or window.open(the_link, " system"); Now on iOS 10.2, when you click the button you get the spinner for a sp...
by SteveLacy
Mon Sep 19, 2016 11:08 pm
Forum: Issues
Topic: audio pauses on ios in background mode
Replies: 1
Views: 453
 
Jump to post

audio pauses on ios in background mode

I have an app that plays back MP3 files. On Android devices, after beginning the audio playback you can allow the app to go to background and the audio continues to play. On iOS devices, as soon as the app is sent to background, the audio pauses. Is there a way to ensure the audio does not pause whe...
by SteveLacy
Thu May 26, 2016 2:41 pm
Forum: Issues
Topic: pushNotificationToken returning null on iOS8 devices
Replies: 8
Views: 1305
 
Jump to post

pushNotificationToken returning null on iOS8 devices

Ah. I see I have PushPlugin 1.3.0 enabled while PushPlugin 1.4.5 is not. Should I enable them both? Or just the PushPlugin 1.4.5?

by SteveLacy
Wed May 25, 2016 5:42 pm
Forum: Issues
Topic: pushNotificationToken returning null on iOS8 devices
Replies: 8
Views: 1305
 
Jump to post

pushNotificationToken returning null on iOS8 devices

I'm using the following javascript to get device info: setTimeout(function() { // push notification stuff... var deviceID = localStorage.getItem('pushNotificationDeviceID'); var tokenID = localStorage.getItem('pushNotificationToken'); var deviceType = device.platform; }, 3000); I've found it works g...
by SteveLacy
Thu Apr 07, 2016 8:03 pm
Forum: Issues
Topic: export appery database collection
Replies: 1
Views: 459
 
Jump to post

export appery database collection

I need to migrate the registered devices with one app to another app. I have a script that will allow me to register devices based on an input file, but I'm unable to export the Devices collection from the source app. I see the "export" option on the Appery database UI, but it doesn't expo...
by SteveLacy
Mon Feb 29, 2016 11:34 pm
Forum: Issues
Topic: Google Play warning: You are using a vulnerable version of Apache Cordova
Replies: 52
Views: 8166
 
Jump to post

Google Play warning: You are using a vulnerable version of Apache Cordova

So we aren't able to submit new apps to Google Play (or update apps) until the end of March with the new Appery update? Is there a workaround suggested for those of us with customers relying on app releases? Is the Android Studio approach recommended?

Go to advanced search