Hide 'Project options' when 3-times tap in mobile prototype


#1

It seems there is a built-in feature in every prototype you make, where if you tap3 times anywhere on the screen, you get ‘Project Options’ - I would really like to toggle-off this feature when testing with users.

Is this possible? I feel like I have looked everywhere … thanks! :slight_smile:


#2

Figured it out myself:

In project-holder, go to: resources > scripts > player > axplayer.js

Search for the following:

$('#mobileBrowserControlFrame').show();
$('#mHideSidebar').show();

and comment out all the lines that shows up. Should be 1 line for the first mentioned, and 2 lines for the second mentioned.

Voila.

If someone finds a way to do this via their own interface (Axure RP), please let me know :slight_smile:


#3

Is there any way to do this when hosting a project on axshare too?

It seems like when uploading to axshare the changes to the axplayer.js file are being ommited. Perhaps axshare is using their own version of the script files and not the one that is being uploaded?


closed #4

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.