You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aye. Ideally it should not be a binary container, but in plaintext.
If possible, but not mandatory, it would be nice if it can be detected and launched from zxing barcode reader app directly under "open browser" button after a successful scan of the manifest barcode.
That sounds great. Good reason to use a datauri. Briefly reviewing the zxing source I think a wide variety of loosely uri-like prefixes would fit that.
anything you had in mind? You don't need to choose from what zxing explicitly allow for, after all, datauri is not supported by zxing directly.
The way I think zxing works out if it is a url or not, is if it fits this format <schema>:<charactersExceptSpaces>
If it is, it would just send it directly to android OS as a uri intent, and let android sort the resolution of the schema (e.g. web browser would listen to "http:", while tagdrop listens for "data:").
So we could choose any keywords we want, but ideally it shouldn't be an existing internet standard, unless we are going to keep in lockstep with it's syntax to avoid breaking other parsers.
See some comments on #19
The text was updated successfully, but these errors were encountered: