John

Results 7 comments of John

I am stuck with the same issue...

@Override public void onConnectedToRoom(Room room) { Log.d(TAG, "onConnectedToRoom."); ``` //get participants and my ID: mParticipants = room.getParticipants(); mMyId = room.getParticipantId(Games.Players.getCurrentPlayerId(mGoogleApiClient)); // save room ID so we can leave cleanly before...

> RaviHacker101 Check the file extension, try different ones, it will work

Download the project and add it as library, then add these code! public void setSwipeDirectionEnable(int direction) { disabledSwipeDirection.remove(direction); } That works with some tweaks! Trial and Error!

I am facing the exact same issue, have you found a solution for this?