Element displaced problem in VisualNEO Web - Forum

Forum Navigation
You need to log in to create posts and topics.

Element displaced problem in VisualNEO Web

I have tested many  JS plugins with VisualNEO Web, and with some of them, I faced displacing items.

I could not find an easy or quick way to solve this problem, Is there any solution for this problem?

 

Uploaded files:
  • You need to login to have access to uploads.

@asmat I think those plugins are thought for responsive applications. Perhaps forcing the postioning to "relative" or making yur app responsive, should work.
I can't test your sample as have shared just a JavaScript library.

Regards.

asmat has reacted to this post.
asmat

@luishp Thank you so much,

I have tested with responsive too, but still, the problem remains unsolved for me.

Please see the attachment I share sample App.

furthermore, you can find  such the same problem with the following also:

 

Uploaded files:
  • You need to login to have access to uploads.

@asmat take a look at the attached sample. Anyway, some time ago I tried this library to create a plugin but I discarded it due to positioning inconsistences.
As you can see in my sample, once you are able to position the color picker, the color selector doesn't work as expected.
That's the reason I finally used another JavaScript library.

Please let me know if you are able to make it work.

Sorry.

Uploaded files:
  • You need to login to have access to uploads.
asmat has reacted to this post.
asmat

Thank you so much @luishp, your idea is beautiful.

I will try to fix it or find a way to make a color picker from scratch.