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

satsukitv
satsukitv
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by satsukitv
Customize the badges you want to showcase on your profile
Get Permissions API failing - Adobe Experience Manager Mobile 06-10-2015
The response from https://authorization.publish.adobe.io/permissions/ is:{ code: '4002', message: 'Parameter [X-GW-IMS-User-Email] is empty or null.' }Including a header or get query with that parameter has no effect. The request has all the headers necessary according to the documentation and example.{ 'X-DPS-Client-Version': '0.0.1', 'X-DPS-Client-Id': 'CLIENT_ID', 'X-DPS-Client-Request-Id': '2a76a3c6-4946-4d8b-9926-5ff8670cc89b', 'X-DPS-Client-Session-Id': '8eb48262-0541-4c89-a7e0-63216c53d44...

Views

567

Likes

0

Replies

1
Keeping Navigation Bar Visible? - Adobe Experience Manager Mobile 01-10-2015
It seems to be possible to keep the navigation bar hidden with the Gesture API. However, I cannot figure out a consistent way to keep the navigation bar visible.The following code will ensure that the navigation bar is visible on page load, and page show; however, as soon as the page is dragged in some way, the navigation bar automatically hides and is irretrievable. $(document).ready(function() { adobeDPS.Gesture.disableNavigation([$("body")[0]]); adobeDPS.Gesture.toggleNavigationUI();});docume...

Views

599

Likes

0

Replies

1