Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

jerwarren
jerwarren
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
5

Posts

Posts
30

Discussions

Discussions
1

Questions

Questions
29

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jerwarren
Customize the badges you want to showcase on your profile
on iOS, navigator.onLine events fire properly, but on Android they do not - Adobe Experience Manager Mobile 26-01-2016
I'm checking at article display time whether the device is online or not to determine whether the streaming audio/video content I've included should be displayed.This works great on iOS, but doesn't work at all on Android.This DOES work on Android in browsers, just not in DPS2015.Example:window.addEventListener("offline", function(e) { console.log("offline"); });window.addEventListener("online", function(e) { console.log("online"); });Neither of these will fire in DPS Android.

Views

718

Likes

0

Replies

0
Re: What are the EXACT differences between Digital Publishing Solution and Digital Publishing Suite ? - Adobe Experience Manager Mobile 26-01-2016
Digital Publishing Solution, also known as DPS2015, is a content-focused publishing mechanism. You can create content a number of different ways, but there's kind of a focus on templates and having content automatically feed in from a CMS.Digital Publishing System, also known as DPS Classic, is a design focused publishing mechanism. You use InDesign to create pixel-perfect layouts that then get published into apps. It's kind of an oversimplification, but DPS Classic is kind of like "print replic...

Views

470

Likes

0

Replies

0
document.hasFocus() behavior inconsistencies - Adobe Experience Manager Mobile 26-01-2016
Way back during the 2015 beta, I was using document.hasFocus to determine which of the loaded articles was actually being looked at. I used this to trigger an animation when an article came into view.This no longer works, and it appears to be functioning differently between Android and iOS.On iOS, document.hasFocus() is false until the article has SWIPED into view. If you open a single article, document.hasFocus() returns false until you swipe to another article and then back. However, after thi...

Views

731

Likes

0

Replies

0
Re: Issues with navto://collection/[collectionname] - Adobe Experience Manager Mobile 26-01-2016
I saw in the changelog that today's update addresses some navto issues affecting a few different scenarios. Probably worth running a new build and seeing if it's fixed.

Views

614

Likes

0

Replies

0
Full screen html5 video on Android - Adobe Experience Manager Mobile 25-01-2016
I've been unsuccessful in all my attempts to put a video tag in an article that will have a full screen button on Android.Does anyone have any tips/workarounds I can use to force the html5 video player to have a fullscreen button the user can press to play full screen?

Views

819

Likes

0

Replies

1
Re: Experiences with WordPress-Plugin for DPS2015 - Adobe Experience Manager Mobile 25-01-2016
FWIW, this plugin doesn't really handle filesystem stuff terribly well. It throws lots of stuff into /tmp and never bothers to clean it up, and is very sensitive to file/directory permissions. Make sure that whatever user your webserver is running as can actually see your template files and assets. On Dreamhost, it's been kind of a major pain getting everything working properly.

Views

1.1K

Likes

0

Replies

0
Re: Digital Publishing Tools For Wordpress error:Unable to parse the manifest file. [IN014] - Adobe Experience Manager Mobile 25-01-2016
Will you post the .article in question? I suspect you're ending up with some funky characters in one or more filenames that mismatch how they're displayed in the manifest. This took me forever to troubleshoot the other day (not using the Wordpress plugin), and seeing the .article should definitely show the problem...

Views

976

Likes

0

Replies

0
Re: Horizontal Swiping in HTML Articles move me to new article - Adobe Experience Manager Mobile 25-01-2016
Make sure you republish or repreflight the collection after you set not to swipe. I always forget that myself.

Views

728

Likes

0

Replies

0
Re: Issues with navto://collection/[collectionname] - Adobe Experience Manager Mobile 25-01-2016
Also make sure that the collection you're trying to link to is published and/or preflighted. I always forget that and run into the same thing.

Views

605

Likes

0

Replies

0
Re: not all articles appear in content when uploading to DPS via API - Aem Api Integration 08-01-2016
are you sure they all have distinct articleName values? It's possible that you're overwriting half of them...

Views

1.6K

Likes

0

Replies

0