For sharing images and videos now using easy_flutter_share package, but when I use Share.files(..) I can't change title of activity view. When I select one image and one video, title automaticly change 1 image and 1 document, but I want write another title. How can I fix it in IOS?
Related
I have a web page that has a share button and this button shares posts that are on the page. I want to change the preview image when sharing the post. I have meta og:image and it picks up image from there but I want to change and add image as in the screen
I tried everything that saw on google but I could not do what I want
I want to add images with text in one page and navigate the whole page to the other page (issue is only image is navigate not text ) please help.
Like in Image editor application you want to add text and save this page and now you want add frames in that same Image.
My problem is when I add some text and save and move onto frames screen
only IMAGE is navigate not TEXT.(which I add in the Previous screen )
I will make an application with Flutter. I want to show different pop-ups when I click on certain parts of a photo that I imported from outside in the application.
For example, get a photo like this.
enter image description here
When I click on the fields I have determined in this photo, I want to give a pop-up according to the field and give information.
one more example.
I want to show what the button does by opening a pop-up when you put this png into practice and click on the fields I specified.
Do you have any suggestions for a resource or library that I can mark on the photo or help me?[!
I have a social networking app. I have a button and based on the click on the button I need to show a small icon on the top right corner of the button. it is a custom color and text.
I know to show the default system number icon for like the one for unread mail you can get it from the shared application badge count. But I am trying to do something custom here.
I am thinking of building my own imageview (its background will be a custom png) and then within it a small text to show the number.
Anyone has experience with this and can recommend a better way?
You can add a imageView with badge image as the subvie of that button.
There is a lot of custom badge controls available.
Please check the following links.
jobadgeview
CustomBadge
Badge
You cannot change anything on the home screen besides for the app icon, name, and badge value. Do you mean on the home screen or on a tab bar?
UPDATE
If you mean a badge in the app, not on the homescreen, checkout #MidhunMP's answer to find links on how to do this. I have used http://www.spaulus.com/2011/04/custombadge-2-0-retina-ready-scalable-light-reflex/?lang=en before successfully.
Have researched this but can't find solution for this particular action.
Any suggestions would be appreciated.Thank you
I am using a simple jquery slideshow "slides".
I have 10 galleries on ten different pages with a Main Navigation to access each gallery seperately.
i.e. GALLERY 1 GALLERY 2 GALLERY 3 etc.
I would also like to link the galleries one after another accessible via Prev/next within the slide-show instead of returning to main nav to choose.
e.g.
Click on Gallery 6 cycle through via Next/Prev - on last image in Gallery on click load Gallery 7 first image ( do not loop back to beginning of current gallery)
OR
click on PREV load first image in Gallery 5.
I have tried a number of different ways including this. But am not jquery savvy as regards this. And must be missing something important
<script src="http://code.jquery.com/jquery-latest.js"></script></head>
<body><ol id="new-page"></ol>
<script>
$("#new-page").load("/atest4.html");</script>
and also tried just loading the Gallery within the page with above code (like iframe)
GALLERY 2, GALLERY 3, etc.etc.
But can't get to work. Any suggestions would be appreciated.Thank you