Kevin Smets
Kevin Smets
Here's my onCreate, the Toast is entirely optional of course. ``` java @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.chromeview); chromeView = (ChromeView)findViewById(R.id.chrome_view); chromeView.getSettings().setJavaScriptEnabled(true); preferences = PreferenceManager.getDefaultSharedPreferences(this); preferences.registerOnSharedPreferenceChangeListener(spChangedMain); String url...
@entozoon I think that pretty much summarizes it :).
Any news on this one?
Holy moly @MrRhino that's pure gold. Thanks for both of the links :). Will need to experiment right away. Sorry that my answer contributed exactly _nothing at all_ to this...
It's due to a problem in the postCustomApiCall, see #37 Here's my working code: ``` const path = require('path'); const config = require('../data/twitter_config.json'); const TWITTER_BASE_URL = 'https://api.twitter.com/1.1'; const Twitter =...
Had this happen to me too, fixed it by using a color from the high contrast version of Solarized. Full manual is in my gist @ https://gist.github.com/kevin-smets/8568070
It does not seem to output any `.sol.js` file at all? No matter what you try. I would really like to build the artifact to require later on in the...