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: Video/Html/iOS - Adobe Experience Manager Mobile 16-02-2016
On iPhone, videos always play full screen. On iPad, however, you can get them to play inline. This is an iOS limitation, not a DPS limitation.If you want to hide the play button, you can do something fancy with your css like this:video::-webkit-media-controls { display:none !important;}

Views

489

Likes

0

Replies

0
Re: Why cards, browse pages and banners are not scaling in android - Adobe DPS 2015? - Adobe Experience Manager Mobile 16-02-2016
What I've noticed is that on iOS, cards default to "full image," even when you've not explicitly selected "full image" but on Android they won't use "full image" until you actually go in and select it in the card editor.Before I click on Full Image, everything on Android looks like your screenshot. Try verifying that 'Full Image" is actually selected. I bet $0.01 it's not set to that.

Views

656

Likes

0

Replies

0
Re: Can I get GET Parameter in DPS? - Adobe Experience Manager Mobile 09-02-2016
Having this functionality would make my life significantly better. Please let me pass data across navto links like mutsuyuki is asking for here.

Views

528

Likes

0

Replies

0
Re: Digital Publishing Tools For Wordpress error:Unable to parse the manifest file. [IN014] - Adobe Experience Manager Mobile 08-02-2016
I wouldn't have guessed that .htaccess would have any effect on the plugin's ability to get files from the filesystem. Is it actually making http requests to get the templates and whatnot?

Views

972

Likes

0

Replies

0
Re: Beta Layout Templates - Adobe Experience Manager Mobile 03-02-2016
Is your signing tool up to date? There was a problem with his 3-4 months ago that required Adobe shipping a new signing tool.

Views

663

Likes

0

Replies

0
Re: android css rendering / shared content - Adobe Experience Manager Mobile 03-02-2016
Have you ruled out versioning mismatches? Like, maybe Android is pulling older versions of the shared resources?

Views

533

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
Re: Youtube videos continue to play after swiping to a new article - Adobe Experience Manager Mobile 28-01-2016
I used to use document.hasFocus() in the past to do this. However, this no longer works. Not only that, but it's broken differently on each platform.Here's a post from a few days ago where I'm asking about it:document.hasFocus() behavior inconsistencies

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 27-01-2016
In my experience, this is likely a signing problem... If the build is preflight enabled, the app doesn't crash, it shows a 'no content' message. Same with unpublished content.However, I've seen this happen when using the signing tool to sign a build with an expired cert. It will appear to launch but then immediately crash.

Views

1.2K

Likes

0

Replies

0