By Paul Murray on Monday, 15 May 2017
Posted in General Issues
Likes 0
Views 499
Votes 0
Hello SI Team

I am using this template here and love it.
https://stackideas.com/apps/item/3361-mobile-web-template
I have a couple of minor issues…

Is there a way to have this:

https://stackideas.com/apps/item/3337-registration-requester

show up on mobile devices?

thanks

Paul
Hi Paul,

Unfortunately, there is no setting to show requester in mobile view, where it is intended to not shows in mobile view.

// We do not want to render this on mobile devices
if ($this->isMobile()) {
return;
}

line 56-59 in file:
.../plugins/system/requester/requester.php
·
Monday, 15 May 2017 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Fadhli

Really stupid question.

Like some one probably "Mark" put that code there for a reason right?
I am guessing that Mobile devices come in all shapes and forms and that it maybe causes more problems than it is worth?
Is this generally considered a bad idea to have this render on mobile devices?

thanks

Paul
·
Monday, 15 May 2017 12:57
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Paul

The reason why requester is not load in mobile view is most of user find it kind of disturbing when there is popup thing when viewing in mobile. Apart from that, if there is a lot of custom field in registration form it will be shown over the page layout https://www.screencast.com/t/MmL2RbQa8q3l (as this requester popup cannot be scrolls down the page).

Thanks for your understanding Paul
·
Monday, 15 May 2017 13:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Fadhli

Thanks for explaining

best

Paul
·
Monday, 15 May 2017 16:09
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Paul.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Monday, 15 May 2017 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post