Search found 221 matches

Go to advanced search

by SteveLacy
Wed Dec 11, 2019 11:49 pm
Forum: Issues
Topic: audio file wont play on android.
Replies: 5
Views: 1821
 
Jump to post

audio file wont play on android.

I have this same issue with my app today. Doing some testing, I found that if I load the audio player on a page in my app, The page works fine in the Appery Tester, it works fine on iOS, but using the APK on an Android device and the page will never load (spinner just spins). My production app on Go...
by SteveLacy
Wed Dec 04, 2019 5:08 pm
Forum: Issues
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 26705
 
Jump to post

Apple UIWebView API's deprecated.

On my most recent Apple app submission, I received the following: "ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documenta... for more information." How do I correct this issue? Thanks, Steve
by SteveLacy
Thu May 10, 2018 10:36 pm
Forum: Issues
Topic: how to implement google fonts
Replies: 2
Views: 771
 
Jump to post

how to implement google fonts

Awesome! It works! Thanks!

by SteveLacy
Tue May 08, 2018 11:23 pm
Forum: Issues
Topic: how to implement google fonts
Replies: 2
Views: 771
 
Jump to post

how to implement google fonts

I see there are some other posts on how to implement Google fonts, but they are several years old and I believe Google has updated their process for using Google fonts. Google's current instructions specify to include their style sheet: before specifying the font in your CSS. I have tried the follow...
by SteveLacy
Sat Apr 07, 2018 9:08 pm
Forum: Issues
Topic: set background image for grid
Replies: 2
Views: 792
 
Jump to post

set background image for grid

Awesome!

I added the "background-repeat: no-repeat;" and the "background-size: cover;" and it worked like a charm!

Thanks!

by SteveLacy
Wed Apr 04, 2018 10:27 pm
Forum: Issues
Topic: set background image for grid
Replies: 2
Views: 792
 
Jump to post

set background image for grid

I want to set the background image for a grid but it's not working. The following works to set the mobilecontainer background: Apperyio("mobilecontainer").css("background-image", 'url('+Apperyio.getImagePath("header_bg.png")+')'); But if I try to set the grid background...
by SteveLacy
Tue Nov 21, 2017 3:23 pm
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11027
 
Jump to post

how to use onesignal plugin push notificacions

I've been testing on Android. I guess that's my issue? I'll give it a try on iOS and see what happens. Thanks for the feedback!

Let me know if you have any news that will help the cause.

Thanks,

Steve

by SteveLacy
Mon Nov 20, 2017 11:03 pm
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11027
 
Jump to post

how to use onesignal plugin push notificacions

Bruce - I'm also using jquery. It still does not work for me. What version of the OneSignal plugin are you using? I'm using Appery libraries 4.1. I've tried a myriad of configurations and nothing has worked. Any details you can provide would be awesome!

by SteveLacy
Tue Nov 14, 2017 7:47 pm
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11027
 
Jump to post

how to use onesignal plugin push notificacions

I'm using the jquery app. My init code is: alert('starting OneSignal...'); window.plugins.OneSignal .startInit("2df02c34-409f-4d54-ba6d-34b9a6a2ea6d") .handleNotificationOpened(notificationOpenedCallback) .endInit(); alert('OneSignal done'); Perhaps the issue is with the jquery app?
by SteveLacy
Tue Nov 14, 2017 6:12 pm
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11027
 
Jump to post

how to use onesignal plugin push notificacions

So I have created a test app that only has a home screen that calls the OneSignal javascript init. I put an alert before the init call and one after stating it has finished. When I launch the app, I get the alert of the "init started" and then just the spinner icon that never finishes (the...

Go to advanced search