Page content not visible on mobile
-
I cannot get https://smartbird.io/deleteme/ to show the word “Test” on this page on either my iPhone 6s iOS 12.1.2, either Safari or Chrome, or my Galaxy S III running Android Nougat (LineageOS 7.1.2) and Chrome, when the browser is using Mobile mode. If I tell the browser to request the page in Desktop mode the word comes through. I have tried a new theme and it does it on both WooCommerce Storefront 2.4.2 and WP Twenty Nineteen 1.2. Using WP 5.0.3.
I created /var/www/html/wp-content/themes/twentynineteen/page-deleteme.php with the following contents. Screenshots below. Please assist.
<?php get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> Test </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
Screenshots
View from the iPhone 6s iOS 12.1.2 Chrome:
https://photos.app.goo.gl/9E2ioRRDt8hp4jjw8View from the iPhone 6s iOS 12.1.2 Safari:
https://photos.app.goo.gl/4gErTBccBwQAAgBCAView from the iPhone 6s iOS 12.1.2 Chrome after requesting desktop mode:
https://photos.app.goo.gl/UjTdieXCYHcAm43i9View from Galaxy S III running Android Nougat (LineageOS 7.1.2) and Chrome:
https://photos.app.goo.gl/R4wkA23MmZweabRT6View from my desktop Chrome developer console, iPhone 5 simulation:
https://photos.app.goo.gl/CQMwyZftGW6ybsts5View from my desktop normally:
https://photos.app.goo.gl/8kGgsyPHAeueY4qD6The page I need help with: [log in to see the link]
- The topic ‘Page content not visible on mobile’ is closed to new replies.