Posts by Israel Outeiro • 19 points
2 posts
-
0
votes3
answers791
viewsA: Help with QR Code reader in Cordova
Good, use the terminal, navigate to your Cordova application folder and install the Inappbrowser plugin: cordova plugin add org.apache.cordova.inappbrowser Then in your code when you want to open…
-
1
votes2
answers1398
viewsA: How does the div always get the maximum page size?
Good, Use jQuery to check the size of the client window that is rendering your page. <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>…