When I enable this plugin and then try to log into my wordpress site, it all works until I get to the admin page which offers a 'new page' link, but if I try this link is returns a 404.
I have solved it by this code change in mobile_admin.php
# $base = get_option('home');
$base = get_option('siteurl');
It may break for other sites.