I have seven people on the calendar, but I get the same result when I reduce it to 1 person. I don’t have access to an Android at the moment, but I can get it, if needed.
In addition to the problem here, I see some additional issues on the patient portal when using apple phone and iPad products that have to do with mobile responsive.
@sjpadgett has helped me with some patient portal issues.
Here are some issues I am seeing on the iPhone:
Menu | Patient Documents
The menu gets in the way of viewing the page
The page is frozen. Can’t scroll up and down, or back and forth
@tywrenn@naya
The documents were never designed for phones but iPads should work. Phones in landscape have a chance:)
I’ve move doc buttons to companion with history table. Just seemed to make sense. Now they can stack. I’m trying to save my left menu from collapsing because I find it a pain to have to click to get action menus. Especially from top of screen. Here iPad in Portrait
If anyone wants to play with here’s source. This is
a template that is loaded from JavaScript and uses underscore, old school I guess, but I find easier that smarty etc.
Resides at: openemr/portal/patient/templates/OnsiteDocumentListView.tpl.php
FYI
Okay, i’ve been reviewing the calendar source and see some potential issues with mobile and newer browsers. Most notable is the fact calendar uses framesets and frames. These are obsolete and could/have disappear from browsers support.
Also noted there are several tags out of place or left open. Most browsers are very good at straightening these out but for mobiles, i’m not so sure.
Bottom line, these issue can’t be ignore any longer so i’m going to tackle with ridding the framesets and see if I can also restyle for a better fit with mobiles. Tablets seem pretty good.
Hey, sorry, I missed this when it came in. None of our users use phones to interact with the EMR – they all have either desktops or laptops and use the PC versions of either Firefox or Chrome. Personal phones aren’t even allowed on the same subnet with the EMR system, there is a staff subnet for accessing email/up to date/etc.
I’m surprised to hear that there are still frames being used in version 5.x. I will certainly do my best to replace them with divs wherever I run across them.