how can i Navigate the Image(including Text on Image)? - flutter

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 )

Related

Set title when share images and videos in flutter

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?

three button using one image picker, the image is not update

I start learning Swift and try to fulfill using one image picker change button image when users trigger one of three buttons.
I watch online resource and understand how to use one image picker for changing one button image
But now I have three buttons, and each of them should have the ability to use image picker and change their own button image.
My solution for this is every time when the button is clicked and image picker is called, I set the UIImage outside the function equal to the info image
At meanwhile, knowing that image picker has triggered because the button was pushed down, I put a line for set-button-image with that UIImage in the button (IBAction function).
Below is my source code. Somehow the way I wrote will not update the button's image correctly.
Let me know if any information is missing or confused. Any advice or knowledge will be helpful, thanks.
sourceCode1
sourceCode2
main page
after clicking the add button the library shows
after select image, the button image shows all white
after clicking the white part, the image somehow shows
If I click another button, the button change like the first button???

url in webview doesn't highlight

I have loaded htm file in assets folder to webview.
It contains few links and when I tap it, it opens url accordingly.
The problem is that I want to give highlight effect when tapped on this link.
Currently, nothing happened when click it even orange rectangle is not shown.
Please rescue me.

Edit an existing app detail page icon or image?

How do you change an app detail image or icon? There is no delete or upload button once you already have uploaded an image to the app detail page(unsbumitted state). There is no way to remove it or change it so you are stuck with it? help?! Tried in safari and chrome...no luck.
On mouse hover the image, you will see the Edit link

how to display the list of buttons like drop down list for a button in iPhone

i am new to iPhone programming...
can any body help me out please...
in my app i am displaying an image, transparent html page with text about that image and there is audio instead of html text...
in the bottom tool bar i have button 'VIEW".. i want this button to show the 3 (radio or normal) buttons in a list like drop up list(for enable/disable the bgimage, audio, text)...
How to display the list of buttons when i click on VIEW button...
Thank u
iPhone does not have a build in radio list. You need to implement your custom view to make one. You may try to inherit table view to create a selection list. And for the on / off part, you can try UISwitch.