I am using Facebook Like and Send buttons in my desktop site. I am making changes so that it can be used in Mobile site as well. This Like and Send button is opening a pop up same as it opens in Facebook site on any page at bottom.
If I use it in same way. The pop up is too big that it cant be aligned properly as compared to the mobile device.
Please provide me the solution to get it done for mobile. I have tried doing it with writing custom css with important tag but all efforts goes in vain.
I believe the provider of the like button gives you options for what kind of display you want to use. You select the display, then copy and paste it into your site.
You can copy and paste the large version AND the small version into your site, then display the one you want to use based on the device size. Make sense?
Related
Trying to embed a chatbot in SharePoint online. We're doing that with an iframe through True Editor Web Part http://prntscr.com/m3br5p
The issue is that even when the bot is folded like in this preview, clicking buttons behind its unfolded are (or scrolling) are not possible
folded: http://prntscr.com/m3brdk
unfolded: http://prntscr.com/m3brxu
We're also experiencing similar issues when trying to lightbox/popup certain things that we want to load. I wish we could have a layer on top of sharepoint where we could just do anything we want (being externally, no need to integrate) while keeping everything behind it in tact.
How should we deal with this?
Have you looked at maybe using a Directline / React application customiser at all?
I found this useful after some re-jigging around and a better solution than using the iframe approach.
https://github.com/MickH3/directline-bot-extension
Is there a way to use javascript in Adobe Acrobat DC to open a specific Navigation Pane? I've been struggling to find suitable documentation for this, so I'm asking here.
I've got a button that allows a user to attach documents to the PDF file, which works great. The issue here is that I can't set the attachments pane to stay open. I can execute the menu command to show/hide attachments, which works great for one attachment, but then as soon as you add the second attachment the pane closes, which is less than ideal (and then it opens with the third attachment, closes with the fourth, etc., etc.).
Is there a bit of code that can solve this issue, or some other setting in the document that will achieve the same effect automatically? Please note that my end users are not the most tech savvy of folks, so some way that minimizes button clicking to display the attachments is ideal.
I was researching the same problem and came across a solution using this undocumented function.
Right click on the button and go to Properties.
In the Actions tab, under Select Action choose Run a Java Script. Click Add and copy and paste this text:
this.viewState = {overViewMode:7};
It works perfectly.
Is there a way to use javascript in Adobe Acrobat DC to open a specific Navigation Pane?
No. Acrobat JavaScript cannot control the navigation panes.
When in desktop i want to show the conversation lists on left and conversation on right. And when on mobile browser the two pages should be seperate just like facebook. Is there a responsive way to do that or I have to code a different html,css file for that ?
I am using mean stack with jquery and bootstrap .
I havent been able to find an example of this kind chat on web. The ones i see, the conversations go below when the window is made small , so any links would be very useful
I have edited my question to make more meaningful and easy to understand.
How can I make a mobile app which can control my website, Website is already built and working written in php-mysql, jQuery etc.
Websites have alot of links and most of the pages are stand alone which have forms to show some output (Data in tabular format and some charts).
I want my mobile app to work like remote control. If i select a link in my mobile app then it should sync with desktop monitor the page which is already open and user is logged in.
Since pages are too big to fit in mobile so i want to have hyperlinks and form (check box, radio button, dropdown etc) for each page in mobile so that i can select and show output in big screen.
Here is a example but not complete - https://tz-smartphone-remote-control.herokuapp.com/#/3/1
If you open this in mobile you can sync the same page with big screen.
Using this - http://tutorialzine.com/2015/02/smartphone-remote-control-for-presentations/ i can make it working but i don't want to write everything (website) again.
All i want is some simple way to add something in website and create mobile app which can navigate pages.
Thanks
I have to do some customization work on OpenERP Mobile Client. The Problem is that it works on #tag Url's like
http://localhost:8069/web_mobile/static/src/web_mobile.html#oe_menu or
http://localhost:8069/web_mobile/static/src/web_mobile.html#oe_sec_menu_21
Problem is that one I am on any page and for any reason if i Refresh the contents never Loads again. it just gives me a blank page. If I copy the URL and Paste in a different Browser window then also nothing. I cant Find out whats the Problem In the Code or how it works. The Documentation of Mobile Client is too Poor.
I am banging my head here from last one week I need Help.
Yes, There is no specific mobile console for R&D purpose. So its core issue from mobile client.But other alternative is use Back button click event for navigate the page which is shown on top of page instead of browser back button.
You can used Home button as well as Back button for refreshing purpose.