How to turn on Firefox's Responsive Design Mode's touch simulator?
I want to use Firefox for mobile development. And I would like to turn on Firefox's responsive design's touch simulator.
While I'm in device mode in Chrome, the browser shows a gray circle as mouse cursor and I can drag (slide) my page:

But in Firefox's Responsive Design Mode I see the normal arrow cursor and can't drag the page:

Is there maybe a preference for this in about:config?
firefox firefox-developer-tools
add a comment |
I want to use Firefox for mobile development. And I would like to turn on Firefox's responsive design's touch simulator.
While I'm in device mode in Chrome, the browser shows a gray circle as mouse cursor and I can drag (slide) my page:

But in Firefox's Responsive Design Mode I see the normal arrow cursor and can't drag the page:

Is there maybe a preference for this in about:config?
firefox firefox-developer-tools
1
The items in the fotos are difficult to see. You should replace them by normal screenshots.
– Sebastian Zartner
Feb 1 '17 at 19:42
@SebastianZartner, to my regret on normal screenshots we could see mouse cursor
– Jasorgho
Feb 14 '17 at 15:24
I've replaced them by proper screenshots (including the cursors).
– Sebastian Zartner
Feb 15 '17 at 8:03
add a comment |
I want to use Firefox for mobile development. And I would like to turn on Firefox's responsive design's touch simulator.
While I'm in device mode in Chrome, the browser shows a gray circle as mouse cursor and I can drag (slide) my page:

But in Firefox's Responsive Design Mode I see the normal arrow cursor and can't drag the page:

Is there maybe a preference for this in about:config?
firefox firefox-developer-tools
I want to use Firefox for mobile development. And I would like to turn on Firefox's responsive design's touch simulator.
While I'm in device mode in Chrome, the browser shows a gray circle as mouse cursor and I can drag (slide) my page:

But in Firefox's Responsive Design Mode I see the normal arrow cursor and can't drag the page:

