Posts

Showing posts from January, 2020

Load intent:// url in WebView

Image
handle Intent type url in WebView Programmatically! Probably, you may be looking for Url's that starts with this suffix >>> intent://... and you may confused, how you can control this type of Url , Okay don't worry, i am here to fix your problem, as well as discuss and customize its behaviour. To contorl this Url we must implement WebViewClient in our WebView Activity Like this >>> C:\Users\Nurujjaman Pollob\Documents\NetBeansProjects\Nurujjaman Pollob\src\nurujjaman\pollob\Package.java 1 /* 2 * Copyright 2020 Nurujjaman Pollob. 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the