Skip to main content
6,056 questions with no upvoted or accepted answers
14 votes
1 answer
474 views

textView.setMovementMethod(LinkMovementMethod.getInstance()) is removing justification in textview

This is my XML code: <TextView android:id="@+id/txt_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:...
Martin Rupert Bulquerin's user avatar
12 votes
1 answer
3k views

Link to IMAP URL Scheme?

There is a RFC for IMAP URL Scheme: https://www.rfc-editor.org/rfc/rfc5092 Creating a link which matches the scheme in HTML is easy. How can I make a link like this work in web clients? <a href=&...
guettli's user avatar
  • 27k
11 votes
2 answers
7k views

How to stop whatsapp from interpreting string as hyperlink

In my android app, I have a feature to share some information. I use an intent (plain text) to share the information in whatever way the user chooses (Whatsapp, E-mail etc). Now, the string I have ...
Merlin1896's user avatar
  • 1,831
11 votes
1 answer
10k views

Amazon add-to-cart url parameters

Ok so Im already an affiliate of amazon. I'm dynamically generating links based on results from their API. Im trying to put the customer in front of a permission to add an item to their cart. I ...
user791187's user avatar
10 votes
1 answer
1k views

How do I link from Markdown to specific symbol in a code file in VSCode?

VSCode allows for navigating to specific symbol (function, variable, or other) with ⌘+t or ctrl+t or by typing a # symbol in the command window. I'm working on some markdown documentation. VSCode ...
dracstaxi's user avatar
  • 2,697
9 votes
0 answers
1k views

How do I add a hyperlink to a PdfDocument page canvas?

Good day. I'm building a simple pdf report using native PrintedPdfDocument class and I need to insert a text with hyperlink into a document. This is my simple implementation of pdf page. ...
Alex Key's user avatar
  • 155
8 votes
0 answers
1k views

Webpack5 + MiniCssExtractPlugin + html-webpack-plugin not add link tag on index.html

I try to build in production with Webpack5 + MiniCssExtractPlugin + html-webpack-plugin and other plugins but i'm not able to have css tag included in index.html. Every time css files are append by ...
Marco Giacobazzi's user avatar
8 votes
0 answers
2k views

CMake, OSX, the @rpath, and linking to frameworks

I've spent a week trying to get something that I got working on Linux to work on OSX, but to no avail. I've tried reading the CMake article on the rpath and various other SO posts regarding it and ...
sonictk's user avatar
  • 188
7 votes
1 answer
1k views

How to make a function to extract the new rich text links in Google Sheets while referencing specific ranges?

Some time ago, Google Sheets changed the adding of links to rich text, and now links cannot be found at the formula anymore. Personally I dislike this change very much because I use a custom function ...
Wind's user avatar
  • 71
7 votes
0 answers
2k views

Prefill Microsoft Bookings web page form (it uses data-reactid elements) with URL link

I'm trying to construct URL links, to include in emails, that pre-populates the recipient's information in the form on the site. The site is a Microsoft Bookings site. The placeholders are not the ...
rayleone's user avatar
  • 758
7 votes
2 answers
2k views

Deep Linking Android first opens the launcher activity (not the deeply linked activity )

Deep Linking Android first opens the launcher activity (not the deeply linked activity ) then the deeply linked activity as declared in Manifest file.I have followed all the steps mentioned here . ...
Mohammad Khan's user avatar
7 votes
1 answer
1k views

Launch app with custom URI - gmail removing links

I'm trying to build a custom URI scheme so that when a user clicks on it, my application will be launched and read any parameters needed from that link. This is working fine on iOS, since the native ...
Marco's user avatar
  • 175
6 votes
0 answers
593 views

Universal Links query string removed/lost while generating share link, IOS, ReactNative Share

Project workspace Mobile Project: ReactNative 0.64.3 / Expo with Managed Workflow / IOS 14.6 / NPM Sharing Library: ReactNative's default Share library. Website/Domain: Statically hosted via S3, ...
Tyler S's user avatar
  • 136
6 votes
0 answers
601 views

Removing links from a PDF using iSharpText not all links removed

From what I have found online and read in other questions similar, the way to remove links to not write them out in the annotations, basically replacing the annotations that contain links with an ...
Popo's user avatar
  • 2,460
6 votes
0 answers
3k views

What is the difference between "open?id=" and "spreadsheets/d/" / "drive/folders/" in Google Drive?

I don't actually have a problem, but I am very curious, why sharing URLs are different in "Get Shareable Link" and "Share..." buttons. For example, I want to share one folder. When I get URL from "...
LeoKac's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
404