Appleseed / leaves.lite

Leaves.Lite presents a searchable web interface to links and bookmarks curated / organized in JSON or fed by a REST API.
Apache License 2.0
5 stars 10 forks source link

leaves - mobile - ui - blank screen on chrome/safari on ios #45

Open xingh opened 6 years ago

xingh commented 6 years ago

​Desc: There's an issue with ios safari and chrome. Submitted by @ramseur

Acceptance Criteria: If leaves are selected, it should show the selections one after another (with x to remove ) or in tabs.

image

image

mddanishyusuf commented 6 years ago

For that I have to make a new controller to open single leaf. So, on mobile I can set target="_blank". with this code https://stackoverflow.com/a/3540295

what you say about this?

xingh commented 6 years ago

Thats a good start for now - we will have to plan a different controller or rearchitect for mobile use case

Rahul Singh

Chief Executive Officer | Internet Architecture

m 202.905.2818 | View my profile http://linkedin.com/in/xingh | Team Office Hours http://links.anant.us/rs.office.hours | Appointment Calendar https://calendly.com/xingh/

1010 Wisconsin Ave NW, Suite 250

Washington, D.C. 20007

To empower people through the Internet to create a better world.

How are we doing? Please take our survey. https://anantcorp.wufoo.com/forms/zqo0ylp0h8igra/

This email and any attachments to it may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of Anant Corporation. If you are not the intended recipient of this email, you must neither take any action based upon its contents, nor copy or show it to anyone. Please contact the sender if you believe you have received this email in error.

On Mon, Jul 9, 2018 at 1:56 PM, Mohd Danish Yusuf notifications@github.com wrote:

For that I have to make a new controller to open single leaf. So, on mobile I can set target="_blank". with this code https://stackoverflow.com/a/3540295

what you say about this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Appleseed/leaves.lite/issues/45#issuecomment-403584352, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYdeaNIiWYbiWqjknATSOatGqNjtjwFks5uE6dPgaJpZM4QhMiQ .

mddanishyusuf commented 6 years ago

Ok. that's cool.