Title: mobile device support
Last modified: June 11, 2020

---

# mobile device support

 *  Resolved [tsjippy](https://wordpress.org/support/users/tsjippy/)
 * (@tsjippy)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/mobile-device-support-4/)
 * First I really like this plugin, thanks!
 * What whould be wonderfull if, on mobile devices, instead of showing a QR code
   a link could be displayed, which opens the authenticaor app.
 * Can add that feature?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-device-support-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [robertabela](https://wordpress.org/support/users/robert681/)
 * (@robert681)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/mobile-device-support-4/#post-12973121)
 * Thank you for your message [@tsjippy](https://wordpress.org/support/users/tsjippy/)
 * We are glad you like the plugin. What do you mean by showing a link instead of
   the QR code? A link to what, to open the Google Authenticator app?
 *  Thread Starter [tsjippy](https://wordpress.org/support/users/tsjippy/)
 * (@tsjippy)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/mobile-device-support-4/#post-12973488)
 * yes, so I did i myself for now with js.
    because you cannot scan a QR code which
   is actually on your mobile screen.
 *     ```
       if (isMobileDevice()){
       		//Hide message and qr code, and add a new one
       		$('body').on('click', '#modal-1-content > div.wizard-step.active > a', function () {
       			var code = $("#wp-2fa-totp-qrcode").attr('src');
       			code = code.split("=otpauth")[1];
       			var message = "<p id='2falink'>Please follow the link to setup two factor authentication.<br>\
       			<a href='otpauth"+decodeURIComponent(code)+"'>Go to authenticator app</a></p>";
   
   
       			$(".step-setting-wrapper.active > h3").after(message);
       			$("#wp-2fa-totp-qrcode").hide();
       			$(".option-pill").hide();
       		});
   
       		//Remove temp message and make visible again.
       		$('body').on('click', '.wp2fa-setup-actions > a', function () {
       			$("#wp-2fa-totp-qrcode").show();
       			$(".option-pill").show();
       			$("2falink").remove();
       		});
       	}
       ```
   
    -  This reply was modified 5 years, 11 months ago by [tsjippy](https://wordpress.org/support/users/tsjippy/).
 *  Plugin Contributor [robertabela](https://wordpress.org/support/users/robert681/)
 * (@robert681)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/mobile-device-support-4/#post-12986164)
 * Thanks for this [@tsjippy](https://wordpress.org/support/users/tsjippy/)
 * We will look into this and include it in the next update.
 *  Plugin Contributor [robertabela](https://wordpress.org/support/users/robert681/)
 * (@robert681)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/mobile-device-support-4/#post-13417044)
 * Hello [@tsjippy](https://wordpress.org/support/users/tsjippy/)
 * We have improved this in the latest update, version 1.4.2. Refer to the release
   notes here for more information on what is new and improved in this update: [https://www.wpwhitesecurity.com/wp-2fa-1-4-2/](https://www.wpwhitesecurity.com/wp-2fa-1-4-2/)
 * Should you have any other questions, please do not hesitate to ask.
 * Have a good day.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘mobile device support’ is closed to new replies.

 * ![](https://ps.w.org/wp-2fa/assets/icon-256x256.png?rev=2961533)
 * [WP 2FA - Two-factor authentication for WordPress](https://wordpress.org/plugins/wp-2fa/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-2fa/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-2fa/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-2fa/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-2fa/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-2fa/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [robertabela](https://wordpress.org/support/users/robert681/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/mobile-device-support-4/#post-13417044)
 * Status: resolved