Is there maybe a preference for this in about:config?
firefox firefox-developer-tools
firefox firefox-developer-tools
edited Feb 15 '17 at 8:54
Sebastian Zartner
5251412
5251412
asked Jan 29 '17 at 17:50
JasorghoJasorgho
1612
1612
1
The items in the fotos are difficult to see. You should replace them by normal screenshots.
– Sebastian Zartner
Feb 1 '17 at 19:42
@SebastianZartner, to my regret on normal screenshots we could see mouse cursor
– Jasorgho
Feb 14 '17 at 15:24
I've replaced them by proper screenshots (including the cursors).
– Sebastian Zartner
Feb 15 '17 at 8:03
add a comment |
1
The items in the fotos are difficult to see. You should replace them by normal screenshots.
– Sebastian Zartner
Feb 1 '17 at 19:42
@SebastianZartner, to my regret on normal screenshots we could see mouse cursor
– Jasorgho
Feb 14 '17 at 15:24
I've replaced them by proper screenshots (including the cursors).
– Sebastian Zartner
Feb 15 '17 at 8:03
1
1
The items in the fotos are difficult to see. You should replace them by normal screenshots.
– Sebastian Zartner
Feb 1 '17 at 19:42
The items in the fotos are difficult to see. You should replace them by normal screenshots.
– Sebastian Zartner
Feb 1 '17 at 19:42
@SebastianZartner, to my regret on normal screenshots we could see mouse cursor
– Jasorgho
Feb 14 '17 at 15:24
@SebastianZartner, to my regret on normal screenshots we could see mouse cursor
– Jasorgho
Feb 14 '17 at 15:24
I've replaced them by proper screenshots (including the cursors).
– Sebastian Zartner
Feb 15 '17 at 8:03
I've replaced them by proper screenshots (including the cursors).
– Sebastian Zartner
Feb 15 '17 at 8:03
add a comment |
2 Answers
2
active
oldest
votes
The touch event simulation available via
currently (as of Firefox 51.0.1) only translates mouse events into touch events.
It doesn't provide mobile gestures like dragging to scroll (bug 1282089), nor shows a circle as cursor (bug 1271728). So, this feature is very restricted at the moment.
thanks. As U could see on the second pic in my post I enabled touch simulation(in my FF 52 Developer Edition). I thought there were troubles on my sight. Now I see there are 2 bugs((
– Jasorgho
Feb 1 '17 at 18:46
add a comment |
I was a bit stuck with this today, too. Luckily, I found that with a wheeled mouse I'm able to move the page up and down (scroll the wheel) and sideways (press the wheel left or right). I have Firefox Quantum 64.0 (64-bit) on Windows. Mouse cursor still does not indicate the abilities at any way.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1172902%2fhow-to-turn-on-firefoxs-responsive-design-modes-touch-simulator%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The touch event simulation available via
currently (as of Firefox 51.0.1) only translates mouse events into touch events.
It doesn't provide mobile gestures like dragging to scroll (bug 1282089), nor shows a circle as cursor (bug 1271728). So, this feature is very restricted at the moment.
thanks. As U could see on the second pic in my post I enabled touch simulation(in my FF 52 Developer Edition). I thought there were troubles on my sight. Now I see there are 2 bugs((
– Jasorgho
Feb 1 '17 at 18:46
add a comment |
The touch event simulation available via
currently (as of Firefox 51.0.1) only translates mouse events into touch events.
It doesn't provide mobile gestures like dragging to scroll (bug 1282089), nor shows a circle as cursor (bug 1271728). So, this feature is very restricted at the moment.
thanks. As U could see on the second pic in my post I enabled touch simulation(in my FF 52 Developer Edition). I thought there were troubles on my sight. Now I see there are 2 bugs((
– Jasorgho
Feb 1 '17 at 18:46
add a comment |
The touch event simulation available via
currently (as of Firefox 51.0.1) only translates mouse events into touch events.
It doesn't provide mobile gestures like dragging to scroll (bug 1282089), nor shows a circle as cursor (bug 1271728). So, this feature is very restricted at the moment.
The touch event simulation available via
currently (as of Firefox 51.0.1) only translates mouse events into touch events.
It doesn't provide mobile gestures like dragging to scroll (bug 1282089), nor shows a circle as cursor (bug 1271728). So, this feature is very restricted at the moment.
answered Jan 30 '17 at 8:10
Sebastian ZartnerSebastian Zartner
5251412
5251412
thanks. As U could see on the second pic in my post I enabled touch simulation(in my FF 52 Developer Edition). I thought there were troubles on my sight. Now I see there are 2 bugs((
– Jasorgho
Feb 1 '17 at 18:46
add a comment |
thanks. As U could see on the second pic in my post I enabled touch simulation(in my FF 52 Developer Edition). I thought there were troubles on my sight. Now I see there are 2 bugs((
– Jasorgho
Feb 1 '17 at 18:46
thanks. As U could see on the second pic in my post I enabled touch simulation(in my FF 52 Developer Edition). I thought there were troubles on my sight. Now I see there are 2 bugs((
– Jasorgho
Feb 1 '17 at 18:46
thanks. As U could see on the second pic in my post I enabled touch simulation(in my FF 52 Developer Edition). I thought there were troubles on my sight. Now I see there are 2 bugs((
– Jasorgho
Feb 1 '17 at 18:46
add a comment |
I was a bit stuck with this today, too. Luckily, I found that with a wheeled mouse I'm able to move the page up and down (scroll the wheel) and sideways (press the wheel left or right). I have Firefox Quantum 64.0 (64-bit) on Windows. Mouse cursor still does not indicate the abilities at any way.
add a comment |
I was a bit stuck with this today, too. Luckily, I found that with a wheeled mouse I'm able to move the page up and down (scroll the wheel) and sideways (press the wheel left or right). I have Firefox Quantum 64.0 (64-bit) on Windows. Mouse cursor still does not indicate the abilities at any way.
add a comment |
I was a bit stuck with this today, too. Luckily, I found that with a wheeled mouse I'm able to move the page up and down (scroll the wheel) and sideways (press the wheel left or right). I have Firefox Quantum 64.0 (64-bit) on Windows. Mouse cursor still does not indicate the abilities at any way.
I was a bit stuck with this today, too. Luckily, I found that with a wheeled mouse I'm able to move the page up and down (scroll the wheel) and sideways (press the wheel left or right). I have Firefox Quantum 64.0 (64-bit) on Windows. Mouse cursor still does not indicate the abilities at any way.
answered Dec 23 '18 at 21:24
Hannu LuomanenHannu Luomanen
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1172902%2fhow-to-turn-on-firefoxs-responsive-design-modes-touch-simulator%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
The items in the fotos are difficult to see. You should replace them by normal screenshots.
– Sebastian Zartner
Feb 1 '17 at 19:42
@SebastianZartner, to my regret on normal screenshots we could see mouse cursor
– Jasorgho
Feb 14 '17 at 15:24
I've replaced them by proper screenshots (including the cursors).
– Sebastian Zartner
Feb 15 '17 at 8:03