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
Re: android css rendering / shared content - Adobe Experience Manager Mobile 05-02-2016
indeed, android is pulling older versions of the shared resources although the actual shared-resource is linked with the article-upload correctly.on ios everything works as expected.... $sharedContUrl = $oDpsShared->getContentUrl();$articleObj->linkSharedContent($sharedContUrl, 'shared');...we get arround this issue by placing a uniqe timestamp for each collection with the assets calls ( e.g ../shared/main.css?1454662533 ).this will cause android to deliver the latest shared-resource.

Views

382

Like

1

Replies

0
Re: Beta Layout Templates - Adobe Experience Manager Mobile 04-02-2016
Hi jerwarrenI sign the app with signing tool v3.0.0 and the latest version is v3.0.1... I don't think is this the problem, but thank you for your interest, if I don't discover any more in a few days I will sign the app with the new version.

Views

523

Likes

0

Replies

0
Re: Youtube videos continue to play after swiping to a new article - Adobe Experience Manager Mobile 28-01-2016
One workaround you could do:Using the gesture API, you can disable all gestures, and listen for the swipe yourself. Then stop the video, then hand it back to DPS to let the article change happen.Last time i tried using the gesture api like this for swiping, though, it introduced some weird content refresh behavior. If you want to try it, you can do it like this: adobeDPS.Gesture.disableNavigation(); $('.content').on('swipe',function() { [code to stop the media playing] adobeDPS.Gesture.relinquis...

Views

572

Like

1

Replies

0
deep linking into app like in DPS Classic? - Adobe Experience Manager Mobile 27-01-2016
Is there any kind of timeline on when we can expect custom protocol link support so that we can support oauth (and other 3-legged auth) mechanisms?Are there any recommended workarounds?

Views

561

Likes

0

Replies

0
Re: iOS App Binary Rejected -- App failed to launch on iPad w/ iOS 9.2.1 - Adobe Experience Manager Mobile 22-06-2017
I submitted another version a month or two after this build and got it approved. So they’re definitely inconsistent.

Views

1.4K

Likes

0

Replies

0
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
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: Full screen html5 video on Android - Adobe Experience Manager Mobile 29-01-2016
Hi Jer, this is a current limitation of the Android viewer. The team is actually working on this enablement right now. I'm hopeful it makes the cut for our next release.

Views

511

Likes

0

Replies

0
Re: Issues with navto://collection/[collectionname] - Adobe Experience Manager Mobile 11-08-2016
I saw a similar issue today, when linking a collection into a banner.I've used:navto://collection/collectionNameand didn't work.then I've changed to:navto://collection/collectionName?openTo=browsePageand worked just fine.hope it helps.kind regards!

Views

423

Likes

0

Replies

0