Member
Last active 6 months ago
I have got it to work by editing the HTML Head script to:
<script type="text/javascript">
//<![CDATA[
//############### BEGIN ON DOCUMENT READY ###################//
$(document).ready(function() {
sound = new Howl({
src: ['../audio/Horse.mp3']
});
}); // end document ready
//############### END ON DOCUMENT READY #####################//
var sound;
//]]>
</script>
Hi Angelo,
I am trying to get Howler.js to work with Web Audio (in PubReader on iPad).
I have the script below. But it doesn't work.
I have checked that both the Howler,js and the sound file is atached in the XPUB file.
Do you have experience with Pubcoder and Howler.js?
Best
John
//---- On "Page HTML Head" --------------------------------------------//
<script type="text/javascript" src="../uncategorized/howler.js"></script>
<script type="text/javascript"><![CDATA[
$(document).ready(function() {
var sound = new Howl({
src: ['../audio/Horse.mp3']
});
}); // end document ready
]]></script>
//---------------------------------------------------------------------//
//---- On a button ----------------------------------------------------//
sound.play();
//---------------------------------------------------------------------//
Thanks, Angelo - that's really great.
Is the any support of the Web Audio API in Pubcoder/XPUB2?
https://www.html5rocks.com/en/tutorials/webaudio/intro/
I got a few examples to run in PubReader on iOS but haven't been able to come further.
I have signed a new app Provisioning Profile with a certificate required for Xcode 11 (Type: Distribution, Platform: All).
The certificate is installed into my KeyChain. But it does not show up at "Settings -> Code Signing Identity" in Pubcoder (also not on "Reload").
So, I cannot currently publish an iOS app from Pubcoder.
My Mac is running MacOS Mojave 10.14.4 - and my Xcode version is 11.2.1
Do someone know what can be wrong?
I managed to download and install Xcode 10.3 from here: https://developer.apple.com/download/more/
Then "Application Loader" came back.
You have to be logged in to your Apple developer account to download.
I still have Xcode version 11 installed but will use version 10.3 so far as long as it works.
I have updated Xcode to version 11.0.
The update automatically deleted Application Loader from my Mac.
Apple says that all submits of apps should now take place from XCode (Application Loader is discontinued).
I have read a lot of documentation but not been able to find a single word about how to submit an IPA file from XCode 11.0.
There are only docs about apps created in XCode - not created with other tools like Pubcoder.
Is it currently possible to submit an iOS app made with Pubcoder from XCode 11.0?
Hello Angelo, this issue has been fixed, thanks. App Store now only shows the language selected at Localization in Pubcoder settings.
I suddenly get a warning from Apple when uploading an iOS app via Application Loader saying:
"We identified one or more issues with a recent delivery for your app, "XXXXX".Your delivery was successful, but you may wish to correct the following issues in your next delivery:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information."
It did not happen yesterday - I published from the new update of Pubcoder 3.6.2 (1028) using XPUB 2. 0 - and I haven't changed any settings.
What can be wrong?
The issue has been fixed in today's update of PubCoder - Version 3.6.0 (1024).