opensource-socialnetwork / opensource-socialnetwork

Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 17 international languages.
https://www.opensource-socialnetwork.org
Other
1.08k stars 518 forks source link

Change cover and reposition btn won't appear on small devices #1485

Closed andyroblesr closed 5 years ago

andyroblesr commented 5 years ago

Change cover and reposition btn won't appear on small devices.

image

I check your other issues.. also tried changing btn size, to make space and make them fit on the cover container, but they won't appear.. also i tried with component TouchPunch, and didn't work neither: https://www.opensource-socialnetwork.org/component/view/2571/touchpunch

plz help

lianglee commented 5 years ago

@githubertus can you help here a bit?

githubertus commented 5 years ago

I think I got it working (check Skype)

@andyroblesr To clear things up in advance

  1. TouchPunch was made to support DRAGGING on mobile phones, it has no influence on the buttons
  2. Since there's not enough space available in PORTRAIT mode, the Reposition/Change buttons are intentionally hidden. Simply turn your device 90° to LANDSCAPE - and they willl appear.
  3. Currently there's a bug causing drag and save only once on a fresh loaded profile page - this will be fixed soon.
githubertus commented 5 years ago

Issue has been fix by #1488 to #1493 and will be available with Ossn 5.2

lianglee commented 5 years ago

Thanks @githubertus